Shades of Deep Lilac #A649C4
Tints of Deep Lilac #A649C4
RGB
CMYK
RGB Variations
Color information
#A649C4 (or 0xA649C4) is known color: Deep Lilac. HEX triplet: A6, 49 and C4. RGB value is (166,73,196). Sum of RGB (Red+Green+Blue) = 166+73+196=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #A649C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649C4 is #59B63B. Grayscale: #727272. Windows color (decimal): -5879356 or 12863910. OLE color: 12863910.
HSL color Cylindrical-coordinate representation of color #A649C4: hue angle of 285.37º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A649C4 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 73 | 196 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.23 |
| HSL | 285.37º | 0.51% | 0.53% | - |
| HSV(B) | 285.37º | 0.63% | 0.77% | - |
| XYZ | 28.07 | 16.86 | 54 | - |
| YUV | 114.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 196 | 0.15 | 0.63 | 0 | 0.23 | 285.37 | 0.51 | 0.53 |
| Hex | A6 | 49 | C4 | F | 3F | 0 | 17 | 11D | 33 | 35 |
| Octal | 246 | 111 | 304 | 17 | 77 | 0 | 27 | 435 | 63 | 65 |
| Binary | 10100110 | 1001001 | 11000100 | 1111 | 111111 | 0 | 10111 | 100011101 | 110011 | 110101 |
Color Harmonies of #A649C4
Complementary color
Monochromatic Colors of #A649C4
Black with #A649C4
Text Example
Text Example
White with #A649C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649C4; }
p { color: rgb(166,73,196); }
H1.HeaderClassName
{
color: #A649C4;
}
.AnyTagClassName
{
color: #A649C4;
}
</style>
background-color css
<style>
a { background-color: #A649C4; }
a { background-color: rgb(166,73,196); }
div.DivClassName
{
background-color: #A649C4;
}
.BgClassName
{
background-color: #A649C4;
}
</style>
border-color css
<style>
span { border-color: #A649C4; }
span { border-color: rgb(166,73,196); }
td.TdClassName
{
border-color: #A649C4;
}
.TagClassName
{
border-color: #A649C4;
}
</style>