Shades of Deep Lilac #AB43C0
Tints of Deep Lilac #AB43C0
RGB
CMYK
RGB Variations
Color information
#AB43C0 (or 0xAB43C0) is known color: Deep Lilac. HEX triplet: AB, 43 and C0. RGB value is (171,67,192). Sum of RGB (Red+Green+Blue) = 171+67+192=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB43C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43C0 is #54BC3F. Grayscale: #6F6F6F. Windows color (decimal): -5553216 or 12600235. OLE color: 12600235.
HSL color Cylindrical-coordinate representation of color #AB43C0: hue angle of 289.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB43C0 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 67 | 192 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.25 |
| HSL | 289.92º | 0.5% | 0.51% | - |
| HSV(B) | 289.92º | 0.65% | 0.75% | - |
| XYZ | 28.32 | 16.48 | 51.56 | - |
| YUV | 112.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 192 | 0.11 | 0.65 | 0 | 0.25 | 289.92 | 0.5 | 0.51 |
| Hex | AB | 43 | C0 | B | 41 | 0 | 19 | 122 | 32 | 33 |
| Octal | 253 | 103 | 300 | 13 | 101 | 0 | 31 | 442 | 62 | 63 |
| Binary | 10101011 | 1000011 | 11000000 | 1011 | 1000001 | 0 | 11001 | 100100010 | 110010 | 110011 |
Color Harmonies of #AB43C0
Complementary color
Monochromatic Colors of #AB43C0
Black with #AB43C0
Text Example
Text Example
White with #AB43C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43C0; }
p { color: rgb(171,67,192); }
H1.HeaderClassName
{
color: #AB43C0;
}
.AnyTagClassName
{
color: #AB43C0;
}
</style>
background-color css
<style>
a { background-color: #AB43C0; }
a { background-color: rgb(171,67,192); }
div.DivClassName
{
background-color: #AB43C0;
}
.BgClassName
{
background-color: #AB43C0;
}
</style>
border-color css
<style>
span { border-color: #AB43C0; }
span { border-color: rgb(171,67,192); }
td.TdClassName
{
border-color: #AB43C0;
}
.TagClassName
{
border-color: #AB43C0;
}
</style>