Shades of Deep Lilac #A03EAB
Tints of Deep Lilac #A03EAB
RGB
CMYK
RGB Variations
Color information
#A03EAB (or 0xA03EAB) is known color: Deep Lilac. HEX triplet: A0, 3E and AB. RGB value is (160,62,171). Sum of RGB (Red+Green+Blue) = 160+62+171=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03EAB is #5FC154. Grayscale: #676767. Windows color (decimal): -6275413 or 11222688. OLE color: 11222688.
HSL color Cylindrical-coordinate representation of color #A03EAB: hue angle of 293.94º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03EAB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 62 | 171 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.33 |
| HSL | 293.94º | 0.47% | 0.46% | - |
| HSV(B) | 293.94º | 0.64% | 0.67% | - |
| XYZ | 23.57 | 13.86 | 39.96 | - |
| YUV | 103.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 171 | 0.06 | 0.64 | 0 | 0.33 | 293.94 | 0.47 | 0.46 |
| Hex | A0 | 3E | AB | 6 | 40 | 0 | 21 | 126 | 2F | 2E |
| Octal | 240 | 76 | 253 | 6 | 100 | 0 | 41 | 446 | 57 | 56 |
| Binary | 10100000 | 111110 | 10101011 | 110 | 1000000 | 0 | 100001 | 100100110 | 101111 | 101110 |
Color Harmonies of #A03EAB
Complementary color
Monochromatic Colors of #A03EAB
Black with #A03EAB
Text Example
Text Example
White with #A03EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EAB; }
p { color: rgb(160,62,171); }
H1.HeaderClassName
{
color: #A03EAB;
}
.AnyTagClassName
{
color: #A03EAB;
}
</style>
background-color css
<style>
a { background-color: #A03EAB; }
a { background-color: rgb(160,62,171); }
div.DivClassName
{
background-color: #A03EAB;
}
.BgClassName
{
background-color: #A03EAB;
}
</style>
border-color css
<style>
span { border-color: #A03EAB; }
span { border-color: rgb(160,62,171); }
td.TdClassName
{
border-color: #A03EAB;
}
.TagClassName
{
border-color: #A03EAB;
}
</style>