Shades of Deep Lilac #A44ECE
Tints of Deep Lilac #A44ECE
RGB
CMYK
RGB Variations
Color information
#A44ECE (or 0xA44ECE) is known color: Deep Lilac. HEX triplet: A4, 4E and CE. RGB value is (164,78,206). Sum of RGB (Red+Green+Blue) = 164+78+206=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #A44ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECE is #5BB131. Grayscale: #757575. Windows color (decimal): -6009138 or 13520548. OLE color: 13520548.
HSL color Cylindrical-coordinate representation of color #A44ECE: hue angle of 280.31º 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 #A44ECE is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 78 | 206 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.19 |
| HSL | 280.31º | 0.57% | 0.56% | - |
| HSV(B) | 280.31º | 0.62% | 0.81% | - |
| XYZ | 29.17 | 17.8 | 60.29 | - |
| YUV | 118.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 206 | 0.20 | 0.62 | 0 | 0.19 | 280.31 | 0.57 | 0.56 |
| Hex | A4 | 4E | CE | 14 | 3E | 0 | 13 | 118 | 39 | 38 |
| Octal | 244 | 116 | 316 | 24 | 76 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100100 | 1001110 | 11001110 | 10100 | 111110 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A44ECE
Complementary color
Monochromatic Colors of #A44ECE
Black with #A44ECE
Text Example
Text Example
White with #A44ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ECE; }
p { color: rgb(164,78,206); }
H1.HeaderClassName
{
color: #A44ECE;
}
.AnyTagClassName
{
color: #A44ECE;
}
</style>
background-color css
<style>
a { background-color: #A44ECE; }
a { background-color: rgb(164,78,206); }
div.DivClassName
{
background-color: #A44ECE;
}
.BgClassName
{
background-color: #A44ECE;
}
</style>
border-color css
<style>
span { border-color: #A44ECE; }
span { border-color: rgb(164,78,206); }
td.TdClassName
{
border-color: #A44ECE;
}
.TagClassName
{
border-color: #A44ECE;
}
</style>