Color: #AE6DEB
#AE6DEB Color Information
#AE6DEB is a light color. The closest websafe version is #AE6DEB. A complement of this color would be #A9EB6B, perceived brightness is 0.56, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 271°,a saturation of 76%, and a lightness of 67%.The HSV representation shows a hue of 271°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AE6DEB is composed of 68% red, 43% green and 92% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 54% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 25.42, x: 0.2944, and y: 0.2066.
Color Code #AE6DEB
Shades of Color #AE6DEB
Shades are created by darkening the original color #AE6DEB 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 #AE6DEB
Tints are created by lightening the original color #AE6DEB 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 #AE6DEB Color Code
In the HSL color space, this color has a hue angle of 271°, a saturation of 76%, and a lightness of 67%. The HSV representation shows a hue of 271°, a saturation of 54%, and a value of 92%.
- HEX: #AE6DEB
- RGB: rgb(174, 109, 235)
- HSL: hsl(271, 76%, 67%)
- HSV: hsv(271, 54%, 92%)
- CMYK: 26.00% cyan, 54.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 36.23, 25.42, 61.41
- Yxy: 25.42, 0.2944, 0.2066
- Hunter Lab: 57.48, 44.09, -54.55
- CIE-Lab: 57.48, 44.09, -54.55
In the XYZ color space, this color is represented as X: 36.23, Y: 25.42, Z: 61.41. The Yxy representation further refines this as Y: 25.42, x: 0.2944, and y: 0.2066.
In the Hunter Lab color space, this color is represented as L: 57.48, a: 44.09, and b: -54.55. Similarly, in the CIE-Lab color space, it is represented as L: 57.48, a: 44.09, and b: -54.55.
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 #AE6DEB
Triadic colors are three colors evenly spaced around the color wheel, including #AE6DEB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AE6DEB
Monochromatic colors are variations of #AE6DEB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE6DEB
The complementary color of #AE6DEB 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 #AE6DEB
/* Using HEX */ body { background-color: #ae6deb; }
/* Using RGB */ body { background-color: rgb(174, 109, 235); }
/* Using RGB with opacity */ body { background-color: rgba(174, 109, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(271, 76%, 67%); }
/* Text color */ p { color: #ae6deb; }
/* Box shadow */ div { box-shadow: 4px 4px #ae6deb; }
HTML Examples of #AE6DEB
<!-- Using HEX --> <div style="background-color: #ae6deb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 109, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 109, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(271, 76%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae6deb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae6deb; width: 100px; height: 100px;"></div>
Related Colors of #AE6DEB
These colors are similar to #AE6DEB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.