Shades of Deep Lilac #A449C7
Tints of Deep Lilac #A449C7
RGB
CMYK
RGB Variations
Color information
#A449C7 (or 0xA449C7) is known color: Deep Lilac. HEX triplet: A4, 49 and C7. RGB value is (164,73,199). Sum of RGB (Red+Green+Blue) = 164+73+199=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #A449C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449C7 is #5BB638. Grayscale: #727272. Windows color (decimal): -6010425 or 13060516. OLE color: 13060516.
HSL color Cylindrical-coordinate representation of color #A449C7: hue angle of 283.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A449C7 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 73 | 199 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.22 |
| HSL | 283.33º | 0.53% | 0.53% | - |
| HSV(B) | 283.33º | 0.63% | 0.78% | - |
| XYZ | 28 | 16.78 | 55.8 | - |
| YUV | 114.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 199 | 0.18 | 0.63 | 0 | 0.22 | 283.33 | 0.53 | 0.53 |
| Hex | A4 | 49 | C7 | 12 | 3F | 0 | 16 | 11B | 35 | 35 |
| Octal | 244 | 111 | 307 | 22 | 77 | 0 | 26 | 433 | 65 | 65 |
| Binary | 10100100 | 1001001 | 11000111 | 10010 | 111111 | 0 | 10110 | 100011011 | 110101 | 110101 |
Color Harmonies of #A449C7
Complementary color
Monochromatic Colors of #A449C7
Black with #A449C7
Text Example
Text Example
White with #A449C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449C7; }
p { color: rgb(164,73,199); }
H1.HeaderClassName
{
color: #A449C7;
}
.AnyTagClassName
{
color: #A449C7;
}
</style>
background-color css
<style>
a { background-color: #A449C7; }
a { background-color: rgb(164,73,199); }
div.DivClassName
{
background-color: #A449C7;
}
.BgClassName
{
background-color: #A449C7;
}
</style>
border-color css
<style>
span { border-color: #A449C7; }
span { border-color: rgb(164,73,199); }
td.TdClassName
{
border-color: #A449C7;
}
.TagClassName
{
border-color: #A449C7;
}
</style>