Shades of Deep Lilac #A04FD0
Tints of Deep Lilac #A04FD0
RGB
CMYK
RGB Variations
Color information
#A04FD0 (or 0xA04FD0) is known color: Deep Lilac. HEX triplet: A0, 4F and D0. RGB value is (160,79,208). Sum of RGB (Red+Green+Blue) = 160+79+208=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #A04FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FD0 is #5FB02F. Grayscale: #757575. Windows color (decimal): -6271024 or 13651872. OLE color: 13651872.
HSL color Cylindrical-coordinate representation of color #A04FD0: hue angle of 277.67º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04FD0 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 79 | 208 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.18 |
| HSL | 277.67º | 0.58% | 0.56% | - |
| HSV(B) | 277.67º | 0.62% | 0.82% | - |
| XYZ | 28.68 | 17.62 | 61.56 | - |
| YUV | 117.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 208 | 0.23 | 0.62 | 0 | 0.18 | 277.67 | 0.58 | 0.56 |
| Hex | A0 | 4F | D0 | 17 | 3E | 0 | 12 | 116 | 3A | 38 |
| Octal | 240 | 117 | 320 | 27 | 76 | 0 | 22 | 426 | 72 | 70 |
| Binary | 10100000 | 1001111 | 11010000 | 10111 | 111110 | 0 | 10010 | 100010110 | 111010 | 111000 |
Color Harmonies of #A04FD0
Complementary color
Monochromatic Colors of #A04FD0
Black with #A04FD0
Text Example
Text Example
White with #A04FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FD0; }
p { color: rgb(160,79,208); }
H1.HeaderClassName
{
color: #A04FD0;
}
.AnyTagClassName
{
color: #A04FD0;
}
</style>
background-color css
<style>
a { background-color: #A04FD0; }
a { background-color: rgb(160,79,208); }
div.DivClassName
{
background-color: #A04FD0;
}
.BgClassName
{
background-color: #A04FD0;
}
</style>
border-color css
<style>
span { border-color: #A04FD0; }
span { border-color: rgb(160,79,208); }
td.TdClassName
{
border-color: #A04FD0;
}
.TagClassName
{
border-color: #A04FD0;
}
</style>