Shades of Deep Lilac #A647B2
Tints of Deep Lilac #A647B2
RGB
CMYK
RGB Variations
Color information
#A647B2 (or 0xA647B2) is known color: Deep Lilac. HEX triplet: A6, 47 and B2. RGB value is (166,71,178). Sum of RGB (Red+Green+Blue) = 166+71+178=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 178 - color contains mainly: blue. Hex color #A647B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647B2 is #59B84D. Grayscale: #6F6F6F. Windows color (decimal): -5879886 or 11683750. OLE color: 11683750.
HSL color Cylindrical-coordinate representation of color #A647B2: hue angle of 293.27º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A647B2 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 71 | 178 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.30 |
| HSL | 293.27º | 0.43% | 0.49% | - |
| HSV(B) | 293.27º | 0.6% | 0.7% | - |
| XYZ | 26.02 | 15.83 | 43.8 | - |
| YUV | 111.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 178 | 0.07 | 0.60 | 0 | 0.30 | 293.27 | 0.43 | 0.49 |
| Hex | A6 | 47 | B2 | 7 | 3C | 0 | 1E | 125 | 2B | 31 |
| Octal | 246 | 107 | 262 | 7 | 74 | 0 | 36 | 445 | 53 | 61 |
| Binary | 10100110 | 1000111 | 10110010 | 111 | 111100 | 0 | 11110 | 100100101 | 101011 | 110001 |
Color Harmonies of #A647B2
Complementary color
Monochromatic Colors of #A647B2
Black with #A647B2
Text Example
Text Example
White with #A647B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647B2; }
p { color: rgb(166,71,178); }
H1.HeaderClassName
{
color: #A647B2;
}
.AnyTagClassName
{
color: #A647B2;
}
</style>
background-color css
<style>
a { background-color: #A647B2; }
a { background-color: rgb(166,71,178); }
div.DivClassName
{
background-color: #A647B2;
}
.BgClassName
{
background-color: #A647B2;
}
</style>
border-color css
<style>
span { border-color: #A647B2; }
span { border-color: rgb(166,71,178); }
td.TdClassName
{
border-color: #A647B2;
}
.TagClassName
{
border-color: #A647B2;
}
</style>