Color: #AE89EB

#AE89EB Color Information

#AE89EB is a light color. The closest websafe version is #AE89EB. A complement of this color would be #C6EB89, perceived brightness is 0.62, and the grayscale version is #BABABA.

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

In a RGB color space, #AE89EB is composed of 68% red, 54% green and 92% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 42% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 32.39, x: 0.2968, and y: 0.2404.

Color Code #AE89EB

#AE89EBrgb(174, 137, 235)
HEX
#AE89EB
RGB
rgb(174, 137, 235)
HSL
hsl(263, 71%, 73%)
HSV
hsv(263, 42%, 92%)
CMYK
26%, 42%, 0%, 8%
XYZ
X: 39.98, Y: 32.39, Z: 62.35
Lab
L: 63.66, a: 29.46, b: -44.81
Name

Shades of Color #AE89EB

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

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

#AE89EBrgb(174, 137, 235)

About #AE89EB Color Code

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

  • HEX: #AE89EB
  • RGB: rgb(174, 137, 235)
  • HSL: hsl(263, 71%, 73%)
  • HSV: hsv(263, 42%, 92%)
  • CMYK: 26.00% cyan, 42.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 39.98, 32.39, 62.35
  • Yxy: 32.39, 0.2968, 0.2404
  • Hunter Lab: 63.66, 29.46, -44.81
  • CIE-Lab: 63.66, 29.46, -44.81

In the XYZ color space, this color is represented as X: 39.98, Y: 32.39, Z: 62.35. The Yxy representation further refines this as Y: 32.39, x: 0.2968, and y: 0.2404.

In the Hunter Lab color space, this color is represented as L: 63.66, a: 29.46, and b: -44.81. Similarly, in the CIE-Lab color space, it is represented as L: 63.66, a: 29.46, and b: -44.81.

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

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

Analogous Colors of #AE89EB

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

Monochromatic Colors of #AE89EB

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

Complementary Color of #AE89EB

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

/* Using HEX */
body {
  background-color: #ae89eb;
}
/* Using RGB */
body {
  background-color: rgb(174, 137, 235);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 137, 235, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(263, 71%, 73%);
}
/* Text color */
p {
  color: #ae89eb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae89eb;
}
/* Border color */
.box {
  border: 4px solid #ae89eb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae89eb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae89eb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE89EB
On Black Background
#AE89EB
On White Background
#AE89EB

HTML Examples of #AE89EB

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

Related Colors of #AE89EB

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