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