Color: #AA7CAB

#AA7CAB Color Information

#AA7CAB is a light color. The closest websafe version is #AA7CAB. A complement of this color would be #7DAB7C, perceived brightness is 0.56, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 299°,a saturation of 22%, and a lightness of 58%.The HSV representation shows a hue of 299°, a saturation of 27%, and a value of 67%.

In a RGB color space, #AA7CAB is composed of 67% red, 49% green and 67% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 27% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 25.86, x: 0.3513, and y: 0.2919.

Color Code #AA7CAB

#AA7CABrgb(170, 124, 171)
HEX
#AA7CAB
RGB
rgb(170, 124, 171)
HSL
hsl(299, 22%, 58%)
HSV
hsv(299, 27%, 67%)
CMYK
1%, 27%, 0%, 33%
XYZ
X: 31.12, Y: 25.86, Z: 31.60
Lab
L: 57.91, a: 24.40, b: -17.81
Name

Shades of Color #AA7CAB

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

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

#AA7CABrgb(170, 124, 171)

About #AA7CAB Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 22%, and a lightness of 58%. The HSV representation shows a hue of 299°, a saturation of 27%, and a value of 67%.

  • HEX: #AA7CAB
  • RGB: rgb(170, 124, 171)
  • HSL: hsl(299, 22%, 58%)
  • HSV: hsv(299, 27%, 67%)
  • CMYK: 100.00% cyan, 27.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 31.12, 25.86, 31.60
  • Yxy: 25.86, 0.3513, 0.2919
  • Hunter Lab: 57.91, 24.40, -17.81
  • CIE-Lab: 57.91, 24.40, -17.81

In the XYZ color space, this color is represented as X: 31.12, Y: 25.86, Z: 31.60. The Yxy representation further refines this as Y: 25.86, x: 0.3513, and y: 0.2919.

In the Hunter Lab color space, this color is represented as L: 57.91, a: 24.40, and b: -17.81. Similarly, in the CIE-Lab color space, it is represented as L: 57.91, a: 24.40, and b: -17.81.

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

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

Analogous Colors of #AA7CAB

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

Monochromatic Colors of #AA7CAB

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

Complementary Color of #AA7CAB

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

/* Using HEX */
body {
  background-color: #aa7cab;
}
/* Using RGB */
body {
  background-color: rgb(170, 124, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 124, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(299, 22%, 58%);
}
/* Text color */
p {
  color: #aa7cab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa7cab;
}
/* Border color */
.box {
  border: 4px solid #aa7cab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa7cab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa7cab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA7CAB
On Black Background
#AA7CAB
On White Background
#AA7CAB

HTML Examples of #AA7CAB

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

Related Colors of #AA7CAB

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