Color: #AA216C

#AA216C Color Information

#AA216C is a dark color. The closest websafe version is #AA216C. A complement of this color would be #22AA5F, perceived brightness is 0.32, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 327°,a saturation of 67%, and a lightness of 40%.The HSV representation shows a hue of 327°, a saturation of 81%, and a value of 67%.

In a RGB color space, #AA216C is composed of 67% red, 13% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 36% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 10.94, x: 0.4754, and y: 0.2567.

Color Code #AA216C

#AA216Crgb(170, 33, 108)
HEX
#AA216C
RGB
rgb(170, 33, 108)
HSL
hsl(327, 67%, 40%)
HSV
hsv(327, 81%, 67%)
CMYK
0%, 81%, 36%, 33%
XYZ
X: 20.26, Y: 10.94, Z: 11.42
Lab
L: 39.49, a: 58.09, b: -7.78
Name

Shades of Color #AA216C

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

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

#AA216Crgb(170, 33, 108)

About #AA216C Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 67%, and a lightness of 40%. The HSV representation shows a hue of 327°, a saturation of 81%, and a value of 67%.

  • HEX: #AA216C
  • RGB: rgb(170, 33, 108)
  • HSL: hsl(327, 67%, 40%)
  • HSV: hsv(327, 81%, 67%)
  • CMYK: 0.00% cyan, 81.00% magenta, 36.00% yellow, 33.00% black
  • XYZ: 20.26, 10.94, 11.42
  • Yxy: 10.94, 0.4754, 0.2567
  • Hunter Lab: 39.49, 58.09, -7.78
  • CIE-Lab: 39.49, 58.09, -7.78

In the XYZ color space, this color is represented as X: 20.26, Y: 10.94, Z: 11.42. The Yxy representation further refines this as Y: 10.94, x: 0.4754, and y: 0.2567.

In the Hunter Lab color space, this color is represented as L: 39.49, a: 58.09, and b: -7.78. Similarly, in the CIE-Lab color space, it is represented as L: 39.49, a: 58.09, and b: -7.78.

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

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

Analogous Colors of #AA216C

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

Monochromatic Colors of #AA216C

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

Complementary Color of #AA216C

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

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

HTML Examples of #AA216C

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

Related Colors of #AA216C

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