Shades of Deep Lilac #A44ECA
Tints of Deep Lilac #A44ECA
RGB
CMYK
RGB Variations
Color information
#A44ECA (or 0xA44ECA) is known color: Deep Lilac. HEX triplet: A4, 4E and CA. RGB value is (164,78,202). Sum of RGB (Red+Green+Blue) = 164+78+202=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A44ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECA is #5BB135. Grayscale: #757575. Windows color (decimal): -6009142 or 13258404. OLE color: 13258404.
HSL color Cylindrical-coordinate representation of color #A44ECA: hue angle of 281.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44ECA is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 78 | 202 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.21 |
| HSL | 281.61º | 0.54% | 0.55% | - |
| HSV(B) | 281.61º | 0.61% | 0.79% | - |
| XYZ | 28.69 | 17.61 | 57.76 | - |
| YUV | 117.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 202 | 0.19 | 0.61 | 0 | 0.21 | 281.61 | 0.54 | 0.55 |
| Hex | A4 | 4E | CA | 13 | 3D | 0 | 15 | 11A | 36 | 37 |
| Octal | 244 | 116 | 312 | 23 | 75 | 0 | 25 | 432 | 66 | 67 |
| Binary | 10100100 | 1001110 | 11001010 | 10011 | 111101 | 0 | 10101 | 100011010 | 110110 | 110111 |
Color Harmonies of #A44ECA
Complementary color
Monochromatic Colors of #A44ECA
Black with #A44ECA
Text Example
Text Example
White with #A44ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ECA; }
p { color: rgb(164,78,202); }
H1.HeaderClassName
{
color: #A44ECA;
}
.AnyTagClassName
{
color: #A44ECA;
}
</style>
background-color css
<style>
a { background-color: #A44ECA; }
a { background-color: rgb(164,78,202); }
div.DivClassName
{
background-color: #A44ECA;
}
.BgClassName
{
background-color: #A44ECA;
}
</style>
border-color css
<style>
span { border-color: #A44ECA; }
span { border-color: rgb(164,78,202); }
td.TdClassName
{
border-color: #A44ECA;
}
.TagClassName
{
border-color: #A44ECA;
}
</style>