Color: #AA9ECE

#AA9ECE Color Information

#AA9ECE is a light color. The closest websafe version is #AA9ECE. A complement of this color would be #C1CD9D, perceived brightness is 0.66, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 255°,a saturation of 33%, and a lightness of 71%.The HSV representation shows a hue of 255°, a saturation of 23%, and a value of 81%.

In a RGB color space, #AA9ECE is composed of 67% red, 62% green and 81% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 23% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 37.20, x: 0.3170, and y: 0.2983.

Color Code #AA9ECE

#AA9ECErgb(170, 158, 206)
HEX
#AA9ECE
RGB
rgb(170, 158, 206)
HSL
hsl(255, 33%, 71%)
HSV
hsv(255, 23%, 81%)
CMYK
17%, 23%, 0%, 19%
XYZ
X: 39.53, Y: 37.20, Z: 47.96
Lab
L: 67.42, a: 11.84, b: -23.07
Name

Shades of Color #AA9ECE

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

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

#AA9ECErgb(170, 158, 206)

About #AA9ECE Color Code

In the HSL color space, this color has a hue angle of 255°, a saturation of 33%, and a lightness of 71%. The HSV representation shows a hue of 255°, a saturation of 23%, and a value of 81%.

  • HEX: #AA9ECE
  • RGB: rgb(170, 158, 206)
  • HSL: hsl(255, 33%, 71%)
  • HSV: hsv(255, 23%, 81%)
  • CMYK: 17.00% cyan, 23.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 39.53, 37.20, 47.96
  • Yxy: 37.20, 0.3170, 0.2983
  • Hunter Lab: 67.42, 11.84, -23.07
  • CIE-Lab: 67.42, 11.84, -23.07

In the XYZ color space, this color is represented as X: 39.53, Y: 37.20, Z: 47.96. The Yxy representation further refines this as Y: 37.20, x: 0.3170, and y: 0.2983.

In the Hunter Lab color space, this color is represented as L: 67.42, a: 11.84, and b: -23.07. Similarly, in the CIE-Lab color space, it is represented as L: 67.42, a: 11.84, and b: -23.07.

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

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

Analogous Colors of #AA9ECE

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

Monochromatic Colors of #AA9ECE

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

Complementary Color of #AA9ECE

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

/* Using HEX */
body {
  background-color: #aa9ece;
}
/* Using RGB */
body {
  background-color: rgb(170, 158, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 158, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(255, 33%, 71%);
}
/* Text color */
p {
  color: #aa9ece;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa9ece;
}
/* Border color */
.box {
  border: 4px solid #aa9ece;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa9ece;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa9ece;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA9ECE
On Black Background
#AA9ECE
On White Background
#AA9ECE

HTML Examples of #AA9ECE

<!-- Using HEX -->
<div style="background-color: #aa9ece; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 158, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 158, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(255, 33%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aa9ece;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aa9ece; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #aa9ece; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #aa9ece;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #aa9ece; color: #fff; padding: 16px; border-radius: 8px;">
  #AA9ECE
</div>
#AA9ECE
On Black Background
#AA9ECE
On White Background
#AA9ECE

Related Colors of #AA9ECE

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