Color: #AA6EBF

#AA6EBF Color Information

#AA6EBF is a light color. The closest websafe version is #AA6EBF. A complement of this color would be #83BF6E, perceived brightness is 0.54, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 284°,a saturation of 39%, and a lightness of 59%.The HSV representation shows a hue of 284°, a saturation of 42%, and a value of 75%.

In a RGB color space, #AA6EBF is composed of 67% red, 43% green and 75% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 42% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 23.28, x: 0.3313, and y: 0.2489.

Color Code #AA6EBF

#AA6EBFrgb(170, 110, 191)
HEX
#AA6EBF
RGB
rgb(170, 110, 191)
HSL
hsl(284, 39%, 59%)
HSV
hsv(284, 42%, 75%)
CMYK
11%, 42%, 0%, 25%
XYZ
X: 30.99, Y: 23.28, Z: 39.28
Lab
L: 55.36, a: 34.90, b: -33.13
Name

Shades of Color #AA6EBF

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

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

#AA6EBFrgb(170, 110, 191)

About #AA6EBF Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 39%, and a lightness of 59%. The HSV representation shows a hue of 284°, a saturation of 42%, and a value of 75%.

  • HEX: #AA6EBF
  • RGB: rgb(170, 110, 191)
  • HSL: hsl(284, 39%, 59%)
  • HSV: hsv(284, 42%, 75%)
  • CMYK: 11.00% cyan, 42.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 30.99, 23.28, 39.28
  • Yxy: 23.28, 0.3313, 0.2489
  • Hunter Lab: 55.36, 34.90, -33.13
  • CIE-Lab: 55.36, 34.90, -33.13

In the XYZ color space, this color is represented as X: 30.99, Y: 23.28, Z: 39.28. The Yxy representation further refines this as Y: 23.28, x: 0.3313, and y: 0.2489.

In the Hunter Lab color space, this color is represented as L: 55.36, a: 34.90, and b: -33.13. Similarly, in the CIE-Lab color space, it is represented as L: 55.36, a: 34.90, and b: -33.13.

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

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

Analogous Colors of #AA6EBF

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

Split Complementary Colors of #AA6EBF

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

Tetradic Colors of #AA6EBF

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

Monochromatic Colors of #AA6EBF

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

Complementary Color of #AA6EBF

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

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

HTML Examples of #AA6EBF

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

Related Colors of #AA6EBF

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