Color: #AA89CB

#AA89CB Color Information

#AA89CB is a light color. The closest websafe version is #AA89CB. A complement of this color would be #ABCC8A, perceived brightness is 0.61, and the grayscale version is #AAAAAA.

In the HSL color space, this color has a hue angle of 270°,a saturation of 39%, and a lightness of 67%.The HSV representation shows a hue of 270°, a saturation of 33%, and a value of 80%.

In a RGB color space, #AA89CB is composed of 67% red, 54% green and 80% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 33% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 30.50, x: 0.3193, and y: 0.2727.

Color Code #AA89CB

#AA89CBrgb(170, 137, 203)
HEX
#AA89CB
RGB
rgb(170, 137, 203)
HSL
hsl(270, 39%, 67%)
HSV
hsv(270, 33%, 80%)
CMYK
16%, 33%, 0%, 20%
XYZ
X: 35.71, Y: 30.50, Z: 45.64
Lab
L: 62.08, a: 22.50, b: -29.55
Name

Shades of Color #AA89CB

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

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

#AA89CBrgb(170, 137, 203)

About #AA89CB Color Code

In the HSL color space, this color has a hue angle of 270°, a saturation of 39%, and a lightness of 67%. The HSV representation shows a hue of 270°, a saturation of 33%, and a value of 80%.

  • HEX: #AA89CB
  • RGB: rgb(170, 137, 203)
  • HSL: hsl(270, 39%, 67%)
  • HSV: hsv(270, 33%, 80%)
  • CMYK: 16.00% cyan, 33.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 35.71, 30.50, 45.64
  • Yxy: 30.50, 0.3193, 0.2727
  • Hunter Lab: 62.08, 22.50, -29.55
  • CIE-Lab: 62.08, 22.50, -29.55

In the XYZ color space, this color is represented as X: 35.71, Y: 30.50, Z: 45.64. The Yxy representation further refines this as Y: 30.50, x: 0.3193, and y: 0.2727.

In the Hunter Lab color space, this color is represented as L: 62.08, a: 22.50, and b: -29.55. Similarly, in the CIE-Lab color space, it is represented as L: 62.08, a: 22.50, and b: -29.55.

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

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

Analogous Colors of #AA89CB

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

Split Complementary Colors of #AA89CB

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

Tetradic Colors of #AA89CB

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

Monochromatic Colors of #AA89CB

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

Complementary Color of #AA89CB

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

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

HTML Examples of #AA89CB

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

Related Colors of #AA89CB

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