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