Color: #AB8DBB
#AB8DBB Color Information
#AB8DBB is a light color. The closest websafe version is #AB8DBB. A complement of this color would be #9CBA8C, perceived brightness is 0.61, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 279°,a saturation of 25%, and a lightness of 64%.The HSV representation shows a hue of 279°, a saturation of 25%, and a value of 73%.
In a RGB color space, #AB8DBB is composed of 67% red, 55% green and 73% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 25% magenta, 0% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 31.17, x: 0.3348, and y: 0.2970.
Color Code #AB8DBB
Shades of Color #AB8DBB
Shades are created by darkening the original color #AB8DBB 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 #AB8DBB
Tints are created by lightening the original color #AB8DBB 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 #AB8DBB Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 25%, and a lightness of 64%. The HSV representation shows a hue of 279°, a saturation of 25%, and a value of 73%.
- HEX: #AB8DBB
- RGB: rgb(171, 141, 187)
- HSL: hsl(279, 25%, 64%)
- HSV: hsv(279, 25%, 73%)
- CMYK: 9.00% cyan, 25.00% magenta, 0.00% yellow, 27.00% black
- XYZ: 35.13, 31.17, 38.64
- Yxy: 31.17, 0.3348, 0.2970
- Hunter Lab: 62.65, 18.09, -19.71
- CIE-Lab: 62.65, 18.09, -19.71
In the XYZ color space, this color is represented as X: 35.13, Y: 31.17, Z: 38.64. The Yxy representation further refines this as Y: 31.17, x: 0.3348, and y: 0.2970.
In the Hunter Lab color space, this color is represented as L: 62.65, a: 18.09, and b: -19.71. Similarly, in the CIE-Lab color space, it is represented as L: 62.65, a: 18.09, and b: -19.71.
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 #AB8DBB
Triadic colors are three colors evenly spaced around the color wheel, including #AB8DBB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB8DBB
Monochromatic colors are variations of #AB8DBB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB8DBB
The complementary color of #AB8DBB 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 #AB8DBB
/* Using HEX */ body { background-color: #ab8dbb; }
/* Using RGB */ body { background-color: rgb(171, 141, 187); }
/* Using RGB with opacity */ body { background-color: rgba(171, 141, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 25%, 64%); }
/* Text color */ p { color: #ab8dbb; }
/* Box shadow */ div { box-shadow: 4px 4px #ab8dbb; }
/* Border color */ .box { border: 4px solid #ab8dbb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ab8dbb; }
/* Background with text */ div { background: #ab8dbb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AB8DBB
<!-- Using HEX --> <div style="background-color: #ab8dbb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 141, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 141, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 25%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab8dbb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab8dbb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ab8dbb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ab8dbb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ab8dbb; color: #fff; padding: 16px; border-radius: 8px;"> #AB8DBB </div>
Related Colors of #AB8DBB
These colors are similar to #AB8DBB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.