Shades of Deep Lilac #A03CAB
Tints of Deep Lilac #A03CAB
RGB
CMYK
RGB Variations
Color information
#A03CAB (or 0xA03CAB) is known color: Deep Lilac. HEX triplet: A0, 3C and AB. RGB value is (160,60,171). Sum of RGB (Red+Green+Blue) = 160+60+171=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CAB is #5FC354. Grayscale: #666666. Windows color (decimal): -6275925 or 11222176. OLE color: 11222176.
HSL color Cylindrical-coordinate representation of color #A03CAB: hue angle of 294.05º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03CAB is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 60 | 171 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.33 |
| HSL | 294.05º | 0.48% | 0.45% | - |
| HSV(B) | 294.05º | 0.65% | 0.67% | - |
| XYZ | 23.46 | 13.65 | 39.93 | - |
| YUV | 102.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 171 | 0.06 | 0.65 | 0 | 0.33 | 294.05 | 0.48 | 0.45 |
| Hex | A0 | 3C | AB | 6 | 41 | 0 | 21 | 126 | 30 | 2D |
| Octal | 240 | 74 | 253 | 6 | 101 | 0 | 41 | 446 | 60 | 55 |
| Binary | 10100000 | 111100 | 10101011 | 110 | 1000001 | 0 | 100001 | 100100110 | 110000 | 101101 |
Color Harmonies of #A03CAB
Complementary color
Monochromatic Colors of #A03CAB
Black with #A03CAB
Text Example
Text Example
White with #A03CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CAB; }
p { color: rgb(160,60,171); }
H1.HeaderClassName
{
color: #A03CAB;
}
.AnyTagClassName
{
color: #A03CAB;
}
</style>
background-color css
<style>
a { background-color: #A03CAB; }
a { background-color: rgb(160,60,171); }
div.DivClassName
{
background-color: #A03CAB;
}
.BgClassName
{
background-color: #A03CAB;
}
</style>
border-color css
<style>
span { border-color: #A03CAB; }
span { border-color: rgb(160,60,171); }
td.TdClassName
{
border-color: #A03CAB;
}
.TagClassName
{
border-color: #A03CAB;
}
</style>