Shades of Deep Lilac #A44ECF
Tints of Deep Lilac #A44ECF
RGB
CMYK
RGB Variations
Color information
#A44ECF (or 0xA44ECF) is known color: Deep Lilac. HEX triplet: A4, 4E and CF. RGB value is (164,78,207). Sum of RGB (Red+Green+Blue) = 164+78+207=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #A44ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECF is #5BB130. Grayscale: #757575. Windows color (decimal): -6009137 or 13586084. OLE color: 13586084.
HSL color Cylindrical-coordinate representation of color #A44ECF: hue angle of 280º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44ECF is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 78 | 207 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.19 |
| HSL | 280º | 0.57% | 0.56% | - |
| HSV(B) | 280º | 0.62% | 0.81% | - |
| XYZ | 29.3 | 17.85 | 60.93 | - |
| YUV | 118.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 207 | 0.21 | 0.62 | 0 | 0.19 | 280 | 0.57 | 0.56 |
| Hex | A4 | 4E | CF | 15 | 3E | 0 | 13 | 118 | 39 | 38 |
| Octal | 244 | 116 | 317 | 25 | 76 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100100 | 1001110 | 11001111 | 10101 | 111110 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A44ECF
Complementary color
Monochromatic Colors of #A44ECF
Black with #A44ECF
Text Example
Text Example
White with #A44ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ECF; }
p { color: rgb(164,78,207); }
H1.HeaderClassName
{
color: #A44ECF;
}
.AnyTagClassName
{
color: #A44ECF;
}
</style>
background-color css
<style>
a { background-color: #A44ECF; }
a { background-color: rgb(164,78,207); }
div.DivClassName
{
background-color: #A44ECF;
}
.BgClassName
{
background-color: #A44ECF;
}
</style>
border-color css
<style>
span { border-color: #A44ECF; }
span { border-color: rgb(164,78,207); }
td.TdClassName
{
border-color: #A44ECF;
}
.TagClassName
{
border-color: #A44ECF;
}
</style>