Color: #AA89BB

#AA89BB Color Information

#AA89BB is a light color. The closest websafe version is #AA89BB. A complement of this color would be #9BBC8A, perceived brightness is 0.60, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 280°,a saturation of 27%, and a lightness of 64%.The HSV representation shows a hue of 280°, a saturation of 27%, and a value of 73%.

In a RGB color space, #AA89BB is composed of 67% red, 54% green and 73% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 27% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 29.89, x: 0.3339, and y: 0.2912.

Color Code #AA89BB

#AA89BBrgb(170, 137, 187)
HEX
#AA89BB
RGB
rgb(170, 137, 187)
HSL
hsl(280, 27%, 64%)
HSV
hsv(280, 27%, 73%)
CMYK
9%, 27%, 0%, 27%
XYZ
X: 34.27, Y: 29.89, Z: 38.48
Lab
L: 61.56, a: 19.87, b: -21.37
Name

Shades of Color #AA89BB

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

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

#AA89BBrgb(170, 137, 187)

About #AA89BB Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 27%, and a lightness of 64%. The HSV representation shows a hue of 280°, a saturation of 27%, and a value of 73%.

  • HEX: #AA89BB
  • RGB: rgb(170, 137, 187)
  • HSL: hsl(280, 27%, 64%)
  • HSV: hsv(280, 27%, 73%)
  • CMYK: 9.00% cyan, 27.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 34.27, 29.89, 38.48
  • Yxy: 29.89, 0.3339, 0.2912
  • Hunter Lab: 61.56, 19.87, -21.37
  • CIE-Lab: 61.56, 19.87, -21.37

In the XYZ color space, this color is represented as X: 34.27, Y: 29.89, Z: 38.48. The Yxy representation further refines this as Y: 29.89, x: 0.3339, and y: 0.2912.

In the Hunter Lab color space, this color is represented as L: 61.56, a: 19.87, and b: -21.37. Similarly, in the CIE-Lab color space, it is represented as L: 61.56, a: 19.87, and b: -21.37.

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

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

Analogous Colors of #AA89BB

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

Monochromatic Colors of #AA89BB

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

Complementary Color of #AA89BB

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

/* Using HEX */
body {
  background-color: #aa89bb;
}
/* Using RGB */
body {
  background-color: rgb(170, 137, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 137, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 27%, 64%);
}
/* Text color */
p {
  color: #aa89bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa89bb;
}
/* Border color */
.box {
  border: 4px solid #aa89bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa89bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa89bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA89BB
On Black Background
#AA89BB
On White Background
#AA89BB

HTML Examples of #AA89BB

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

Related Colors of #AA89BB

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