Shades of Deep Lilac #AB57C1
Tints of Deep Lilac #AB57C1
RGB
CMYK
RGB Variations
Color information
#AB57C1 (or 0xAB57C1) is known color: Deep Lilac. HEX triplet: AB, 57 and C1. RGB value is (171,87,193). Sum of RGB (Red+Green+Blue) = 171+87+193=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB57C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57C1 is #54A83E. Grayscale: #7B7B7B. Windows color (decimal): -5548095 or 12670891. OLE color: 12670891.
HSL color Cylindrical-coordinate representation of color #AB57C1: hue angle of 287.55º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB57C1 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 87 | 193 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.24 |
| HSL | 287.55º | 0.46% | 0.55% | - |
| HSV(B) | 287.55º | 0.55% | 0.76% | - |
| XYZ | 29.83 | 19.32 | 52.61 | - |
| YUV | 124.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 193 | 0.11 | 0.55 | 0 | 0.24 | 287.55 | 0.46 | 0.55 |
| Hex | AB | 57 | C1 | B | 37 | 0 | 18 | 120 | 2E | 37 |
| Octal | 253 | 127 | 301 | 13 | 67 | 0 | 30 | 440 | 56 | 67 |
| Binary | 10101011 | 1010111 | 11000001 | 1011 | 110111 | 0 | 11000 | 100100000 | 101110 | 110111 |
Color Harmonies of #AB57C1
Complementary color
Monochromatic Colors of #AB57C1
Black with #AB57C1
Text Example
Text Example
White with #AB57C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB57C1; }
p { color: rgb(171,87,193); }
H1.HeaderClassName
{
color: #AB57C1;
}
.AnyTagClassName
{
color: #AB57C1;
}
</style>
background-color css
<style>
a { background-color: #AB57C1; }
a { background-color: rgb(171,87,193); }
div.DivClassName
{
background-color: #AB57C1;
}
.BgClassName
{
background-color: #AB57C1;
}
</style>
border-color css
<style>
span { border-color: #AB57C1; }
span { border-color: rgb(171,87,193); }
td.TdClassName
{
border-color: #AB57C1;
}
.TagClassName
{
border-color: #AB57C1;
}
</style>