Shades of Deep Lilac #A249C3
Tints of Deep Lilac #A249C3
RGB
CMYK
RGB Variations
Color information
#A249C3 (or 0xA249C3) is known color: Deep Lilac. HEX triplet: A2, 49 and C3. RGB value is (162,73,195). Sum of RGB (Red+Green+Blue) = 162+73+195=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #A249C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249C3 is #5DB63C. Grayscale: #717171. Windows color (decimal): -6141501 or 12798370. OLE color: 12798370.
HSL color Cylindrical-coordinate representation of color #A249C3: hue angle of 283.77º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A249C3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 73 | 195 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.24 |
| HSL | 283.77º | 0.5% | 0.53% | - |
| HSV(B) | 283.77º | 0.63% | 0.76% | - |
| XYZ | 27.13 | 16.39 | 53.36 | - |
| YUV | 113.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 195 | 0.17 | 0.63 | 0 | 0.24 | 283.77 | 0.5 | 0.53 |
| Hex | A2 | 49 | C3 | 11 | 3F | 0 | 18 | 11C | 32 | 35 |
| Octal | 242 | 111 | 303 | 21 | 77 | 0 | 30 | 434 | 62 | 65 |
| Binary | 10100010 | 1001001 | 11000011 | 10001 | 111111 | 0 | 11000 | 100011100 | 110010 | 110101 |
Color Harmonies of #A249C3
Complementary color
Monochromatic Colors of #A249C3
Black with #A249C3
Text Example
Text Example
White with #A249C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249C3; }
p { color: rgb(162,73,195); }
H1.HeaderClassName
{
color: #A249C3;
}
.AnyTagClassName
{
color: #A249C3;
}
</style>
background-color css
<style>
a { background-color: #A249C3; }
a { background-color: rgb(162,73,195); }
div.DivClassName
{
background-color: #A249C3;
}
.BgClassName
{
background-color: #A249C3;
}
</style>
border-color css
<style>
span { border-color: #A249C3; }
span { border-color: rgb(162,73,195); }
td.TdClassName
{
border-color: #A249C3;
}
.TagClassName
{
border-color: #A249C3;
}
</style>