Shades of Deep Lilac #A04DC6
Tints of Deep Lilac #A04DC6
RGB
CMYK
RGB Variations
Color information
#A04DC6 (or 0xA04DC6) is known color: Deep Lilac. HEX triplet: A0, 4D and C6. RGB value is (160,77,198). Sum of RGB (Red+Green+Blue) = 160+77+198=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #A04DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DC6 is #5FB239. Grayscale: #737373. Windows color (decimal): -6271546 or 12996000. OLE color: 12996000.
HSL color Cylindrical-coordinate representation of color #A04DC6: hue angle of 281.16º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04DC6 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 77 | 198 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.22 |
| HSL | 281.16º | 0.51% | 0.54% | - |
| HSV(B) | 281.16º | 0.61% | 0.78% | - |
| XYZ | 27.34 | 16.86 | 55.24 | - |
| YUV | 115.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 198 | 0.19 | 0.61 | 0 | 0.22 | 281.16 | 0.51 | 0.54 |
| Hex | A0 | 4D | C6 | 13 | 3D | 0 | 16 | 119 | 33 | 36 |
| Octal | 240 | 115 | 306 | 23 | 75 | 0 | 26 | 431 | 63 | 66 |
| Binary | 10100000 | 1001101 | 11000110 | 10011 | 111101 | 0 | 10110 | 100011001 | 110011 | 110110 |
Color Harmonies of #A04DC6
Complementary color
Monochromatic Colors of #A04DC6
Black with #A04DC6
Text Example
Text Example
White with #A04DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DC6; }
p { color: rgb(160,77,198); }
H1.HeaderClassName
{
color: #A04DC6;
}
.AnyTagClassName
{
color: #A04DC6;
}
</style>
background-color css
<style>
a { background-color: #A04DC6; }
a { background-color: rgb(160,77,198); }
div.DivClassName
{
background-color: #A04DC6;
}
.BgClassName
{
background-color: #A04DC6;
}
</style>
border-color css
<style>
span { border-color: #A04DC6; }
span { border-color: rgb(160,77,198); }
td.TdClassName
{
border-color: #A04DC6;
}
.TagClassName
{
border-color: #A04DC6;
}
</style>