Color: #AE8DE7
#AE8DE7 Color Information
#AE8DE7 is a light color. The closest websafe version is #AE8DE7. A complement of this color would be #C6E78D, perceived brightness is 0.63, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 262°,a saturation of 65%, and a lightness of 73%.The HSV representation shows a hue of 262°, a saturation of 39%, and a value of 91%.
In a RGB color space, #AE8DE7 is composed of 68% red, 55% green and 91% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 39% magenta, 0% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 33.36, x: 0.3002, and y: 0.2494.
Color Code #AE8DE7
Shades of Color #AE8DE7
Shades are created by darkening the original color #AE8DE7 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 #AE8DE7
Tints are created by lightening the original color #AE8DE7 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 #AE8DE7 Color Code
In the HSL color space, this color has a hue angle of 262°, a saturation of 65%, and a lightness of 73%. The HSV representation shows a hue of 262°, a saturation of 39%, and a value of 91%.
- HEX: #AE8DE7
- RGB: rgb(174, 141, 231)
- HSL: hsl(262, 65%, 73%)
- HSV: hsv(262, 39%, 91%)
- CMYK: 25.00% cyan, 39.00% magenta, 0.00% yellow, 9.00% black
- XYZ: 40.15, 33.36, 60.25
- Yxy: 33.36, 0.3002, 0.2494
- Hunter Lab: 64.45, 26.60, -41.38
- CIE-Lab: 64.45, 26.60, -41.38
In the XYZ color space, this color is represented as X: 40.15, Y: 33.36, Z: 60.25. The Yxy representation further refines this as Y: 33.36, x: 0.3002, and y: 0.2494.
In the Hunter Lab color space, this color is represented as L: 64.45, a: 26.60, and b: -41.38. Similarly, in the CIE-Lab color space, it is represented as L: 64.45, a: 26.60, and b: -41.38.
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 #AE8DE7
Triadic colors are three colors evenly spaced around the color wheel, including #AE8DE7. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AE8DE7
Monochromatic colors are variations of #AE8DE7, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE8DE7
The complementary color of #AE8DE7 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 #AE8DE7
/* Using HEX */ body { background-color: #ae8de7; }
/* Using RGB */ body { background-color: rgb(174, 141, 231); }
/* Using RGB with opacity */ body { background-color: rgba(174, 141, 231, 0.5); }
/* Using HSL */ body { background-color: hsl(262, 65%, 73%); }
/* Text color */ p { color: #ae8de7; }
/* Box shadow */ div { box-shadow: 4px 4px #ae8de7; }
/* Border color */ .box { border: 4px solid #ae8de7; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ae8de7; }
/* Background with text */ div { background: #ae8de7; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AE8DE7
<!-- Using HEX --> <div style="background-color: #ae8de7; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 141, 231); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 141, 231, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(262, 65%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae8de7;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae8de7; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ae8de7; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ae8de7;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ae8de7; color: #fff; padding: 16px; border-radius: 8px;"> #AE8DE7 </div>
Related Colors of #AE8DE7
These colors are similar to #AE8DE7, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.