Shades of Deep Lilac #A44ECD
Tints of Deep Lilac #A44ECD
RGB
CMYK
RGB Variations
Color information
#A44ECD (or 0xA44ECD) is known color: Deep Lilac. HEX triplet: A4, 4E and CD. RGB value is (164,78,205). Sum of RGB (Red+Green+Blue) = 164+78+205=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #A44ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECD is #5BB132. Grayscale: #757575. Windows color (decimal): -6009139 or 13455012. OLE color: 13455012.
HSL color Cylindrical-coordinate representation of color #A44ECD: hue angle of 280.63º degrees, saturation: 0.56, 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 #A44ECD is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 78 | 205 | - |
| CMYK | 0.2 | 0.62 | 0 | 0.20 |
| HSL | 280.63º | 0.56% | 0.55% | - |
| HSV(B) | 280.63º | 0.62% | 0.8% | - |
| XYZ | 29.05 | 17.75 | 59.65 | - |
| YUV | 118.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 205 | 0.2 | 0.62 | 0 | 0.20 | 280.63 | 0.56 | 0.55 |
| Hex | A4 | 4E | CD | 14 | 3E | 0 | 14 | 119 | 38 | 37 |
| Octal | 244 | 116 | 315 | 24 | 76 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100100 | 1001110 | 11001101 | 10100 | 111110 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A44ECD
Complementary color
Monochromatic Colors of #A44ECD
Black with #A44ECD
Text Example
Text Example
White with #A44ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ECD; }
p { color: rgb(164,78,205); }
H1.HeaderClassName
{
color: #A44ECD;
}
.AnyTagClassName
{
color: #A44ECD;
}
</style>
background-color css
<style>
a { background-color: #A44ECD; }
a { background-color: rgb(164,78,205); }
div.DivClassName
{
background-color: #A44ECD;
}
.BgClassName
{
background-color: #A44ECD;
}
</style>
border-color css
<style>
span { border-color: #A44ECD; }
span { border-color: rgb(164,78,205); }
td.TdClassName
{
border-color: #A44ECD;
}
.TagClassName
{
border-color: #A44ECD;
}
</style>