Color: #AA40BB

#AA40BB Color Information

#AA40BB is a dark color. The closest websafe version is #AA40BB. A complement of this color would be #50BA40, perceived brightness is 0.43, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 292°,a saturation of 49%, and a lightness of 49%.The HSV representation shows a hue of 292°, a saturation of 66%, and a value of 73%.

In a RGB color space, #AA40BB is composed of 67% red, 25% green and 73% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 66% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 15.63, x: 0.3377, and y: 0.1984.

Color Code #AA40BB

#AA40BBrgb(170, 64, 187)
HEX
#AA40BB
RGB
rgb(170, 64, 187)
HSL
hsl(292, 49%, 49%)
HSV
hsv(292, 66%, 73%)
CMYK
9%, 66%, 0%, 27%
XYZ
X: 26.61, Y: 15.63, Z: 36.55
Lab
L: 46.49, a: 56.20, b: -44.71
Name

Shades of Color #AA40BB

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

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

#AA40BBrgb(170, 64, 187)

About #AA40BB Color Code

In the HSL color space, this color has a hue angle of 292°, a saturation of 49%, and a lightness of 49%. The HSV representation shows a hue of 292°, a saturation of 66%, and a value of 73%.

  • HEX: #AA40BB
  • RGB: rgb(170, 64, 187)
  • HSL: hsl(292, 49%, 49%)
  • HSV: hsv(292, 66%, 73%)
  • CMYK: 9.00% cyan, 66.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 26.61, 15.63, 36.55
  • Yxy: 15.63, 0.3377, 0.1984
  • Hunter Lab: 46.49, 56.20, -44.71
  • CIE-Lab: 46.49, 56.20, -44.71

In the XYZ color space, this color is represented as X: 26.61, Y: 15.63, Z: 36.55. The Yxy representation further refines this as Y: 15.63, x: 0.3377, and y: 0.1984.

In the Hunter Lab color space, this color is represented as L: 46.49, a: 56.20, and b: -44.71. Similarly, in the CIE-Lab color space, it is represented as L: 46.49, a: 56.20, and b: -44.71.

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

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

Analogous Colors of #AA40BB

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

Split Complementary Colors of #AA40BB

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

Tetradic Colors of #AA40BB

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

Monochromatic Colors of #AA40BB

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

Complementary Color of #AA40BB

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

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

HTML Examples of #AA40BB

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

Related Colors of #AA40BB

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