Color: #AA7ABB

#AA7ABB Color Information

#AA7ABB is a light color. The closest websafe version is #AA7ABB. A complement of this color would be #8DBB7C, perceived brightness is 0.56, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 284°,a saturation of 32%, and a lightness of 61%.The HSV representation shows a hue of 284°, a saturation of 35%, and a value of 73%.

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

In the Yxy color space, this color is represented as Y: 25.91, x: 0.3348, and y: 0.2700.

Color Code #AA7ABB

#AA7ABBrgb(170, 122, 187)
HEX
#AA7ABB
RGB
rgb(170, 122, 187)
HSL
hsl(284, 32%, 61%)
HSV
hsv(284, 35%, 73%)
CMYK
9%, 35%, 0%, 27%
XYZ
X: 32.13, Y: 25.91, Z: 37.94
Lab
L: 57.95, a: 27.91, b: -26.86
Name

Shades of Color #AA7ABB

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

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

#AA7ABBrgb(170, 122, 187)

About #AA7ABB Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 32%, and a lightness of 61%. The HSV representation shows a hue of 284°, a saturation of 35%, and a value of 73%.

  • HEX: #AA7ABB
  • RGB: rgb(170, 122, 187)
  • HSL: hsl(284, 32%, 61%)
  • HSV: hsv(284, 35%, 73%)
  • CMYK: 9.00% cyan, 35.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 32.13, 25.91, 37.94
  • Yxy: 25.91, 0.3348, 0.2700
  • Hunter Lab: 57.95, 27.91, -26.86
  • CIE-Lab: 57.95, 27.91, -26.86

In the XYZ color space, this color is represented as X: 32.13, Y: 25.91, Z: 37.94. The Yxy representation further refines this as Y: 25.91, x: 0.3348, and y: 0.2700.

In the Hunter Lab color space, this color is represented as L: 57.95, a: 27.91, and b: -26.86. Similarly, in the CIE-Lab color space, it is represented as L: 57.95, a: 27.91, and b: -26.86.

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

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

Analogous Colors of #AA7ABB

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

Split Complementary Colors of #AA7ABB

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

Tetradic Colors of #AA7ABB

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

Monochromatic Colors of #AA7ABB

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

Complementary Color of #AA7ABB

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

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

HTML Examples of #AA7ABB

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

Related Colors of #AA7ABB

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