Shades of Deep Lilac #A649BC
Tints of Deep Lilac #A649BC
RGB
CMYK
RGB Variations
Color information
#A649BC (or 0xA649BC) is known color: Deep Lilac. HEX triplet: A6, 49 and BC. RGB value is (166,73,188). Sum of RGB (Red+Green+Blue) = 166+73+188=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #A649BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649BC is #59B643. Grayscale: #717171. Windows color (decimal): -5879364 or 12339622. OLE color: 12339622.
HSL color Cylindrical-coordinate representation of color #A649BC: hue angle of 288.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A649BC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 73 | 188 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.26 |
| HSL | 288.52º | 0.46% | 0.51% | - |
| HSV(B) | 288.52º | 0.61% | 0.74% | - |
| XYZ | 27.19 | 16.5 | 49.33 | - |
| YUV | 113.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 188 | 0.12 | 0.61 | 0 | 0.26 | 288.52 | 0.46 | 0.51 |
| Hex | A6 | 49 | BC | C | 3D | 0 | 1A | 121 | 2E | 33 |
| Octal | 246 | 111 | 274 | 14 | 75 | 0 | 32 | 441 | 56 | 63 |
| Binary | 10100110 | 1001001 | 10111100 | 1100 | 111101 | 0 | 11010 | 100100001 | 101110 | 110011 |
Color Harmonies of #A649BC
Complementary color
Monochromatic Colors of #A649BC
Black with #A649BC
Text Example
Text Example
White with #A649BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649BC; }
p { color: rgb(166,73,188); }
H1.HeaderClassName
{
color: #A649BC;
}
.AnyTagClassName
{
color: #A649BC;
}
</style>
background-color css
<style>
a { background-color: #A649BC; }
a { background-color: rgb(166,73,188); }
div.DivClassName
{
background-color: #A649BC;
}
.BgClassName
{
background-color: #A649BC;
}
</style>
border-color css
<style>
span { border-color: #A649BC; }
span { border-color: rgb(166,73,188); }
td.TdClassName
{
border-color: #A649BC;
}
.TagClassName
{
border-color: #A649BC;
}
</style>