Color: #AA7ABD

#AA7ABD Color Information

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

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

In a RGB color space, #AA7ABD is composed of 67% red, 48% green and 74% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 35% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 25.98, x: 0.3327, and y: 0.2676.

Color Code #AA7ABD

#AA7ABDrgb(170, 122, 189)
HEX
#AA7ABD
RGB
rgb(170, 122, 189)
HSL
hsl(283, 34%, 61%)
HSV
hsv(283, 35%, 74%)
CMYK
10%, 35%, 0%, 26%
XYZ
X: 32.30, Y: 25.98, Z: 38.79
Lab
L: 58.02, a: 28.22, b: -27.89
Name

Shades of Color #AA7ABD

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

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

#AA7ABDrgb(170, 122, 189)

About #AA7ABD Color Code

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

  • HEX: #AA7ABD
  • RGB: rgb(170, 122, 189)
  • HSL: hsl(283, 34%, 61%)
  • HSV: hsv(283, 35%, 74%)
  • CMYK: 10.00% cyan, 35.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 32.30, 25.98, 38.79
  • Yxy: 25.98, 0.3327, 0.2676
  • Hunter Lab: 58.02, 28.22, -27.89
  • CIE-Lab: 58.02, 28.22, -27.89

In the XYZ color space, this color is represented as X: 32.30, Y: 25.98, Z: 38.79. The Yxy representation further refines this as Y: 25.98, x: 0.3327, and y: 0.2676.

In the Hunter Lab color space, this color is represented as L: 58.02, a: 28.22, and b: -27.89. Similarly, in the CIE-Lab color space, it is represented as L: 58.02, a: 28.22, and b: -27.89.

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

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

Analogous Colors of #AA7ABD

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

Split Complementary Colors of #AA7ABD

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

Tetradic Colors of #AA7ABD

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

Monochromatic Colors of #AA7ABD

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

Complementary Color of #AA7ABD

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

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

HTML Examples of #AA7ABD

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

Related Colors of #AA7ABD

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