Color: #AE9DEC

#AE9DEC Color Information

#AE9DEC is a light color. The closest websafe version is #AE9DEC. A complement of this color would be #DBEC9C, perceived brightness is 0.67, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 253°,a saturation of 68%, and a lightness of 77%.The HSV representation shows a hue of 253°, a saturation of 33%, and a value of 93%.

In a RGB color space, #AE9DEC is composed of 68% red, 62% green and 93% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 33% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 38.67, x: 0.2978, and y: 0.2651.

Color Code #AE9DEC

#AE9DECrgb(174, 157, 236)
HEX
#AE9DEC
RGB
rgb(174, 157, 236)
HSL
hsl(253, 68%, 77%)
HSV
hsv(253, 33%, 93%)
CMYK
26%, 33%, 0%, 7%
XYZ
X: 43.44, Y: 38.67, Z: 63.77
Lab
L: 68.51, a: 19.03, b: -37.82
Name

Shades of Color #AE9DEC

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

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

#AE9DECrgb(174, 157, 236)

About #AE9DEC Color Code

In the HSL color space, this color has a hue angle of 253°, a saturation of 68%, and a lightness of 77%. The HSV representation shows a hue of 253°, a saturation of 33%, and a value of 93%.

  • HEX: #AE9DEC
  • RGB: rgb(174, 157, 236)
  • HSL: hsl(253, 68%, 77%)
  • HSV: hsv(253, 33%, 93%)
  • CMYK: 26.00% cyan, 33.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 43.44, 38.67, 63.77
  • Yxy: 38.67, 0.2978, 0.2651
  • Hunter Lab: 68.51, 19.03, -37.82
  • CIE-Lab: 68.51, 19.03, -37.82

In the XYZ color space, this color is represented as X: 43.44, Y: 38.67, Z: 63.77. The Yxy representation further refines this as Y: 38.67, x: 0.2978, and y: 0.2651.

In the Hunter Lab color space, this color is represented as L: 68.51, a: 19.03, and b: -37.82. Similarly, in the CIE-Lab color space, it is represented as L: 68.51, a: 19.03, and b: -37.82.

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

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

Analogous Colors of #AE9DEC

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

Monochromatic Colors of #AE9DEC

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

Complementary Color of #AE9DEC

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

/* Using HEX */
body {
  background-color: #ae9dec;
}
/* Using RGB */
body {
  background-color: rgb(174, 157, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 157, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(253, 68%, 77%);
}
/* Text color */
p {
  color: #ae9dec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae9dec;
}
/* Border color */
.box {
  border: 4px solid #ae9dec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae9dec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae9dec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE9DEC
On Black Background
#AE9DEC
On White Background
#AE9DEC

HTML Examples of #AE9DEC

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

Related Colors of #AE9DEC

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