Color: #AA55BA

#AA55BA Color Information

#AA55BA is a dark color. The closest websafe version is #AA55BA. A complement of this color would be #66B955, perceived brightness is 0.48, and the grayscale version is #888888.

In the HSL color space, this color has a hue angle of 290°,a saturation of 42%, and a lightness of 53%.The HSV representation shows a hue of 290°, a saturation of 54%, and a value of 73%.

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

In the Yxy color space, this color is represented as Y: 18.43, x: 0.3380, and y: 0.2221.

Color Code #AA55BA

#AA55BArgb(170, 85, 186)
HEX
#AA55BA
RGB
rgb(170, 85, 186)
HSL
hsl(290, 42%, 53%)
HSV
hsv(290, 54%, 73%)
CMYK
9%, 54%, 0%, 27%
XYZ
X: 28.05, Y: 18.43, Z: 36.51
Lab
L: 50.02, a: 46.76, b: -38.57
Name

Shades of Color #AA55BA

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

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

#AA55BArgb(170, 85, 186)

About #AA55BA Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 42%, and a lightness of 53%. The HSV representation shows a hue of 290°, a saturation of 54%, and a value of 73%.

  • HEX: #AA55BA
  • RGB: rgb(170, 85, 186)
  • HSL: hsl(290, 42%, 53%)
  • HSV: hsv(290, 54%, 73%)
  • CMYK: 9.00% cyan, 54.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 28.05, 18.43, 36.51
  • Yxy: 18.43, 0.3380, 0.2221
  • Hunter Lab: 50.02, 46.76, -38.57
  • CIE-Lab: 50.02, 46.76, -38.57

In the XYZ color space, this color is represented as X: 28.05, Y: 18.43, Z: 36.51. The Yxy representation further refines this as Y: 18.43, x: 0.3380, and y: 0.2221.

In the Hunter Lab color space, this color is represented as L: 50.02, a: 46.76, and b: -38.57. Similarly, in the CIE-Lab color space, it is represented as L: 50.02, a: 46.76, and b: -38.57.

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

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

Analogous Colors of #AA55BA

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

Split Complementary Colors of #AA55BA

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

Tetradic Colors of #AA55BA

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

Monochromatic Colors of #AA55BA

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

Complementary Color of #AA55BA

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

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

HTML Examples of #AA55BA

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

Related Colors of #AA55BA

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