Color: #AB4ACF
#AB4ACF Color Information
#AB4ACF is a dark color. The closest websafe version is #AB4ACF. A complement of this color would be #6DCF4A, perceived brightness is 0.46, and the grayscale version is #8C8C8C.
In the HSL color space, this color has a hue angle of 284°,a saturation of 58%, and a lightness of 55%.The HSV representation shows a hue of 284°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AB4ACF is composed of 67% red, 29% green and 81% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 64% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 17.75, x: 0.3157, and y: 0.1911.
Color Code #AB4ACF
Shades of Color #AB4ACF
Shades are created by darkening the original color #AB4ACF 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 #AB4ACF
Tints are created by lightening the original color #AB4ACF 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 #AB4ACF Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 58%, and a lightness of 55%. The HSV representation shows a hue of 284°, a saturation of 64%, and a value of 81%.
- HEX: #AB4ACF
- RGB: rgb(171, 74, 207)
- HSL: hsl(284, 58%, 55%)
- HSV: hsv(284, 64%, 81%)
- CMYK: 17.00% cyan, 64.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 29.32, 17.75, 45.79
- Yxy: 17.75, 0.3157, 0.1911
- Hunter Lab: 49.19, 55.23, -51.95
- CIE-Lab: 49.19, 55.23, -51.95
In the XYZ color space, this color is represented as X: 29.32, Y: 17.75, Z: 45.79. The Yxy representation further refines this as Y: 17.75, x: 0.3157, and y: 0.1911.
In the Hunter Lab color space, this color is represented as L: 49.19, a: 55.23, and b: -51.95. Similarly, in the CIE-Lab color space, it is represented as L: 49.19, a: 55.23, and b: -51.95.
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 #AB4ACF
Triadic colors are three colors evenly spaced around the color wheel, including #AB4ACF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB4ACF
Monochromatic colors are variations of #AB4ACF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB4ACF
The complementary color of #AB4ACF 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 #AB4ACF
/* Using HEX */ body { background-color: #ab4acf; }
/* Using RGB */ body { background-color: rgb(171, 74, 207); }
/* Using RGB with opacity */ body { background-color: rgba(171, 74, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 58%, 55%); }
/* Text color */ p { color: #ab4acf; }
/* Box shadow */ div { box-shadow: 4px 4px #ab4acf; }
HTML Examples of #AB4ACF
<!-- Using HEX --> <div style="background-color: #ab4acf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 74, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 74, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 58%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab4acf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab4acf; width: 100px; height: 100px;"></div>
Related Colors of #AB4ACF
These colors are similar to #AB4ACF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.