Color: #AB8CEE
#AB8CEE Color Information
#AB8CEE is a light color. The closest websafe version is #AB8CEE. A complement of this color would be #CFEE8C, perceived brightness is 0.63, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 259°,a saturation of 74%, and a lightness of 74%.The HSV representation shows a hue of 259°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AB8CEE is composed of 67% red, 55% green and 93% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 41% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 33.04, x: 0.2920, and y: 0.2406.
Color Code #AB8CEE
Shades of Color #AB8CEE
Shades are created by darkening the original color #AB8CEE 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 #AB8CEE
Tints are created by lightening the original color #AB8CEE 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 #AB8CEE Color Code
In the HSL color space, this color has a hue angle of 259°, a saturation of 74%, and a lightness of 74%. The HSV representation shows a hue of 259°, a saturation of 41%, and a value of 93%.
- HEX: #AB8CEE
- RGB: rgb(171, 140, 238)
- HSL: hsl(259, 74%, 74%)
- HSV: hsv(259, 41%, 93%)
- CMYK: 28.00% cyan, 41.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 40.09, 33.04, 64.18
- Yxy: 33.04, 0.2920, 0.2406
- Hunter Lab: 64.20, 27.51, -45.65
- CIE-Lab: 64.20, 27.51, -45.65
In the XYZ color space, this color is represented as X: 40.09, Y: 33.04, Z: 64.18. The Yxy representation further refines this as Y: 33.04, x: 0.2920, and y: 0.2406.
In the Hunter Lab color space, this color is represented as L: 64.20, a: 27.51, and b: -45.65. Similarly, in the CIE-Lab color space, it is represented as L: 64.20, a: 27.51, and b: -45.65.
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 #AB8CEE
Triadic colors are three colors evenly spaced around the color wheel, including #AB8CEE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB8CEE
Monochromatic colors are variations of #AB8CEE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB8CEE
The complementary color of #AB8CEE 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 #AB8CEE
/* Using HEX */ body { background-color: #ab8cee; }
/* Using RGB */ body { background-color: rgb(171, 140, 238); }
/* Using RGB with opacity */ body { background-color: rgba(171, 140, 238, 0.5); }
/* Using HSL */ body { background-color: hsl(259, 74%, 74%); }
/* Text color */ p { color: #ab8cee; }
/* Box shadow */ div { box-shadow: 4px 4px #ab8cee; }
HTML Examples of #AB8CEE
<!-- Using HEX --> <div style="background-color: #ab8cee; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 140, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 140, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(259, 74%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab8cee;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab8cee; width: 100px; height: 100px;"></div>
Related Colors of #AB8CEE
These colors are similar to #AB8CEE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.