Color: #AE9BEE
#AE9BEE Color Information
#AE9BEE is a light color. The closest websafe version is #AE9BEE. A complement of this color would be #DBEE9B, perceived brightness is 0.67, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 254°,a saturation of 71%, and a lightness of 77%.The HSV representation shows a hue of 254°, a saturation of 35%, and a value of 93%.
In a RGB color space, #AE9BEE is composed of 68% red, 61% green and 93% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 35% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 38.10, x: 0.2962, and y: 0.2605.
Color Code #AE9BEE
Shades of Color #AE9BEE
Shades are created by darkening the original color #AE9BEE 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 #AE9BEE
Tints are created by lightening the original color #AE9BEE 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 #AE9BEE Color Code
In the HSL color space, this color has a hue angle of 254°, a saturation of 71%, and a lightness of 77%. The HSV representation shows a hue of 254°, a saturation of 35%, and a value of 93%.
- HEX: #AE9BEE
- RGB: rgb(174, 155, 238)
- HSL: hsl(254, 71%, 77%)
- HSV: hsv(254, 35%, 93%)
- CMYK: 27.00% cyan, 35.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 43.31, 38.10, 64.83
- Yxy: 38.10, 0.2962, 0.2605
- Hunter Lab: 68.09, 20.46, -39.56
- CIE-Lab: 68.09, 20.46, -39.56
In the XYZ color space, this color is represented as X: 43.31, Y: 38.10, Z: 64.83. The Yxy representation further refines this as Y: 38.10, x: 0.2962, and y: 0.2605.
In the Hunter Lab color space, this color is represented as L: 68.09, a: 20.46, and b: -39.56. Similarly, in the CIE-Lab color space, it is represented as L: 68.09, a: 20.46, and b: -39.56.
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 #AE9BEE
Triadic colors are three colors evenly spaced around the color wheel, including #AE9BEE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AE9BEE
Monochromatic colors are variations of #AE9BEE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE9BEE
The complementary color of #AE9BEE 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 #AE9BEE
/* Using HEX */ body { background-color: #ae9bee; }
/* Using RGB */ body { background-color: rgb(174, 155, 238); }
/* Using RGB with opacity */ body { background-color: rgba(174, 155, 238, 0.5); }
/* Using HSL */ body { background-color: hsl(254, 71%, 77%); }
/* Text color */ p { color: #ae9bee; }
/* Box shadow */ div { box-shadow: 4px 4px #ae9bee; }
/* Border color */ .box { border: 4px solid #ae9bee; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ae9bee; }
/* Background with text */ div { background: #ae9bee; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AE9BEE
<!-- Using HEX --> <div style="background-color: #ae9bee; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 155, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 155, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(254, 71%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae9bee;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae9bee; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ae9bee; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ae9bee;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ae9bee; color: #fff; padding: 16px; border-radius: 8px;"> #AE9BEE </div>
Related Colors of #AE9BEE
These colors are similar to #AE9BEE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.