Shades of Deep Lilac #A44DCA
Tints of Deep Lilac #A44DCA
RGB
CMYK
RGB Variations
Color information
#A44DCA (or 0xA44DCA) is known color: Deep Lilac. HEX triplet: A4, 4D and CA. RGB value is (164,77,202). Sum of RGB (Red+Green+Blue) = 164+77+202=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #A44DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DCA is #5BB235. Grayscale: #747474. Windows color (decimal): -6009398 or 13258148. OLE color: 13258148.
HSL color Cylindrical-coordinate representation of color #A44DCA: hue angle of 281.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44DCA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 77 | 202 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.21 |
| HSL | 281.76º | 0.54% | 0.55% | - |
| HSV(B) | 281.76º | 0.62% | 0.79% | - |
| XYZ | 28.62 | 17.46 | 57.74 | - |
| YUV | 117.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 202 | 0.19 | 0.62 | 0 | 0.21 | 281.76 | 0.54 | 0.55 |
| Hex | A4 | 4D | CA | 13 | 3E | 0 | 15 | 11A | 36 | 37 |
| Octal | 244 | 115 | 312 | 23 | 76 | 0 | 25 | 432 | 66 | 67 |
| Binary | 10100100 | 1001101 | 11001010 | 10011 | 111110 | 0 | 10101 | 100011010 | 110110 | 110111 |
Color Harmonies of #A44DCA
Complementary color
Monochromatic Colors of #A44DCA
Black with #A44DCA
Text Example
Text Example
White with #A44DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DCA; }
p { color: rgb(164,77,202); }
H1.HeaderClassName
{
color: #A44DCA;
}
.AnyTagClassName
{
color: #A44DCA;
}
</style>
background-color css
<style>
a { background-color: #A44DCA; }
a { background-color: rgb(164,77,202); }
div.DivClassName
{
background-color: #A44DCA;
}
.BgClassName
{
background-color: #A44DCA;
}
</style>
border-color css
<style>
span { border-color: #A44DCA; }
span { border-color: rgb(164,77,202); }
td.TdClassName
{
border-color: #A44DCA;
}
.TagClassName
{
border-color: #A44DCA;
}
</style>