Shades of Deep Lilac #AB5DB8
Tints of Deep Lilac #AB5DB8
RGB
CMYK
RGB Variations
Color information
#AB5DB8 (or 0xAB5DB8) is known color: Deep Lilac. HEX triplet: AB, 5D and B8. RGB value is (171,93,184). Sum of RGB (Red+Green+Blue) = 171+93+184=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB5DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DB8 is #54A247. Grayscale: #7E7E7E. Windows color (decimal): -5546568 or 12082603. OLE color: 12082603.
HSL color Cylindrical-coordinate representation of color #AB5DB8: hue angle of 291.43º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5DB8 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 93 | 184 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.28 |
| HSL | 291.43º | 0.39% | 0.54% | - |
| HSV(B) | 291.43º | 0.49% | 0.72% | - |
| XYZ | 29.36 | 19.95 | 47.65 | - |
| YUV | 126.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 184 | 0.07 | 0.49 | 0 | 0.28 | 291.43 | 0.39 | 0.54 |
| Hex | AB | 5D | B8 | 7 | 31 | 0 | 1C | 123 | 27 | 36 |
| Octal | 253 | 135 | 270 | 7 | 61 | 0 | 34 | 443 | 47 | 66 |
| Binary | 10101011 | 1011101 | 10111000 | 111 | 110001 | 0 | 11100 | 100100011 | 100111 | 110110 |
Color Harmonies of #AB5DB8
Complementary color
Monochromatic Colors of #AB5DB8
Black with #AB5DB8
Text Example
Text Example
White with #AB5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DB8; }
p { color: rgb(171,93,184); }
H1.HeaderClassName
{
color: #AB5DB8;
}
.AnyTagClassName
{
color: #AB5DB8;
}
</style>
background-color css
<style>
a { background-color: #AB5DB8; }
a { background-color: rgb(171,93,184); }
div.DivClassName
{
background-color: #AB5DB8;
}
.BgClassName
{
background-color: #AB5DB8;
}
</style>
border-color css
<style>
span { border-color: #AB5DB8; }
span { border-color: rgb(171,93,184); }
td.TdClassName
{
border-color: #AB5DB8;
}
.TagClassName
{
border-color: #AB5DB8;
}
</style>