Shades of Deep Lilac #A04CD0
Tints of Deep Lilac #A04CD0
RGB
CMYK
RGB Variations
Color information
#A04CD0 (or 0xA04CD0) is known color: Deep Lilac. HEX triplet: A0, 4C and D0. RGB value is (160,76,208). Sum of RGB (Red+Green+Blue) = 160+76+208=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #A04CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CD0 is #5FB32F. Grayscale: #737373. Windows color (decimal): -6271792 or 13651104. OLE color: 13651104.
HSL color Cylindrical-coordinate representation of color #A04CD0: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04CD0 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 76 | 208 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.18 |
| HSL | 278.18º | 0.58% | 0.56% | - |
| HSV(B) | 278.18º | 0.63% | 0.82% | - |
| XYZ | 28.47 | 17.2 | 61.49 | - |
| YUV | 116.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 208 | 0.23 | 0.63 | 0 | 0.18 | 278.18 | 0.58 | 0.56 |
| Hex | A0 | 4C | D0 | 17 | 3F | 0 | 12 | 116 | 3A | 38 |
| Octal | 240 | 114 | 320 | 27 | 77 | 0 | 22 | 426 | 72 | 70 |
| Binary | 10100000 | 1001100 | 11010000 | 10111 | 111111 | 0 | 10010 | 100010110 | 111010 | 111000 |
Color Harmonies of #A04CD0
Complementary color
Monochromatic Colors of #A04CD0
Black with #A04CD0
Text Example
Text Example
White with #A04CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CD0; }
p { color: rgb(160,76,208); }
H1.HeaderClassName
{
color: #A04CD0;
}
.AnyTagClassName
{
color: #A04CD0;
}
</style>
background-color css
<style>
a { background-color: #A04CD0; }
a { background-color: rgb(160,76,208); }
div.DivClassName
{
background-color: #A04CD0;
}
.BgClassName
{
background-color: #A04CD0;
}
</style>
border-color css
<style>
span { border-color: #A04CD0; }
span { border-color: rgb(160,76,208); }
td.TdClassName
{
border-color: #A04CD0;
}
.TagClassName
{
border-color: #A04CD0;
}
</style>