Shades of Deep Lilac #A649CD
Tints of Deep Lilac #A649CD
RGB
CMYK
RGB Variations
Color information
#A649CD (or 0xA649CD) is known color: Deep Lilac. HEX triplet: A6, 49 and CD. RGB value is (166,73,205). Sum of RGB (Red+Green+Blue) = 166+73+205=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A649CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649CD is #59B632. Grayscale: #737373. Windows color (decimal): -5879347 or 13453734. OLE color: 13453734.
HSL color Cylindrical-coordinate representation of color #A649CD: hue angle of 282.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A649CD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 73 | 205 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.20 |
| HSL | 282.27º | 0.57% | 0.55% | - |
| HSV(B) | 282.27º | 0.64% | 0.8% | - |
| XYZ | 29.13 | 17.28 | 59.56 | - |
| YUV | 115.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 205 | 0.19 | 0.64 | 0 | 0.20 | 282.27 | 0.57 | 0.55 |
| Hex | A6 | 49 | CD | 13 | 40 | 0 | 14 | 11A | 39 | 37 |
| Octal | 246 | 111 | 315 | 23 | 100 | 0 | 24 | 432 | 71 | 67 |
| Binary | 10100110 | 1001001 | 11001101 | 10011 | 1000000 | 0 | 10100 | 100011010 | 111001 | 110111 |
Color Harmonies of #A649CD
Complementary color
Monochromatic Colors of #A649CD
Black with #A649CD
Text Example
Text Example
White with #A649CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649CD; }
p { color: rgb(166,73,205); }
H1.HeaderClassName
{
color: #A649CD;
}
.AnyTagClassName
{
color: #A649CD;
}
</style>
background-color css
<style>
a { background-color: #A649CD; }
a { background-color: rgb(166,73,205); }
div.DivClassName
{
background-color: #A649CD;
}
.BgClassName
{
background-color: #A649CD;
}
</style>
border-color css
<style>
span { border-color: #A649CD; }
span { border-color: rgb(166,73,205); }
td.TdClassName
{
border-color: #A649CD;
}
.TagClassName
{
border-color: #A649CD;
}
</style>