Shades of Deep Lilac #A44ECB
Tints of Deep Lilac #A44ECB
RGB
CMYK
RGB Variations
Color information
#A44ECB (or 0xA44ECB) is known color: Deep Lilac. HEX triplet: A4, 4E and CB. RGB value is (164,78,203). Sum of RGB (Red+Green+Blue) = 164+78+203=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A44ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ECB is #5BB134. Grayscale: #757575. Windows color (decimal): -6009141 or 13323940. OLE color: 13323940.
HSL color Cylindrical-coordinate representation of color #A44ECB: hue angle of 281.28º 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 #A44ECB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 78 | 203 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.20 |
| HSL | 281.28º | 0.55% | 0.55% | - |
| HSV(B) | 281.28º | 0.62% | 0.8% | - |
| XYZ | 28.81 | 17.65 | 58.39 | - |
| YUV | 117.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 203 | 0.19 | 0.62 | 0 | 0.20 | 281.28 | 0.55 | 0.55 |
| Hex | A4 | 4E | CB | 13 | 3E | 0 | 14 | 119 | 37 | 37 |
| Octal | 244 | 116 | 313 | 23 | 76 | 0 | 24 | 431 | 67 | 67 |
| Binary | 10100100 | 1001110 | 11001011 | 10011 | 111110 | 0 | 10100 | 100011001 | 110111 | 110111 |
Color Harmonies of #A44ECB
Complementary color
Monochromatic Colors of #A44ECB
Black with #A44ECB
Text Example
Text Example
White with #A44ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ECB; }
p { color: rgb(164,78,203); }
H1.HeaderClassName
{
color: #A44ECB;
}
.AnyTagClassName
{
color: #A44ECB;
}
</style>
background-color css
<style>
a { background-color: #A44ECB; }
a { background-color: rgb(164,78,203); }
div.DivClassName
{
background-color: #A44ECB;
}
.BgClassName
{
background-color: #A44ECB;
}
</style>
border-color css
<style>
span { border-color: #A44ECB; }
span { border-color: rgb(164,78,203); }
td.TdClassName
{
border-color: #A44ECB;
}
.TagClassName
{
border-color: #A44ECB;
}
</style>