Shades of Deep Lilac #A03BAC
Tints of Deep Lilac #A03BAC
RGB
CMYK
RGB Variations
Color information
#A03BAC (or 0xA03BAC) is known color: Deep Lilac. HEX triplet: A0, 3B and AC. RGB value is (160,59,172). Sum of RGB (Red+Green+Blue) = 160+59+172=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #A03BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BAC is #5FC453. Grayscale: #656565. Windows color (decimal): -6276180 or 11287456. OLE color: 11287456.
HSL color Cylindrical-coordinate representation of color #A03BAC: hue angle of 293.63º 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 #A03BAC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 59 | 172 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.33 |
| HSL | 293.63º | 0.49% | 0.45% | - |
| HSV(B) | 293.63º | 0.66% | 0.67% | - |
| XYZ | 23.51 | 13.58 | 40.41 | - |
| YUV | 102.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 172 | 0.07 | 0.66 | 0 | 0.33 | 293.63 | 0.49 | 0.45 |
| Hex | A0 | 3B | AC | 7 | 42 | 0 | 21 | 126 | 31 | 2D |
| Octal | 240 | 73 | 254 | 7 | 102 | 0 | 41 | 446 | 61 | 55 |
| Binary | 10100000 | 111011 | 10101100 | 111 | 1000010 | 0 | 100001 | 100100110 | 110001 | 101101 |
Color Harmonies of #A03BAC
Complementary color
Monochromatic Colors of #A03BAC
Black with #A03BAC
Text Example
Text Example
White with #A03BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BAC; }
p { color: rgb(160,59,172); }
H1.HeaderClassName
{
color: #A03BAC;
}
.AnyTagClassName
{
color: #A03BAC;
}
</style>
background-color css
<style>
a { background-color: #A03BAC; }
a { background-color: rgb(160,59,172); }
div.DivClassName
{
background-color: #A03BAC;
}
.BgClassName
{
background-color: #A03BAC;
}
</style>
border-color css
<style>
span { border-color: #A03BAC; }
span { border-color: rgb(160,59,172); }
td.TdClassName
{
border-color: #A03BAC;
}
.TagClassName
{
border-color: #A03BAC;
}
</style>