Color: #AA86BD

#AA86BD Color Information

#AA86BD is a light color. The closest websafe version is #AA86BD. A complement of this color would be #98BC85, perceived brightness is 0.59, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 279°,a saturation of 29%, and a lightness of 63%.The HSV representation shows a hue of 279°, a saturation of 29%, and a value of 74%.

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

In the Yxy color space, this color is represented as Y: 29.12, x: 0.3322, and y: 0.2846.

Color Code #AA86BD

#AA86BDrgb(170, 134, 189)
HEX
#AA86BD
RGB
rgb(170, 134, 189)
HSL
hsl(279, 29%, 63%)
HSV
hsv(279, 29%, 74%)
CMYK
10%, 29%, 0%, 26%
XYZ
X: 33.99, Y: 29.12, Z: 39.22
Lab
L: 60.89, a: 21.80, b: -23.51
Name

Shades of Color #AA86BD

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

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

#AA86BDrgb(170, 134, 189)

About #AA86BD Color Code

In the HSL color space, this color has a hue angle of 279°, a saturation of 29%, and a lightness of 63%. The HSV representation shows a hue of 279°, a saturation of 29%, and a value of 74%.

  • HEX: #AA86BD
  • RGB: rgb(170, 134, 189)
  • HSL: hsl(279, 29%, 63%)
  • HSV: hsv(279, 29%, 74%)
  • CMYK: 10.00% cyan, 29.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 33.99, 29.12, 39.22
  • Yxy: 29.12, 0.3322, 0.2846
  • Hunter Lab: 60.89, 21.80, -23.51
  • CIE-Lab: 60.89, 21.80, -23.51

In the XYZ color space, this color is represented as X: 33.99, Y: 29.12, Z: 39.22. The Yxy representation further refines this as Y: 29.12, x: 0.3322, and y: 0.2846.

In the Hunter Lab color space, this color is represented as L: 60.89, a: 21.80, and b: -23.51. Similarly, in the CIE-Lab color space, it is represented as L: 60.89, a: 21.80, and b: -23.51.

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

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

Analogous Colors of #AA86BD

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

Split Complementary Colors of #AA86BD

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

Tetradic Colors of #AA86BD

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

Monochromatic Colors of #AA86BD

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

Complementary Color of #AA86BD

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

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

HTML Examples of #AA86BD

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

Related Colors of #AA86BD

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