Shades of Deep Lilac #A03AAC
Tints of Deep Lilac #A03AAC
RGB
CMYK
RGB Variations
Color information
#A03AAC (or 0xA03AAC) is known color: Deep Lilac. HEX triplet: A0, 3A and AC. RGB value is (160,58,172). Sum of RGB (Red+Green+Blue) = 160+58+172=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A03AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AAC is #5FC553. Grayscale: #656565. Windows color (decimal): -6276436 or 11287200. OLE color: 11287200.
HSL color Cylindrical-coordinate representation of color #A03AAC: hue angle of 293.68º degrees, saturation: 0.5, 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 #A03AAC is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 58 | 172 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.33 |
| HSL | 293.68º | 0.5% | 0.45% | - |
| HSV(B) | 293.68º | 0.66% | 0.67% | - |
| XYZ | 23.46 | 13.48 | 40.39 | - |
| YUV | 101.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 172 | 0.07 | 0.66 | 0 | 0.33 | 293.68 | 0.5 | 0.45 |
| Hex | A0 | 3A | AC | 7 | 42 | 0 | 21 | 126 | 32 | 2D |
| Octal | 240 | 72 | 254 | 7 | 102 | 0 | 41 | 446 | 62 | 55 |
| Binary | 10100000 | 111010 | 10101100 | 111 | 1000010 | 0 | 100001 | 100100110 | 110010 | 101101 |
Color Harmonies of #A03AAC
Complementary color
Monochromatic Colors of #A03AAC
Black with #A03AAC
Text Example
Text Example
White with #A03AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03AAC; }
p { color: rgb(160,58,172); }
H1.HeaderClassName
{
color: #A03AAC;
}
.AnyTagClassName
{
color: #A03AAC;
}
</style>
background-color css
<style>
a { background-color: #A03AAC; }
a { background-color: rgb(160,58,172); }
div.DivClassName
{
background-color: #A03AAC;
}
.BgClassName
{
background-color: #A03AAC;
}
</style>
border-color css
<style>
span { border-color: #A03AAC; }
span { border-color: rgb(160,58,172); }
td.TdClassName
{
border-color: #A03AAC;
}
.TagClassName
{
border-color: #A03AAC;
}
</style>