Color: #AE86CF

#AE86CF Color Information

#AE86CF is a light color. The closest websafe version is #AE86CF. A complement of this color would be #A7CF87, perceived brightness is 0.61, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 273°,a saturation of 43%, and a lightness of 67%.The HSV representation shows a hue of 273°, a saturation of 35%, and a value of 81%.

In a RGB color space, #AE86CF is composed of 68% red, 53% green and 81% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 35% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 30.29, x: 0.3199, and y: 0.2649.

Color Code #AE86CF

#AE86CFrgb(174, 134, 207)
HEX
#AE86CF
RGB
rgb(174, 134, 207)
HSL
hsl(273, 43%, 67%)
HSV
hsv(273, 35%, 81%)
CMYK
16%, 35%, 0%, 19%
XYZ
X: 36.57, Y: 30.29, Z: 47.47
Lab
L: 61.90, a: 26.12, b: -32.01
Name

Shades of Color #AE86CF

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

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

#AE86CFrgb(174, 134, 207)

About #AE86CF Color Code

In the HSL color space, this color has a hue angle of 273°, a saturation of 43%, and a lightness of 67%. The HSV representation shows a hue of 273°, a saturation of 35%, and a value of 81%.

  • HEX: #AE86CF
  • RGB: rgb(174, 134, 207)
  • HSL: hsl(273, 43%, 67%)
  • HSV: hsv(273, 35%, 81%)
  • CMYK: 16.00% cyan, 35.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 36.57, 30.29, 47.47
  • Yxy: 30.29, 0.3199, 0.2649
  • Hunter Lab: 61.90, 26.12, -32.01
  • CIE-Lab: 61.90, 26.12, -32.01

In the XYZ color space, this color is represented as X: 36.57, Y: 30.29, Z: 47.47. The Yxy representation further refines this as Y: 30.29, x: 0.3199, and y: 0.2649.

In the Hunter Lab color space, this color is represented as L: 61.90, a: 26.12, and b: -32.01. Similarly, in the CIE-Lab color space, it is represented as L: 61.90, a: 26.12, and b: -32.01.

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

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

Analogous Colors of #AE86CF

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

Split Complementary Colors of #AE86CF

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

Tetradic Colors of #AE86CF

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

Monochromatic Colors of #AE86CF

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

Complementary Color of #AE86CF

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

/* Using HEX */
body {
  background-color: #ae86cf;
}
/* Using RGB */
body {
  background-color: rgb(174, 134, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 134, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(273, 43%, 67%);
}
/* Text color */
p {
  color: #ae86cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae86cf;
}
/* Border color */
.box {
  border: 4px solid #ae86cf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae86cf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae86cf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE86CF
On Black Background
#AE86CF
On White Background
#AE86CF

HTML Examples of #AE86CF

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

Related Colors of #AE86CF

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