Color: #AE4EEF
#AE4EEF Color Information
#AE4EEF is a dark color. The closest websafe version is #AE4EEF. A complement of this color would be #8EEF4E, perceived brightness is 0.49, and the grayscale version is #9E9E9E.
In the HSL color space, this color has a hue angle of 276°,a saturation of 83%, and a lightness of 62%.The HSV representation shows a hue of 276°, a saturation of 67%, and a value of 94%.
In a RGB color space, #AE4EEF is composed of 68% red, 31% green and 94% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 67% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 20.11, x: 0.2888, and y: 0.1721.
Color Code #AE4EEF
Shades of Color #AE4EEF
Shades are created by darkening the original color #AE4EEF 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 #AE4EEF
Tints are created by lightening the original color #AE4EEF 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 #AE4EEF Color Code
In the HSL color space, this color has a hue angle of 276°, a saturation of 83%, and a lightness of 62%. The HSV representation shows a hue of 276°, a saturation of 67%, and a value of 94%.
- HEX: #AE4EEF
- RGB: rgb(174, 78, 239)
- HSL: hsl(276, 83%, 62%)
- HSV: hsv(276, 67%, 94%)
- CMYK: 27.00% cyan, 67.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 33.74, 20.11, 62.97
- Yxy: 20.11, 0.2888, 0.1721
- Hunter Lab: 51.96, 59.40, -65.59
- CIE-Lab: 51.96, 59.40, -65.59
In the XYZ color space, this color is represented as X: 33.74, Y: 20.11, Z: 62.97. The Yxy representation further refines this as Y: 20.11, x: 0.2888, and y: 0.1721.
In the Hunter Lab color space, this color is represented as L: 51.96, a: 59.40, and b: -65.59. Similarly, in the CIE-Lab color space, it is represented as L: 51.96, a: 59.40, and b: -65.59.
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 #AE4EEF
Triadic colors are three colors evenly spaced around the color wheel, including #AE4EEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AE4EEF
Split complementary colors are two colors adjacent to the complementary color of #AE4EEF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AE4EEF
Monochromatic colors are variations of #AE4EEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE4EEF
The complementary color of #AE4EEF 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 #AE4EEF
/* Using HEX */ body { background-color: #ae4eef; }
/* Using RGB */ body { background-color: rgb(174, 78, 239); }
/* Using RGB with opacity */ body { background-color: rgba(174, 78, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(276, 83%, 62%); }
/* Text color */ p { color: #ae4eef; }
/* Box shadow */ div { box-shadow: 4px 4px #ae4eef; }
/* Border color */ .box { border: 4px solid #ae4eef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ae4eef; }
/* Background with text */ div { background: #ae4eef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AE4EEF
<!-- Using HEX --> <div style="background-color: #ae4eef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 78, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 78, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(276, 83%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae4eef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae4eef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ae4eef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ae4eef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ae4eef; color: #fff; padding: 16px; border-radius: 8px;"> #AE4EEF </div>
Related Colors of #AE4EEF
These colors are similar to #AE4EEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.