Shades of Deep Lilac #A04DBE
Tints of Deep Lilac #A04DBE
RGB
CMYK
RGB Variations
Color information
#A04DBE (or 0xA04DBE) is known color: Deep Lilac. HEX triplet: A0, 4D and BE. RGB value is (160,77,190). Sum of RGB (Red+Green+Blue) = 160+77+190=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A04DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DBE is #5FB241. Grayscale: #727272. Windows color (decimal): -6271554 or 12471712. OLE color: 12471712.
HSL color Cylindrical-coordinate representation of color #A04DBE: hue angle of 284.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04DBE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 77 | 190 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.25 |
| HSL | 284.07º | 0.47% | 0.52% | - |
| HSV(B) | 284.07º | 0.59% | 0.75% | - |
| XYZ | 26.45 | 16.5 | 50.51 | - |
| YUV | 114.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 190 | 0.16 | 0.59 | 0 | 0.25 | 284.07 | 0.47 | 0.52 |
| Hex | A0 | 4D | BE | 10 | 3B | 0 | 19 | 11C | 2F | 34 |
| Octal | 240 | 115 | 276 | 20 | 73 | 0 | 31 | 434 | 57 | 64 |
| Binary | 10100000 | 1001101 | 10111110 | 10000 | 111011 | 0 | 11001 | 100011100 | 101111 | 110100 |
Color Harmonies of #A04DBE
Complementary color
Monochromatic Colors of #A04DBE
Black with #A04DBE
Text Example
Text Example
White with #A04DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DBE; }
p { color: rgb(160,77,190); }
H1.HeaderClassName
{
color: #A04DBE;
}
.AnyTagClassName
{
color: #A04DBE;
}
</style>
background-color css
<style>
a { background-color: #A04DBE; }
a { background-color: rgb(160,77,190); }
div.DivClassName
{
background-color: #A04DBE;
}
.BgClassName
{
background-color: #A04DBE;
}
</style>
border-color css
<style>
span { border-color: #A04DBE; }
span { border-color: rgb(160,77,190); }
td.TdClassName
{
border-color: #A04DBE;
}
.TagClassName
{
border-color: #A04DBE;
}
</style>