Color: #AB8EBE
#AB8EBE Color Information
#AB8EBE is a light color. The closest websafe version is #AB8EBE. A complement of this color would be #A1BE8E, perceived brightness is 0.61, and the grayscale version is #A6A6A6.
In the HSL color space, this color has a hue angle of 276°,a saturation of 27%, and a lightness of 65%.The HSV representation shows a hue of 276°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AB8EBE is composed of 67% red, 56% green and 75% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 25% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 31.57, x: 0.3319, and y: 0.2948.
Color Code #AB8EBE
Shades of Color #AB8EBE
Shades are created by darkening the original color #AB8EBE 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 #AB8EBE
Tints are created by lightening the original color #AB8EBE 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 #AB8EBE Color Code
In the HSL color space, this color has a hue angle of 276°, a saturation of 27%, and a lightness of 65%. The HSV representation shows a hue of 276°, a saturation of 25%, and a value of 75%.
- HEX: #AB8EBE
- RGB: rgb(171, 142, 190)
- HSL: hsl(276, 27%, 65%)
- HSV: hsv(276, 25%, 75%)
- CMYK: 10.00% cyan, 25.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 35.54, 31.57, 39.97
- Yxy: 31.57, 0.3319, 0.2948
- Hunter Lab: 62.99, 18.03, -20.88
- CIE-Lab: 62.99, 18.03, -20.88
In the XYZ color space, this color is represented as X: 35.54, Y: 31.57, Z: 39.97. The Yxy representation further refines this as Y: 31.57, x: 0.3319, and y: 0.2948.
In the Hunter Lab color space, this color is represented as L: 62.99, a: 18.03, and b: -20.88. Similarly, in the CIE-Lab color space, it is represented as L: 62.99, a: 18.03, and b: -20.88.
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 #AB8EBE
Triadic colors are three colors evenly spaced around the color wheel, including #AB8EBE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB8EBE
Monochromatic colors are variations of #AB8EBE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB8EBE
The complementary color of #AB8EBE 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 #AB8EBE
/* Using HEX */ body { background-color: #ab8ebe; }
/* Using RGB */ body { background-color: rgb(171, 142, 190); }
/* Using RGB with opacity */ body { background-color: rgba(171, 142, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(276, 27%, 65%); }
/* Text color */ p { color: #ab8ebe; }
/* Box shadow */ div { box-shadow: 4px 4px #ab8ebe; }
HTML Examples of #AB8EBE
<!-- Using HEX --> <div style="background-color: #ab8ebe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 142, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 142, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(276, 27%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab8ebe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab8ebe; width: 100px; height: 100px;"></div>
Related Colors of #AB8EBE
These colors are similar to #AB8EBE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.