Shades of Deep Lilac #A44DCC
Tints of Deep Lilac #A44DCC
RGB
CMYK
RGB Variations
Color information
#A44DCC (or 0xA44DCC) is known color: Deep Lilac. HEX triplet: A4, 4D and CC. RGB value is (164,77,204). Sum of RGB (Red+Green+Blue) = 164+77+204=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #A44DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DCC is #5BB233. Grayscale: #757575. Windows color (decimal): -6009396 or 13389220. OLE color: 13389220.
HSL color Cylindrical-coordinate representation of color #A44DCC: hue angle of 281.1º degrees, saturation: 0.55, 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 #A44DCC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 77 | 204 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.2 |
| HSL | 281.1º | 0.55% | 0.55% | - |
| HSV(B) | 281.1º | 0.62% | 0.8% | - |
| XYZ | 28.86 | 17.56 | 58.99 | - |
| YUV | 117.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 204 | 0.20 | 0.62 | 0 | 0.2 | 281.1 | 0.55 | 0.55 |
| Hex | A4 | 4D | CC | 14 | 3E | 0 | 14 | 119 | 37 | 37 |
| Octal | 244 | 115 | 314 | 24 | 76 | 0 | 24 | 431 | 67 | 67 |
| Binary | 10100100 | 1001101 | 11001100 | 10100 | 111110 | 0 | 10100 | 100011001 | 110111 | 110111 |
Color Harmonies of #A44DCC
Complementary color
Monochromatic Colors of #A44DCC
Black with #A44DCC
Text Example
Text Example
White with #A44DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DCC; }
p { color: rgb(164,77,204); }
H1.HeaderClassName
{
color: #A44DCC;
}
.AnyTagClassName
{
color: #A44DCC;
}
</style>
background-color css
<style>
a { background-color: #A44DCC; }
a { background-color: rgb(164,77,204); }
div.DivClassName
{
background-color: #A44DCC;
}
.BgClassName
{
background-color: #A44DCC;
}
</style>
border-color css
<style>
span { border-color: #A44DCC; }
span { border-color: rgb(164,77,204); }
td.TdClassName
{
border-color: #A44DCC;
}
.TagClassName
{
border-color: #A44DCC;
}
</style>