Color: #A39CAD

#A39CAD Color Information

#A39CAD is a light color. The closest websafe version is #A39CAD. A complement of this color would be #A7AE9E, perceived brightness is 0.63, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 265°,a saturation of 9%, and a lightness of 65%.The HSV representation shows a hue of 265°, a saturation of 10%, and a value of 68%.

In a RGB color space, #A39CAD is composed of 64% red, 61% green and 68% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 10% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 34.52, x: 0.3379, and y: 0.3356.

Color Code #A39CAD

#A39CADrgb(163, 156, 173)
HEX
#A39CAD
RGB
rgb(163, 156, 173)
HSL
hsl(265, 9%, 65%)
HSV
hsv(265, 10%, 68%)
CMYK
6%, 10%, 0%, 32%
XYZ
X: 34.75, Y: 34.52, Z: 33.58
Lab
L: 65.37, a: 5.10, b: -7.92
Name

Shades of Color #A39CAD

Shades are created by darkening the original color #A39CAD 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 #A39CAD

Tints are created by lightening the original color #A39CAD 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.

#A39CADrgb(163, 156, 173)

About #A39CAD Color Code

In the HSL color space, this color has a hue angle of 265°, a saturation of 9%, and a lightness of 65%. The HSV representation shows a hue of 265°, a saturation of 10%, and a value of 68%.

  • HEX: #A39CAD
  • RGB: rgb(163, 156, 173)
  • HSL: hsl(265, 9%, 65%)
  • HSV: hsv(265, 10%, 68%)
  • CMYK: 6.00% cyan, 10.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 34.75, 34.52, 33.58
  • Yxy: 34.52, 0.3379, 0.3356
  • Hunter Lab: 65.37, 5.10, -7.92
  • CIE-Lab: 65.37, 5.10, -7.92

In the XYZ color space, this color is represented as X: 34.75, Y: 34.52, Z: 33.58. The Yxy representation further refines this as Y: 34.52, x: 0.3379, and y: 0.3356.

In the Hunter Lab color space, this color is represented as L: 65.37, a: 5.10, and b: -7.92. Similarly, in the CIE-Lab color space, it is represented as L: 65.37, a: 5.10, and b: -7.92.

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 #A39CAD

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

Analogous Colors of #A39CAD

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

Split Complementary Colors of #A39CAD

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

Tetradic Colors of #A39CAD

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

Monochromatic Colors of #A39CAD

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

Complementary Color of #A39CAD

The complementary color of #A39CAD 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 #A39CAD

/* Using HEX */
body {
  background-color: #a39cad;
}
/* Using RGB */
body {
  background-color: rgb(163, 156, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(163, 156, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(265, 9%, 65%);
}
/* Text color */
p {
  color: #a39cad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a39cad;
}
/* Border color */
.box {
  border: 4px solid #a39cad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a39cad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a39cad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A39CAD
On Black Background
#A39CAD
On White Background
#A39CAD

HTML Examples of #A39CAD

<!-- Using HEX -->
<div style="background-color: #a39cad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(163, 156, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(163, 156, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(265, 9%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a39cad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a39cad; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a39cad; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a39cad;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a39cad; color: #fff; padding: 16px; border-radius: 8px;">
  #A39CAD
</div>
#A39CAD
On Black Background
#A39CAD
On White Background
#A39CAD

Related Colors of #A39CAD

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