Shades of Deep Lilac #AB57BC
Tints of Deep Lilac #AB57BC
RGB
CMYK
RGB Variations
Color information
#AB57BC (or 0xAB57BC) is known color: Deep Lilac. HEX triplet: AB, 57 and BC. RGB value is (171,87,188). Sum of RGB (Red+Green+Blue) = 171+87+188=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB57BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57BC is #54A843. Grayscale: #7B7B7B. Windows color (decimal): -5548100 or 12343211. OLE color: 12343211.
HSL color Cylindrical-coordinate representation of color #AB57BC: hue angle of 289.9º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB57BC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 87 | 188 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.26 |
| HSL | 289.9º | 0.43% | 0.54% | - |
| HSV(B) | 289.9º | 0.54% | 0.74% | - |
| XYZ | 29.28 | 19.11 | 49.72 | - |
| YUV | 123.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 188 | 0.09 | 0.54 | 0 | 0.26 | 289.9 | 0.43 | 0.54 |
| Hex | AB | 57 | BC | 9 | 36 | 0 | 1A | 122 | 2B | 36 |
| Octal | 253 | 127 | 274 | 11 | 66 | 0 | 32 | 442 | 53 | 66 |
| Binary | 10101011 | 1010111 | 10111100 | 1001 | 110110 | 0 | 11010 | 100100010 | 101011 | 110110 |
Color Harmonies of #AB57BC
Complementary color
Monochromatic Colors of #AB57BC
Black with #AB57BC
Text Example
Text Example
White with #AB57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB57BC; }
p { color: rgb(171,87,188); }
H1.HeaderClassName
{
color: #AB57BC;
}
.AnyTagClassName
{
color: #AB57BC;
}
</style>
background-color css
<style>
a { background-color: #AB57BC; }
a { background-color: rgb(171,87,188); }
div.DivClassName
{
background-color: #AB57BC;
}
.BgClassName
{
background-color: #AB57BC;
}
</style>
border-color css
<style>
span { border-color: #AB57BC; }
span { border-color: rgb(171,87,188); }
td.TdClassName
{
border-color: #AB57BC;
}
.TagClassName
{
border-color: #AB57BC;
}
</style>