Color: #AA34DD

#AA34DD Color Information

#AA34DD is a dark color. The closest websafe version is #AA34DD. A complement of this color would be #68DD36, perceived brightness is 0.42, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 282°,a saturation of 71%, and a lightness of 54%.The HSV representation shows a hue of 282°, a saturation of 76%, and a value of 87%.

In a RGB color space, #AA34DD is composed of 67% red, 20% green and 87% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 76% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 15.79, x: 0.2994, and y: 0.1619.

Color Code #AA34DD

#AA34DDrgb(170, 52, 221)
HEX
#AA34DD
RGB
rgb(170, 52, 221)
HSL
hsl(282, 71%, 54%)
HSV
hsv(282, 76%, 87%)
CMYK
23%, 76%, 0%, 13%
XYZ
X: 29.20, Y: 15.79, Z: 52.53
Lab
L: 46.70, a: 65.51, b: -63.95
Name

Shades of Color #AA34DD

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

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

#AA34DDrgb(170, 52, 221)

About #AA34DD Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 71%, and a lightness of 54%. The HSV representation shows a hue of 282°, a saturation of 76%, and a value of 87%.

  • HEX: #AA34DD
  • RGB: rgb(170, 52, 221)
  • HSL: hsl(282, 71%, 54%)
  • HSV: hsv(282, 76%, 87%)
  • CMYK: 23.00% cyan, 76.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 29.20, 15.79, 52.53
  • Yxy: 15.79, 0.2994, 0.1619
  • Hunter Lab: 46.70, 65.51, -63.95
  • CIE-Lab: 46.70, 65.51, -63.95

In the XYZ color space, this color is represented as X: 29.20, Y: 15.79, Z: 52.53. The Yxy representation further refines this as Y: 15.79, x: 0.2994, and y: 0.1619.

In the Hunter Lab color space, this color is represented as L: 46.70, a: 65.51, and b: -63.95. Similarly, in the CIE-Lab color space, it is represented as L: 46.70, a: 65.51, and b: -63.95.

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

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

Analogous Colors of #AA34DD

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

Split Complementary Colors of #AA34DD

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

Tetradic Colors of #AA34DD

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

Monochromatic Colors of #AA34DD

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

Complementary Color of #AA34DD

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

/* Using HEX */
body {
  background-color: #aa34dd;
}
/* Using RGB */
body {
  background-color: rgb(170, 52, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 52, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 71%, 54%);
}
/* Text color */
p {
  color: #aa34dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa34dd;
}
/* Border color */
.box {
  border: 4px solid #aa34dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa34dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa34dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA34DD
On Black Background
#AA34DD
On White Background
#AA34DD

HTML Examples of #AA34DD

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

Related Colors of #AA34DD

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