Shades of Deep Lilac #A03FAC
Tints of Deep Lilac #A03FAC
RGB
CMYK
RGB Variations
Color information
#A03FAC (or 0xA03FAC) is known color: Deep Lilac. HEX triplet: A0, 3F and AC. RGB value is (160,63,172). Sum of RGB (Red+Green+Blue) = 160+63+172=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #A03FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FAC is #5FC053. Grayscale: #686868. Windows color (decimal): -6275156 or 11288480. OLE color: 11288480.
HSL color Cylindrical-coordinate representation of color #A03FAC: hue angle of 293.39º 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 #A03FAC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 63 | 172 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.33 |
| HSL | 293.39º | 0.46% | 0.46% | - |
| HSV(B) | 293.39º | 0.63% | 0.67% | - |
| XYZ | 23.72 | 14.01 | 40.48 | - |
| YUV | 104.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 172 | 0.07 | 0.63 | 0 | 0.33 | 293.39 | 0.46 | 0.46 |
| Hex | A0 | 3F | AC | 7 | 3F | 0 | 21 | 125 | 2E | 2E |
| Octal | 240 | 77 | 254 | 7 | 77 | 0 | 41 | 445 | 56 | 56 |
| Binary | 10100000 | 111111 | 10101100 | 111 | 111111 | 0 | 100001 | 100100101 | 101110 | 101110 |
Color Harmonies of #A03FAC
Complementary color
Monochromatic Colors of #A03FAC
Black with #A03FAC
Text Example
Text Example
White with #A03FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FAC; }
p { color: rgb(160,63,172); }
H1.HeaderClassName
{
color: #A03FAC;
}
.AnyTagClassName
{
color: #A03FAC;
}
</style>
background-color css
<style>
a { background-color: #A03FAC; }
a { background-color: rgb(160,63,172); }
div.DivClassName
{
background-color: #A03FAC;
}
.BgClassName
{
background-color: #A03FAC;
}
</style>
border-color css
<style>
span { border-color: #A03FAC; }
span { border-color: rgb(160,63,172); }
td.TdClassName
{
border-color: #A03FAC;
}
.TagClassName
{
border-color: #A03FAC;
}
</style>