Shades of Deep Lilac #A04DCD
Tints of Deep Lilac #A04DCD
RGB
CMYK
RGB Variations
Color information
#A04DCD (or 0xA04DCD) is known color: Deep Lilac. HEX triplet: A0, 4D and CD. RGB value is (160,77,205). Sum of RGB (Red+Green+Blue) = 160+77+205=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #A04DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DCD is #5FB232. Grayscale: #737373. Windows color (decimal): -6271539 or 13454752. OLE color: 13454752.
HSL color Cylindrical-coordinate representation of color #A04DCD: hue angle of 278.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04DCD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 77 | 205 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.20 |
| HSL | 278.91º | 0.56% | 0.55% | - |
| HSV(B) | 278.91º | 0.62% | 0.8% | - |
| XYZ | 28.17 | 17.19 | 59.59 | - |
| YUV | 116.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 205 | 0.22 | 0.62 | 0 | 0.20 | 278.91 | 0.56 | 0.55 |
| Hex | A0 | 4D | CD | 16 | 3E | 0 | 14 | 117 | 38 | 37 |
| Octal | 240 | 115 | 315 | 26 | 76 | 0 | 24 | 427 | 70 | 67 |
| Binary | 10100000 | 1001101 | 11001101 | 10110 | 111110 | 0 | 10100 | 100010111 | 111000 | 110111 |
Color Harmonies of #A04DCD
Complementary color
Monochromatic Colors of #A04DCD
Black with #A04DCD
Text Example
Text Example
White with #A04DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DCD; }
p { color: rgb(160,77,205); }
H1.HeaderClassName
{
color: #A04DCD;
}
.AnyTagClassName
{
color: #A04DCD;
}
</style>
background-color css
<style>
a { background-color: #A04DCD; }
a { background-color: rgb(160,77,205); }
div.DivClassName
{
background-color: #A04DCD;
}
.BgClassName
{
background-color: #A04DCD;
}
</style>
border-color css
<style>
span { border-color: #A04DCD; }
span { border-color: rgb(160,77,205); }
td.TdClassName
{
border-color: #A04DCD;
}
.TagClassName
{
border-color: #A04DCD;
}
</style>