Shades of Deep Lilac #AB43C1
Tints of Deep Lilac #AB43C1
RGB
CMYK
RGB Variations
Color information
#AB43C1 (or 0xAB43C1) is known color: Deep Lilac. HEX triplet: AB, 43 and C1. RGB value is (171,67,193). Sum of RGB (Red+Green+Blue) = 171+67+193=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB43C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43C1 is #54BC3E. Grayscale: #707070. Windows color (decimal): -5553215 or 12665771. OLE color: 12665771.
HSL color Cylindrical-coordinate representation of color #AB43C1: hue angle of 289.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB43C1 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 67 | 193 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.24 |
| HSL | 289.52º | 0.5% | 0.51% | - |
| HSV(B) | 289.52º | 0.65% | 0.76% | - |
| XYZ | 28.43 | 16.52 | 52.14 | - |
| YUV | 112.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 193 | 0.11 | 0.65 | 0 | 0.24 | 289.52 | 0.5 | 0.51 |
| Hex | AB | 43 | C1 | B | 41 | 0 | 18 | 122 | 32 | 33 |
| Octal | 253 | 103 | 301 | 13 | 101 | 0 | 30 | 442 | 62 | 63 |
| Binary | 10101011 | 1000011 | 11000001 | 1011 | 1000001 | 0 | 11000 | 100100010 | 110010 | 110011 |
Color Harmonies of #AB43C1
Complementary color
Monochromatic Colors of #AB43C1
Black with #AB43C1
Text Example
Text Example
White with #AB43C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43C1; }
p { color: rgb(171,67,193); }
H1.HeaderClassName
{
color: #AB43C1;
}
.AnyTagClassName
{
color: #AB43C1;
}
</style>
background-color css
<style>
a { background-color: #AB43C1; }
a { background-color: rgb(171,67,193); }
div.DivClassName
{
background-color: #AB43C1;
}
.BgClassName
{
background-color: #AB43C1;
}
</style>
border-color css
<style>
span { border-color: #AB43C1; }
span { border-color: rgb(171,67,193); }
td.TdClassName
{
border-color: #AB43C1;
}
.TagClassName
{
border-color: #AB43C1;
}
</style>