Shades of Deep Lilac #A549C7
Tints of Deep Lilac #A549C7
RGB
CMYK
RGB Variations
Color information
#A549C7 (or 0xA549C7) is known color: Deep Lilac. HEX triplet: A5, 49 and C7. RGB value is (165,73,199). Sum of RGB (Red+Green+Blue) = 165+73+199=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #A549C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549C7 is #5AB638. Grayscale: #727272. Windows color (decimal): -5944889 or 13060517. OLE color: 13060517.
HSL color Cylindrical-coordinate representation of color #A549C7: hue angle of 283.81º 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 #A549C7 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 73 | 199 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.22 |
| HSL | 283.81º | 0.53% | 0.53% | - |
| HSV(B) | 283.81º | 0.63% | 0.78% | - |
| XYZ | 28.21 | 16.89 | 55.81 | - |
| YUV | 114.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 199 | 0.17 | 0.63 | 0 | 0.22 | 283.81 | 0.53 | 0.53 |
| Hex | A5 | 49 | C7 | 11 | 3F | 0 | 16 | 11C | 35 | 35 |
| Octal | 245 | 111 | 307 | 21 | 77 | 0 | 26 | 434 | 65 | 65 |
| Binary | 10100101 | 1001001 | 11000111 | 10001 | 111111 | 0 | 10110 | 100011100 | 110101 | 110101 |
Color Harmonies of #A549C7
Complementary color
Monochromatic Colors of #A549C7
Black with #A549C7
Text Example
Text Example
White with #A549C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549C7; }
p { color: rgb(165,73,199); }
H1.HeaderClassName
{
color: #A549C7;
}
.AnyTagClassName
{
color: #A549C7;
}
</style>
background-color css
<style>
a { background-color: #A549C7; }
a { background-color: rgb(165,73,199); }
div.DivClassName
{
background-color: #A549C7;
}
.BgClassName
{
background-color: #A549C7;
}
</style>
border-color css
<style>
span { border-color: #A549C7; }
span { border-color: rgb(165,73,199); }
td.TdClassName
{
border-color: #A549C7;
}
.TagClassName
{
border-color: #A549C7;
}
</style>