Shades of Deep Lilac #A03AAB
Tints of Deep Lilac #A03AAB
RGB
CMYK
RGB Variations
Color information
#A03AAB (or 0xA03AAB) is known color: Deep Lilac. HEX triplet: A0, 3A and AB. RGB value is (160,58,171). Sum of RGB (Red+Green+Blue) = 160+58+171=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AAB is #5FC554. Grayscale: #656565. Windows color (decimal): -6276437 or 11221664. OLE color: 11221664.
HSL color Cylindrical-coordinate representation of color #A03AAB: hue angle of 294.16º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03AAB is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 58 | 171 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.33 |
| HSL | 294.16º | 0.49% | 0.45% | - |
| HSV(B) | 294.16º | 0.66% | 0.67% | - |
| XYZ | 23.36 | 13.44 | 39.89 | - |
| YUV | 101.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 171 | 0.06 | 0.66 | 0 | 0.33 | 294.16 | 0.49 | 0.45 |
| Hex | A0 | 3A | AB | 6 | 42 | 0 | 21 | 126 | 31 | 2D |
| Octal | 240 | 72 | 253 | 6 | 102 | 0 | 41 | 446 | 61 | 55 |
| Binary | 10100000 | 111010 | 10101011 | 110 | 1000010 | 0 | 100001 | 100100110 | 110001 | 101101 |
Color Harmonies of #A03AAB
Complementary color
Monochromatic Colors of #A03AAB
Black with #A03AAB
Text Example
Text Example
White with #A03AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03AAB; }
p { color: rgb(160,58,171); }
H1.HeaderClassName
{
color: #A03AAB;
}
.AnyTagClassName
{
color: #A03AAB;
}
</style>
background-color css
<style>
a { background-color: #A03AAB; }
a { background-color: rgb(160,58,171); }
div.DivClassName
{
background-color: #A03AAB;
}
.BgClassName
{
background-color: #A03AAB;
}
</style>
border-color css
<style>
span { border-color: #A03AAB; }
span { border-color: rgb(160,58,171); }
td.TdClassName
{
border-color: #A03AAB;
}
.TagClassName
{
border-color: #A03AAB;
}
</style>