Shades of Deep Lilac #A649CB
Tints of Deep Lilac #A649CB
RGB
CMYK
RGB Variations
Color information
#A649CB (or 0xA649CB) is known color: Deep Lilac. HEX triplet: A6, 49 and CB. RGB value is (166,73,203). Sum of RGB (Red+Green+Blue) = 166+73+203=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #A649CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649CB is #59B634. Grayscale: #737373. Windows color (decimal): -5879349 or 13322662. OLE color: 13322662.
HSL color Cylindrical-coordinate representation of color #A649CB: hue angle of 282.92º 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 #A649CB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 73 | 203 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.20 |
| HSL | 282.92º | 0.56% | 0.54% | - |
| HSV(B) | 282.92º | 0.64% | 0.8% | - |
| XYZ | 28.89 | 17.18 | 58.29 | - |
| YUV | 115.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 203 | 0.18 | 0.64 | 0 | 0.20 | 282.92 | 0.56 | 0.54 |
| Hex | A6 | 49 | CB | 12 | 40 | 0 | 14 | 11B | 38 | 36 |
| Octal | 246 | 111 | 313 | 22 | 100 | 0 | 24 | 433 | 70 | 66 |
| Binary | 10100110 | 1001001 | 11001011 | 10010 | 1000000 | 0 | 10100 | 100011011 | 111000 | 110110 |
Color Harmonies of #A649CB
Complementary color
Monochromatic Colors of #A649CB
Black with #A649CB
Text Example
Text Example
White with #A649CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649CB; }
p { color: rgb(166,73,203); }
H1.HeaderClassName
{
color: #A649CB;
}
.AnyTagClassName
{
color: #A649CB;
}
</style>
background-color css
<style>
a { background-color: #A649CB; }
a { background-color: rgb(166,73,203); }
div.DivClassName
{
background-color: #A649CB;
}
.BgClassName
{
background-color: #A649CB;
}
</style>
border-color css
<style>
span { border-color: #A649CB; }
span { border-color: rgb(166,73,203); }
td.TdClassName
{
border-color: #A649CB;
}
.TagClassName
{
border-color: #A649CB;
}
</style>