Shades of Deep Lilac #A44DB9
Tints of Deep Lilac #A44DB9
RGB
CMYK
RGB Variations
Color information
#A44DB9 (or 0xA44DB9) is known color: Deep Lilac. HEX triplet: A4, 4D and B9. RGB value is (164,77,185). Sum of RGB (Red+Green+Blue) = 164+77+185=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #A44DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DB9 is #5BB246. Grayscale: #727272. Windows color (decimal): -6009415 or 12144036. OLE color: 12144036.
HSL color Cylindrical-coordinate representation of color #A44DB9: hue angle of 288.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44DB9 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 77 | 185 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.27 |
| HSL | 288.33º | 0.44% | 0.51% | - |
| HSV(B) | 288.33º | 0.58% | 0.73% | - |
| XYZ | 26.72 | 16.7 | 47.71 | - |
| YUV | 115.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 185 | 0.11 | 0.58 | 0 | 0.27 | 288.33 | 0.44 | 0.51 |
| Hex | A4 | 4D | B9 | B | 3A | 0 | 1B | 120 | 2C | 33 |
| Octal | 244 | 115 | 271 | 13 | 72 | 0 | 33 | 440 | 54 | 63 |
| Binary | 10100100 | 1001101 | 10111001 | 1011 | 111010 | 0 | 11011 | 100100000 | 101100 | 110011 |
Color Harmonies of #A44DB9
Complementary color
Monochromatic Colors of #A44DB9
Black with #A44DB9
Text Example
Text Example
White with #A44DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DB9; }
p { color: rgb(164,77,185); }
H1.HeaderClassName
{
color: #A44DB9;
}
.AnyTagClassName
{
color: #A44DB9;
}
</style>
background-color css
<style>
a { background-color: #A44DB9; }
a { background-color: rgb(164,77,185); }
div.DivClassName
{
background-color: #A44DB9;
}
.BgClassName
{
background-color: #A44DB9;
}
</style>
border-color css
<style>
span { border-color: #A44DB9; }
span { border-color: rgb(164,77,185); }
td.TdClassName
{
border-color: #A44DB9;
}
.TagClassName
{
border-color: #A44DB9;
}
</style>