Shades of Deep Lilac #A049AC
Tints of Deep Lilac #A049AC
RGB
CMYK
RGB Variations
Color information
#A049AC (or 0xA049AC) is known color: Deep Lilac. HEX triplet: A0, 49 and AC. RGB value is (160,73,172). Sum of RGB (Red+Green+Blue) = 160+73+172=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #A049AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049AC is #5FB653. Grayscale: #6D6D6D. Windows color (decimal): -6272596 or 11291040. OLE color: 11291040.
HSL color Cylindrical-coordinate representation of color #A049AC: hue angle of 292.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A049AC is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 73 | 172 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.33 |
| HSL | 292.73º | 0.4% | 0.48% | - |
| HSV(B) | 292.73º | 0.58% | 0.67% | - |
| XYZ | 24.33 | 15.22 | 40.68 | - |
| YUV | 110.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 172 | 0.07 | 0.58 | 0 | 0.33 | 292.73 | 0.4 | 0.48 |
| Hex | A0 | 49 | AC | 7 | 3A | 0 | 21 | 125 | 28 | 30 |
| Octal | 240 | 111 | 254 | 7 | 72 | 0 | 41 | 445 | 50 | 60 |
| Binary | 10100000 | 1001001 | 10101100 | 111 | 111010 | 0 | 100001 | 100100101 | 101000 | 110000 |
Color Harmonies of #A049AC
Complementary color
Monochromatic Colors of #A049AC
Black with #A049AC
Text Example
Text Example
White with #A049AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049AC; }
p { color: rgb(160,73,172); }
H1.HeaderClassName
{
color: #A049AC;
}
.AnyTagClassName
{
color: #A049AC;
}
</style>
background-color css
<style>
a { background-color: #A049AC; }
a { background-color: rgb(160,73,172); }
div.DivClassName
{
background-color: #A049AC;
}
.BgClassName
{
background-color: #A049AC;
}
</style>
border-color css
<style>
span { border-color: #A049AC; }
span { border-color: rgb(160,73,172); }
td.TdClassName
{
border-color: #A049AC;
}
.TagClassName
{
border-color: #A049AC;
}
</style>