Color: #AE5DEC

#AE5DEC Color Information

#AE5DEC is a light color. The closest websafe version is #AE5DEC. A complement of this color would be #9CEC5F, perceived brightness is 0.52, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 274°,a saturation of 79%, and a lightness of 65%.The HSV representation shows a hue of 274°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 22.35, x: 0.2924, and y: 0.1885.

Color Code #AE5DEC

HEX
#AE5DEC
RGB
rgb(174, 93, 236)
HSL
hsl(274, 79%, 65%)
HSV
hsv(274, 61%, 93%)
CMYK
26%, 61%, 0%, 7%
XYZ
X: 34.67, Y: 22.35, Z: 61.56
Lab
L: 54.40, a: 52.13, b: -60.01
Name

Shades of Color #AE5DEC

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

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

About #AE5DEC Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 79%, and a lightness of 65%. The HSV representation shows a hue of 274°, a saturation of 61%, and a value of 93%.

  • HEX: #AE5DEC
  • RGB: rgb(174, 93, 236)
  • HSL: hsl(274, 79%, 65%)
  • HSV: hsv(274, 61%, 93%)
  • CMYK: 26.00% cyan, 61.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 34.67, 22.35, 61.56
  • Yxy: 22.35, 0.2924, 0.1885
  • Hunter Lab: 54.40, 52.13, -60.01
  • CIE-Lab: 54.40, 52.13, -60.01

In the XYZ color space, this color is represented as X: 34.67, Y: 22.35, Z: 61.56. The Yxy representation further refines this as Y: 22.35, x: 0.2924, and y: 0.1885.

In the Hunter Lab color space, this color is represented as L: 54.40, a: 52.13, and b: -60.01. Similarly, in the CIE-Lab color space, it is represented as L: 54.40, a: 52.13, and b: -60.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 #AE5DEC

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

Analogous Colors of #AE5DEC

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

Monochromatic Colors of #AE5DEC

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

Complementary Color of #AE5DEC

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

/* Using HEX */
body {
  background-color: #ae5dec;
}
/* Using RGB */
body {
  background-color: rgb(174, 93, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 93, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 79%, 65%);
}
/* Text color */
p {
  color: #ae5dec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae5dec;
}

HTML Examples of #AE5DEC

<!-- Using HEX -->
<div style="background-color: #ae5dec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 93, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 93, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(274, 79%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae5dec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae5dec; width: 100px; height: 100px;"></div>

Related Colors of #AE5DEC

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