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