Color: #AA72CB

#AA72CB Color Information

#AA72CB is a light color. The closest websafe version is #AA72CB. A complement of this color would be #92CB72, perceived brightness is 0.55, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 278°,a saturation of 46%, and a lightness of 62%.The HSV representation shows a hue of 278°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 24.63, x: 0.3191, and y: 0.2414.

Color Code #AA72CB

HEX
#AA72CB
RGB
rgb(170, 114, 203)
HSL
hsl(278, 46%, 62%)
HSV
hsv(278, 44%, 80%)
CMYK
16%, 44%, 0%, 20%
XYZ
X: 32.55, Y: 24.63, Z: 44.84
Lab
L: 56.71, a: 34.75, b: -37.85
Name

Shades of Color #AA72CB

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

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

About #AA72CB Color Code

In the HSL color space, this color has a hue angle of 278°, a saturation of 46%, and a lightness of 62%. The HSV representation shows a hue of 278°, a saturation of 44%, and a value of 80%.

  • HEX: #AA72CB
  • RGB: rgb(170, 114, 203)
  • HSL: hsl(278, 46%, 62%)
  • HSV: hsv(278, 44%, 80%)
  • CMYK: 16.00% cyan, 44.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 32.55, 24.63, 44.84
  • Yxy: 24.63, 0.3191, 0.2414
  • Hunter Lab: 56.71, 34.75, -37.85
  • CIE-Lab: 56.71, 34.75, -37.85

In the XYZ color space, this color is represented as X: 32.55, Y: 24.63, Z: 44.84. The Yxy representation further refines this as Y: 24.63, x: 0.3191, and y: 0.2414.

In the Hunter Lab color space, this color is represented as L: 56.71, a: 34.75, and b: -37.85. Similarly, in the CIE-Lab color space, it is represented as L: 56.71, a: 34.75, and b: -37.85.

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

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

Analogous Colors of #AA72CB

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

Monochromatic Colors of #AA72CB

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

Complementary Color of #AA72CB

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

/* Using HEX */
body {
  background-color: #aa72cb;
}
/* Using RGB */
body {
  background-color: rgb(170, 114, 203);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 114, 203, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(278, 46%, 62%);
}
/* Text color */
p {
  color: #aa72cb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa72cb;
}

HTML Examples of #AA72CB

<!-- Using HEX -->
<div style="background-color: #aa72cb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 114, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 114, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(278, 46%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aa72cb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aa72cb; width: 100px; height: 100px;"></div>

Related Colors of #AA72CB

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