Shades of Deep Lilac #A449CE
Tints of Deep Lilac #A449CE
RGB
CMYK
RGB Variations
Color information
#A449CE (or 0xA449CE) is known color: Deep Lilac. HEX triplet: A4, 49 and CE. RGB value is (164,73,206). Sum of RGB (Red+Green+Blue) = 164+73+206=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #A449CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449CE is #5BB631. Grayscale: #727272. Windows color (decimal): -6010418 or 13519268. OLE color: 13519268.
HSL color Cylindrical-coordinate representation of color #A449CE: hue angle of 281.05º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A449CE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 73 | 206 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.19 |
| HSL | 281.05º | 0.58% | 0.55% | - |
| HSV(B) | 281.05º | 0.65% | 0.81% | - |
| XYZ | 28.83 | 17.11 | 60.18 | - |
| YUV | 115.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 206 | 0.20 | 0.65 | 0 | 0.19 | 281.05 | 0.58 | 0.55 |
| Hex | A4 | 49 | CE | 14 | 41 | 0 | 13 | 119 | 3A | 37 |
| Octal | 244 | 111 | 316 | 24 | 101 | 0 | 23 | 431 | 72 | 67 |
| Binary | 10100100 | 1001001 | 11001110 | 10100 | 1000001 | 0 | 10011 | 100011001 | 111010 | 110111 |
Color Harmonies of #A449CE
Complementary color
Monochromatic Colors of #A449CE
Black with #A449CE
Text Example
Text Example
White with #A449CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449CE; }
p { color: rgb(164,73,206); }
H1.HeaderClassName
{
color: #A449CE;
}
.AnyTagClassName
{
color: #A449CE;
}
</style>
background-color css
<style>
a { background-color: #A449CE; }
a { background-color: rgb(164,73,206); }
div.DivClassName
{
background-color: #A449CE;
}
.BgClassName
{
background-color: #A449CE;
}
</style>
border-color css
<style>
span { border-color: #A449CE; }
span { border-color: rgb(164,73,206); }
td.TdClassName
{
border-color: #A449CE;
}
.TagClassName
{
border-color: #A449CE;
}
</style>