Shades of Deep Lilac #A44DB5
Tints of Deep Lilac #A44DB5
RGB
CMYK
RGB Variations
Color information
#A44DB5 (or 0xA44DB5) is known color: Deep Lilac. HEX triplet: A4, 4D and B5. RGB value is (164,77,181). Sum of RGB (Red+Green+Blue) = 164+77+181=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #A44DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DB5 is #5BB24A. Grayscale: #727272. Windows color (decimal): -6009419 or 11881892. OLE color: 11881892.
HSL color Cylindrical-coordinate representation of color #A44DB5: hue angle of 290.19º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44DB5 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 77 | 181 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.29 |
| HSL | 290.19º | 0.41% | 0.51% | - |
| HSV(B) | 290.19º | 0.57% | 0.71% | - |
| XYZ | 26.3 | 16.54 | 45.52 | - |
| YUV | 114.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 181 | 0.09 | 0.57 | 0 | 0.29 | 290.19 | 0.41 | 0.51 |
| Hex | A4 | 4D | B5 | 9 | 39 | 0 | 1D | 122 | 29 | 33 |
| Octal | 244 | 115 | 265 | 11 | 71 | 0 | 35 | 442 | 51 | 63 |
| Binary | 10100100 | 1001101 | 10110101 | 1001 | 111001 | 0 | 11101 | 100100010 | 101001 | 110011 |
Color Harmonies of #A44DB5
Complementary color
Monochromatic Colors of #A44DB5
Black with #A44DB5
Text Example
Text Example
White with #A44DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DB5; }
p { color: rgb(164,77,181); }
H1.HeaderClassName
{
color: #A44DB5;
}
.AnyTagClassName
{
color: #A44DB5;
}
</style>
background-color css
<style>
a { background-color: #A44DB5; }
a { background-color: rgb(164,77,181); }
div.DivClassName
{
background-color: #A44DB5;
}
.BgClassName
{
background-color: #A44DB5;
}
</style>
border-color css
<style>
span { border-color: #A44DB5; }
span { border-color: rgb(164,77,181); }
td.TdClassName
{
border-color: #A44DB5;
}
.TagClassName
{
border-color: #A44DB5;
}
</style>