Color: #A96EAE

#A96EAE Color Information

#A96EAE is a light color. The closest websafe version is #A96EAE. A complement of this color would be #75AE6F, perceived brightness is 0.53, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 295°,a saturation of 28%, and a lightness of 56%.The HSV representation shows a hue of 295°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A96EAE is composed of 66% red, 43% green and 68% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 37% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 22.57, x: 0.3486, and y: 0.2680.

Color Code #A96EAE

HEX
#A96EAE
RGB
rgb(169, 110, 174)
HSL
hsl(295, 28%, 56%)
HSV
hsv(295, 37%, 68%)
CMYK
3%, 37%, 0%, 32%
XYZ
X: 29.36, Y: 22.57, Z: 32.30
Lab
L: 54.63, a: 31.95, b: -24.52
Name

Shades of Color #A96EAE

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

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

About #A96EAE Color Code

In the HSL color space, this color has a hue angle of 295°, a saturation of 28%, and a lightness of 56%. The HSV representation shows a hue of 295°, a saturation of 37%, and a value of 68%.

  • HEX: #A96EAE
  • RGB: rgb(169, 110, 174)
  • HSL: hsl(295, 28%, 56%)
  • HSV: hsv(295, 37%, 68%)
  • CMYK: 3.00% cyan, 37.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 29.36, 22.57, 32.30
  • Yxy: 22.57, 0.3486, 0.2680
  • Hunter Lab: 54.63, 31.95, -24.52
  • CIE-Lab: 54.63, 31.95, -24.52

In the XYZ color space, this color is represented as X: 29.36, Y: 22.57, Z: 32.30. The Yxy representation further refines this as Y: 22.57, x: 0.3486, and y: 0.2680.

In the Hunter Lab color space, this color is represented as L: 54.63, a: 31.95, and b: -24.52. Similarly, in the CIE-Lab color space, it is represented as L: 54.63, a: 31.95, and b: -24.52.

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

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

Analogous Colors of #A96EAE

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

Monochromatic Colors of #A96EAE

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

Complementary Color of #A96EAE

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

/* Using HEX */
body {
  background-color: #a96eae;
}
/* Using RGB */
body {
  background-color: rgb(169, 110, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(169, 110, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(295, 28%, 56%);
}
/* Text color */
p {
  color: #a96eae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a96eae;
}

HTML Examples of #A96EAE

<!-- Using HEX -->
<div style="background-color: #a96eae; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(169, 110, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(169, 110, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(295, 28%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a96eae;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a96eae; width: 100px; height: 100px;"></div>

Related Colors of #A96EAE

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