Shades of Deep Lilac #A249CB
Tints of Deep Lilac #A249CB
RGB
CMYK
RGB Variations
Color information
#A249CB (or 0xA249CB) is known color: Deep Lilac. HEX triplet: A2, 49 and CB. RGB value is (162,73,203). Sum of RGB (Red+Green+Blue) = 162+73+203=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #A249CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249CB is #5DB634. Grayscale: #727272. Windows color (decimal): -6141493 or 13322658. OLE color: 13322658.
HSL color Cylindrical-coordinate representation of color #A249CB: hue angle of 281.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A249CB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 73 | 203 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.20 |
| HSL | 281.08º | 0.56% | 0.54% | - |
| HSV(B) | 281.08º | 0.64% | 0.8% | - |
| XYZ | 28.06 | 16.76 | 58.26 | - |
| YUV | 114.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 203 | 0.20 | 0.64 | 0 | 0.20 | 281.08 | 0.56 | 0.54 |
| Hex | A2 | 49 | CB | 14 | 40 | 0 | 14 | 119 | 38 | 36 |
| Octal | 242 | 111 | 313 | 24 | 100 | 0 | 24 | 431 | 70 | 66 |
| Binary | 10100010 | 1001001 | 11001011 | 10100 | 1000000 | 0 | 10100 | 100011001 | 111000 | 110110 |
Color Harmonies of #A249CB
Complementary color
Monochromatic Colors of #A249CB
Black with #A249CB
Text Example
Text Example
White with #A249CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249CB; }
p { color: rgb(162,73,203); }
H1.HeaderClassName
{
color: #A249CB;
}
.AnyTagClassName
{
color: #A249CB;
}
</style>
background-color css
<style>
a { background-color: #A249CB; }
a { background-color: rgb(162,73,203); }
div.DivClassName
{
background-color: #A249CB;
}
.BgClassName
{
background-color: #A249CB;
}
</style>
border-color css
<style>
span { border-color: #A249CB; }
span { border-color: rgb(162,73,203); }
td.TdClassName
{
border-color: #A249CB;
}
.TagClassName
{
border-color: #A249CB;
}
</style>