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