Shades of Deep Lilac #A249C7
Tints of Deep Lilac #A249C7
RGB
CMYK
RGB Variations
Color information
#A249C7 (or 0xA249C7) is known color: Deep Lilac. HEX triplet: A2, 49 and C7. RGB value is (162,73,199). Sum of RGB (Red+Green+Blue) = 162+73+199=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #A249C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249C7 is #5DB638. Grayscale: #717171. Windows color (decimal): -6141497 or 13060514. OLE color: 13060514.
HSL color Cylindrical-coordinate representation of color #A249C7: hue angle of 282.38º 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 #A249C7 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 73 | 199 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.22 |
| HSL | 282.38º | 0.53% | 0.53% | - |
| HSV(B) | 282.38º | 0.63% | 0.78% | - |
| XYZ | 27.59 | 16.57 | 55.78 | - |
| YUV | 113.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 199 | 0.19 | 0.63 | 0 | 0.22 | 282.38 | 0.53 | 0.53 |
| Hex | A2 | 49 | C7 | 13 | 3F | 0 | 16 | 11A | 35 | 35 |
| Octal | 242 | 111 | 307 | 23 | 77 | 0 | 26 | 432 | 65 | 65 |
| Binary | 10100010 | 1001001 | 11000111 | 10011 | 111111 | 0 | 10110 | 100011010 | 110101 | 110101 |
Color Harmonies of #A249C7
Complementary color
Monochromatic Colors of #A249C7
Black with #A249C7
Text Example
Text Example
White with #A249C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249C7; }
p { color: rgb(162,73,199); }
H1.HeaderClassName
{
color: #A249C7;
}
.AnyTagClassName
{
color: #A249C7;
}
</style>
background-color css
<style>
a { background-color: #A249C7; }
a { background-color: rgb(162,73,199); }
div.DivClassName
{
background-color: #A249C7;
}
.BgClassName
{
background-color: #A249C7;
}
</style>
border-color css
<style>
span { border-color: #A249C7; }
span { border-color: rgb(162,73,199); }
td.TdClassName
{
border-color: #A249C7;
}
.TagClassName
{
border-color: #A249C7;
}
</style>