Color: #A96EBC

#A96EBC Color Information

#A96EBC is a light color. The closest websafe version is #A96EBC. A complement of this color would be #80BC6C, perceived brightness is 0.54, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 285°,a saturation of 37%, and a lightness of 58%.The HSV representation shows a hue of 285°, a saturation of 41%, and a value of 74%.

In a RGB color space, #A96EBC is composed of 66% red, 43% green and 74% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 41% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 23.05, x: 0.3332, and y: 0.2518.

Color Code #A96EBC

#A96EBCrgb(169, 110, 188)
HEX
#A96EBC
RGB
rgb(169, 110, 188)
HSL
hsl(285, 37%, 58%)
HSV
hsv(285, 41%, 74%)
CMYK
10%, 41%, 0%, 26%
XYZ
X: 30.50, Y: 23.05, Z: 37.98
Lab
L: 55.13, a: 34.09, b: -31.78
Name

Shades of Color #A96EBC

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

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

#A96EBCrgb(169, 110, 188)

About #A96EBC Color Code

In the HSL color space, this color has a hue angle of 285°, a saturation of 37%, and a lightness of 58%. The HSV representation shows a hue of 285°, a saturation of 41%, and a value of 74%.

  • HEX: #A96EBC
  • RGB: rgb(169, 110, 188)
  • HSL: hsl(285, 37%, 58%)
  • HSV: hsv(285, 41%, 74%)
  • CMYK: 10.00% cyan, 41.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 30.50, 23.05, 37.98
  • Yxy: 23.05, 0.3332, 0.2518
  • Hunter Lab: 55.13, 34.09, -31.78
  • CIE-Lab: 55.13, 34.09, -31.78

In the XYZ color space, this color is represented as X: 30.50, Y: 23.05, Z: 37.98. The Yxy representation further refines this as Y: 23.05, x: 0.3332, and y: 0.2518.

In the Hunter Lab color space, this color is represented as L: 55.13, a: 34.09, and b: -31.78. Similarly, in the CIE-Lab color space, it is represented as L: 55.13, a: 34.09, and b: -31.78.

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

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

Analogous Colors of #A96EBC

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

Monochromatic Colors of #A96EBC

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

Complementary Color of #A96EBC

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

/* Using HEX */
body {
  background-color: #a96ebc;
}
/* Using RGB */
body {
  background-color: rgb(169, 110, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(169, 110, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 37%, 58%);
}
/* Text color */
p {
  color: #a96ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a96ebc;
}
/* Border color */
.box {
  border: 4px solid #a96ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a96ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a96ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A96EBC
On Black Background
#A96EBC
On White Background
#A96EBC

HTML Examples of #A96EBC

<!-- Using HEX -->
<div style="background-color: #a96ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(169, 110, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(169, 110, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(285, 37%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a96ebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a96ebc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a96ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a96ebc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a96ebc; color: #fff; padding: 16px; border-radius: 8px;">
  #A96EBC
</div>
#A96EBC
On Black Background
#A96EBC
On White Background
#A96EBC

Related Colors of #A96EBC

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