Shades of Deep Lilac #A44ED0
Tints of Deep Lilac #A44ED0
RGB
CMYK
RGB Variations
Color information
#A44ED0 (or 0xA44ED0) is known color: Deep Lilac. HEX triplet: A4, 4E and D0. RGB value is (164,78,208). Sum of RGB (Red+Green+Blue) = 164+78+208=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #A44ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44ED0 is #5BB12F. Grayscale: #767676. Windows color (decimal): -6009136 or 13651620. OLE color: 13651620.
HSL color Cylindrical-coordinate representation of color #A44ED0: hue angle of 279.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44ED0 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 78 | 208 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.18 |
| HSL | 279.69º | 0.58% | 0.56% | - |
| HSV(B) | 279.69º | 0.63% | 0.82% | - |
| XYZ | 29.42 | 17.9 | 61.58 | - |
| YUV | 118.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 208 | 0.21 | 0.62 | 0 | 0.18 | 279.69 | 0.58 | 0.56 |
| Hex | A4 | 4E | D0 | 15 | 3E | 0 | 12 | 118 | 3A | 38 |
| Octal | 244 | 116 | 320 | 25 | 76 | 0 | 22 | 430 | 72 | 70 |
| Binary | 10100100 | 1001110 | 11010000 | 10101 | 111110 | 0 | 10010 | 100011000 | 111010 | 111000 |
Color Harmonies of #A44ED0
Complementary color
Monochromatic Colors of #A44ED0
Black with #A44ED0
Text Example
Text Example
White with #A44ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44ED0; }
p { color: rgb(164,78,208); }
H1.HeaderClassName
{
color: #A44ED0;
}
.AnyTagClassName
{
color: #A44ED0;
}
</style>
background-color css
<style>
a { background-color: #A44ED0; }
a { background-color: rgb(164,78,208); }
div.DivClassName
{
background-color: #A44ED0;
}
.BgClassName
{
background-color: #A44ED0;
}
</style>
border-color css
<style>
span { border-color: #A44ED0; }
span { border-color: rgb(164,78,208); }
td.TdClassName
{
border-color: #A44ED0;
}
.TagClassName
{
border-color: #A44ED0;
}
</style>