Shades of Deep Lilac #A44ECC
Tints of Deep Lilac #A44ECC
RGB
CMYK
RGB Variations
Color information
#A44ECC (or 0xA44ECC) is known color: Deep Lilac. HEX triplet: A4, 4E and CC. RGB value is (164,78,204). Sum of RGB (Red+Green+Blue) = 164+78+204=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #A44ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECC is #5BB133. Grayscale: #757575. Windows color (decimal): -6009140 or 13389476. OLE color: 13389476.
HSL color Cylindrical-coordinate representation of color #A44ECC: hue angle of 280.95º 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 #A44ECC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 78 | 204 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.2 |
| HSL | 280.95º | 0.55% | 0.55% | - |
| HSV(B) | 280.95º | 0.62% | 0.8% | - |
| XYZ | 28.93 | 17.7 | 59.02 | - |
| YUV | 118.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 204 | 0.20 | 0.62 | 0 | 0.2 | 280.95 | 0.55 | 0.55 |
| Hex | A4 | 4E | CC | 14 | 3E | 0 | 14 | 119 | 37 | 37 |
| Octal | 244 | 116 | 314 | 24 | 76 | 0 | 24 | 431 | 67 | 67 |
| Binary | 10100100 | 1001110 | 11001100 | 10100 | 111110 | 0 | 10100 | 100011001 | 110111 | 110111 |
Color Harmonies of #A44ECC
Complementary color
Monochromatic Colors of #A44ECC
Black with #A44ECC
Text Example
Text Example
White with #A44ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ECC; }
p { color: rgb(164,78,204); }
H1.HeaderClassName
{
color: #A44ECC;
}
.AnyTagClassName
{
color: #A44ECC;
}
</style>
background-color css
<style>
a { background-color: #A44ECC; }
a { background-color: rgb(164,78,204); }
div.DivClassName
{
background-color: #A44ECC;
}
.BgClassName
{
background-color: #A44ECC;
}
</style>
border-color css
<style>
span { border-color: #A44ECC; }
span { border-color: rgb(164,78,204); }
td.TdClassName
{
border-color: #A44ECC;
}
.TagClassName
{
border-color: #A44ECC;
}
</style>