Color: #A13D77

#A13D77 Color Information

#A13D77 is a dark color. The closest websafe version is #A13D77. A complement of this color would be #3EA368, perceived brightness is 0.38, and the grayscale version is #6F6F6F.

In the HSL color space, this color has a hue angle of 325°,a saturation of 45%, and a lightness of 44%.The HSV representation shows a hue of 325°, a saturation of 62%, and a value of 63%.

In a RGB color space, #A13D77 is composed of 63% red, 24% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 62% magenta, 26% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 12.39, x: 0.4298, and y: 0.2665.

Color Code #A13D77

#A13D77rgb(161, 61, 119)
HEX
#A13D77
RGB
rgb(161, 61, 119)
HSL
hsl(325, 45%, 44%)
HSV
hsv(325, 62%, 63%)
CMYK
0%, 62%, 26%, 37%
XYZ
X: 19.98, Y: 12.39, Z: 14.12
Lab
L: 41.83, a: 46.58, b: -11.33
Name

Shades of Color #A13D77

Shades are created by darkening the original color #A13D77 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #A13D77

Tints are created by lightening the original color #A13D77 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#A13D77rgb(161, 61, 119)

About #A13D77 Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 45%, and a lightness of 44%. The HSV representation shows a hue of 325°, a saturation of 62%, and a value of 63%.

  • HEX: #A13D77
  • RGB: rgb(161, 61, 119)
  • HSL: hsl(325, 45%, 44%)
  • HSV: hsv(325, 62%, 63%)
  • CMYK: 0.00% cyan, 62.00% magenta, 26.00% yellow, 37.00% black
  • XYZ: 19.98, 12.39, 14.12
  • Yxy: 12.39, 0.4298, 0.2665
  • Hunter Lab: 41.83, 46.58, -11.33
  • CIE-Lab: 41.83, 46.58, -11.33

In the XYZ color space, this color is represented as X: 19.98, Y: 12.39, Z: 14.12. The Yxy representation further refines this as Y: 12.39, x: 0.4298, and y: 0.2665.

In the Hunter Lab color space, this color is represented as L: 41.83, a: 46.58, and b: -11.33. Similarly, in the CIE-Lab color space, it is represented as L: 41.83, a: 46.58, and b: -11.33.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #A13D77

Triadic colors are three colors evenly spaced around the color wheel, including #A13D77. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #A13D77

Analogous colors are adjacent to #A13D77 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #A13D77

Split complementary colors are two colors adjacent to the complementary color of #A13D77. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A13D77

Tetradic colors form a rectangle on the color wheel, including #A13D77. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A13D77

Monochromatic colors are variations of #A13D77, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #A13D77

The complementary color of #A13D77 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #A13D77

/* Using HEX */
body {
  background-color: #a13d77;
}
/* Using RGB */
body {
  background-color: rgb(161, 61, 119);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 61, 119, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 45%, 44%);
}
/* Text color */
p {
  color: #a13d77;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a13d77;
}
/* Border color */
.box {
  border: 4px solid #a13d77;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a13d77;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a13d77;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A13D77
On Black Background
#A13D77
On White Background
#A13D77

HTML Examples of #A13D77

<!-- Using HEX -->
<div style="background-color: #a13d77; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(161, 61, 119); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(161, 61, 119, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(325, 45%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a13d77;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a13d77; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a13d77; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a13d77;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a13d77; color: #fff; padding: 16px; border-radius: 8px;">
  #A13D77
</div>
#A13D77
On Black Background
#A13D77
On White Background
#A13D77

Related Colors of #A13D77

These colors are similar to #A13D77, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.