Shades of Deep Lilac #AB57B7
Tints of Deep Lilac #AB57B7
RGB
CMYK
RGB Variations
Color information
#AB57B7 (or 0xAB57B7) is known color: Deep Lilac. HEX triplet: AB, 57 and B7. RGB value is (171,87,183). Sum of RGB (Red+Green+Blue) = 171+87+183=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB57B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57B7 is #54A848. Grayscale: #7A7A7A. Windows color (decimal): -5548105 or 12015531. OLE color: 12015531.
HSL color Cylindrical-coordinate representation of color #AB57B7: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB57B7 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 87 | 183 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.28 |
| HSL | 292.5º | 0.4% | 0.53% | - |
| HSV(B) | 292.5º | 0.52% | 0.72% | - |
| XYZ | 28.75 | 18.89 | 46.93 | - |
| YUV | 123.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 183 | 0.07 | 0.52 | 0 | 0.28 | 292.5 | 0.4 | 0.53 |
| Hex | AB | 57 | B7 | 7 | 34 | 0 | 1C | 124 | 28 | 35 |
| Octal | 253 | 127 | 267 | 7 | 64 | 0 | 34 | 444 | 50 | 65 |
| Binary | 10101011 | 1010111 | 10110111 | 111 | 110100 | 0 | 11100 | 100100100 | 101000 | 110101 |
Color Harmonies of #AB57B7
Complementary color
Monochromatic Colors of #AB57B7
Black with #AB57B7
Text Example
Text Example
White with #AB57B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB57B7; }
p { color: rgb(171,87,183); }
H1.HeaderClassName
{
color: #AB57B7;
}
.AnyTagClassName
{
color: #AB57B7;
}
</style>
background-color css
<style>
a { background-color: #AB57B7; }
a { background-color: rgb(171,87,183); }
div.DivClassName
{
background-color: #AB57B7;
}
.BgClassName
{
background-color: #AB57B7;
}
</style>
border-color css
<style>
span { border-color: #AB57B7; }
span { border-color: rgb(171,87,183); }
td.TdClassName
{
border-color: #AB57B7;
}
.TagClassName
{
border-color: #AB57B7;
}
</style>