Shades of Deep Lilac #A03FAB
Tints of Deep Lilac #A03FAB
RGB
CMYK
RGB Variations
Color information
#A03FAB (or 0xA03FAB) is known color: Deep Lilac. HEX triplet: A0, 3F and AB. RGB value is (160,63,171). Sum of RGB (Red+Green+Blue) = 160+63+171=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FAB is #5FC054. Grayscale: #676767. Windows color (decimal): -6275157 or 11222944. OLE color: 11222944.
HSL color Cylindrical-coordinate representation of color #A03FAB: hue angle of 293.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03FAB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 63 | 171 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.33 |
| HSL | 293.89º | 0.46% | 0.46% | - |
| HSV(B) | 293.89º | 0.63% | 0.67% | - |
| XYZ | 23.63 | 13.97 | 39.98 | - |
| YUV | 104.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 171 | 0.06 | 0.63 | 0 | 0.33 | 293.89 | 0.46 | 0.46 |
| Hex | A0 | 3F | AB | 6 | 3F | 0 | 21 | 126 | 2E | 2E |
| Octal | 240 | 77 | 253 | 6 | 77 | 0 | 41 | 446 | 56 | 56 |
| Binary | 10100000 | 111111 | 10101011 | 110 | 111111 | 0 | 100001 | 100100110 | 101110 | 101110 |
Color Harmonies of #A03FAB
Complementary color
Monochromatic Colors of #A03FAB
Black with #A03FAB
Text Example
Text Example
White with #A03FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FAB; }
p { color: rgb(160,63,171); }
H1.HeaderClassName
{
color: #A03FAB;
}
.AnyTagClassName
{
color: #A03FAB;
}
</style>
background-color css
<style>
a { background-color: #A03FAB; }
a { background-color: rgb(160,63,171); }
div.DivClassName
{
background-color: #A03FAB;
}
.BgClassName
{
background-color: #A03FAB;
}
</style>
border-color css
<style>
span { border-color: #A03FAB; }
span { border-color: rgb(160,63,171); }
td.TdClassName
{
border-color: #A03FAB;
}
.TagClassName
{
border-color: #A03FAB;
}
</style>