Color: #AA2CBD

#AA2CBD Color Information

#AA2CBD is a dark color. The closest websafe version is #AA2CBD. A complement of this color would be #40BE2D, perceived brightness is 0.39, and the grayscale version is #757575.

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

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

In the Yxy color space, this color is represented as Y: 13.83, x: 0.3359, and y: 0.1802.

Color Code #AA2CBD

#AA2CBDrgb(170, 44, 189)
HEX
#AA2CBD
RGB
rgb(170, 44, 189)
HSL
hsl(292, 62%, 46%)
HSV
hsv(292, 77%, 74%)
CMYK
10%, 77%, 0%, 26%
XYZ
X: 25.78, Y: 13.83, Z: 37.15
Lab
L: 43.99, a: 63.51, b: -49.84
Name

Shades of Color #AA2CBD

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

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

#AA2CBDrgb(170, 44, 189)

About #AA2CBD Color Code

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

  • HEX: #AA2CBD
  • RGB: rgb(170, 44, 189)
  • HSL: hsl(292, 62%, 46%)
  • HSV: hsv(292, 77%, 74%)
  • CMYK: 10.00% cyan, 77.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 25.78, 13.83, 37.15
  • Yxy: 13.83, 0.3359, 0.1802
  • Hunter Lab: 43.99, 63.51, -49.84
  • CIE-Lab: 43.99, 63.51, -49.84

In the XYZ color space, this color is represented as X: 25.78, Y: 13.83, Z: 37.15. The Yxy representation further refines this as Y: 13.83, x: 0.3359, and y: 0.1802.

In the Hunter Lab color space, this color is represented as L: 43.99, a: 63.51, and b: -49.84. Similarly, in the CIE-Lab color space, it is represented as L: 43.99, a: 63.51, and b: -49.84.

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

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

Analogous Colors of #AA2CBD

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

Split Complementary Colors of #AA2CBD

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

Tetradic Colors of #AA2CBD

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

Monochromatic Colors of #AA2CBD

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

Complementary Color of #AA2CBD

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

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

HTML Examples of #AA2CBD

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

Related Colors of #AA2CBD

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