Shades of Deep Lilac #AB60B8
Tints of Deep Lilac #AB60B8
RGB
CMYK
RGB Variations
Color information
#AB60B8 (or 0xAB60B8) is known color: Deep Lilac. HEX triplet: AB, 60 and B8. RGB value is (171,96,184). Sum of RGB (Red+Green+Blue) = 171+96+184=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB60B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60B8 is #549F47. Grayscale: #808080. Windows color (decimal): -5545800 or 12083371. OLE color: 12083371.
HSL color Cylindrical-coordinate representation of color #AB60B8: hue angle of 291.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB60B8 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 96 | 184 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.28 |
| HSL | 291.14º | 0.38% | 0.55% | - |
| HSV(B) | 291.14º | 0.48% | 0.72% | - |
| XYZ | 29.63 | 20.48 | 47.74 | - |
| YUV | 128.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 184 | 0.07 | 0.48 | 0 | 0.28 | 291.14 | 0.38 | 0.55 |
| Hex | AB | 60 | B8 | 7 | 30 | 0 | 1C | 123 | 26 | 37 |
| Octal | 253 | 140 | 270 | 7 | 60 | 0 | 34 | 443 | 46 | 67 |
| Binary | 10101011 | 1100000 | 10111000 | 111 | 110000 | 0 | 11100 | 100100011 | 100110 | 110111 |
Color Harmonies of #AB60B8
Complementary color
Monochromatic Colors of #AB60B8
Black with #AB60B8
Text Example
Text Example
White with #AB60B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60B8; }
p { color: rgb(171,96,184); }
H1.HeaderClassName
{
color: #AB60B8;
}
.AnyTagClassName
{
color: #AB60B8;
}
</style>
background-color css
<style>
a { background-color: #AB60B8; }
a { background-color: rgb(171,96,184); }
div.DivClassName
{
background-color: #AB60B8;
}
.BgClassName
{
background-color: #AB60B8;
}
</style>
border-color css
<style>
span { border-color: #AB60B8; }
span { border-color: rgb(171,96,184); }
td.TdClassName
{
border-color: #AB60B8;
}
.TagClassName
{
border-color: #AB60B8;
}
</style>