Shades of Deep Lilac #A03BAB
Tints of Deep Lilac #A03BAB
RGB
CMYK
RGB Variations
Color information
#A03BAB (or 0xA03BAB) is known color: Deep Lilac. HEX triplet: A0, 3B and AB. RGB value is (160,59,171). Sum of RGB (Red+Green+Blue) = 160+59+171=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BAB is #5FC454. Grayscale: #656565. Windows color (decimal): -6276181 or 11221920. OLE color: 11221920.
HSL color Cylindrical-coordinate representation of color #A03BAB: hue angle of 294.11º degrees, saturation: 0.49, 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 #A03BAB is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 59 | 171 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.33 |
| HSL | 294.11º | 0.49% | 0.45% | - |
| HSV(B) | 294.11º | 0.65% | 0.67% | - |
| XYZ | 23.41 | 13.54 | 39.91 | - |
| YUV | 101.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 171 | 0.06 | 0.65 | 0 | 0.33 | 294.11 | 0.49 | 0.45 |
| Hex | A0 | 3B | AB | 6 | 41 | 0 | 21 | 126 | 31 | 2D |
| Octal | 240 | 73 | 253 | 6 | 101 | 0 | 41 | 446 | 61 | 55 |
| Binary | 10100000 | 111011 | 10101011 | 110 | 1000001 | 0 | 100001 | 100100110 | 110001 | 101101 |
Color Harmonies of #A03BAB
Complementary color
Monochromatic Colors of #A03BAB
Black with #A03BAB
Text Example
Text Example
White with #A03BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BAB; }
p { color: rgb(160,59,171); }
H1.HeaderClassName
{
color: #A03BAB;
}
.AnyTagClassName
{
color: #A03BAB;
}
</style>
background-color css
<style>
a { background-color: #A03BAB; }
a { background-color: rgb(160,59,171); }
div.DivClassName
{
background-color: #A03BAB;
}
.BgClassName
{
background-color: #A03BAB;
}
</style>
border-color css
<style>
span { border-color: #A03BAB; }
span { border-color: rgb(160,59,171); }
td.TdClassName
{
border-color: #A03BAB;
}
.TagClassName
{
border-color: #A03BAB;
}
</style>