Shades of Deep Lilac #A647BA
Tints of Deep Lilac #A647BA
RGB
CMYK
RGB Variations
Color information
#A647BA (or 0xA647BA) is known color: Deep Lilac. HEX triplet: A6, 47 and BA. RGB value is (166,71,186). Sum of RGB (Red+Green+Blue) = 166+71+186=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #A647BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647BA is #59B845. Grayscale: #707070. Windows color (decimal): -5879878 or 12208038. OLE color: 12208038.
HSL color Cylindrical-coordinate representation of color #A647BA: hue angle of 289.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A647BA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 71 | 186 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.27 |
| HSL | 289.57º | 0.45% | 0.5% | - |
| HSV(B) | 289.57º | 0.62% | 0.73% | - |
| XYZ | 26.84 | 16.16 | 48.16 | - |
| YUV | 112.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 186 | 0.11 | 0.62 | 0 | 0.27 | 289.57 | 0.45 | 0.5 |
| Hex | A6 | 47 | BA | B | 3E | 0 | 1B | 122 | 2D | 32 |
| Octal | 246 | 107 | 272 | 13 | 76 | 0 | 33 | 442 | 55 | 62 |
| Binary | 10100110 | 1000111 | 10111010 | 1011 | 111110 | 0 | 11011 | 100100010 | 101101 | 110010 |
Color Harmonies of #A647BA
Complementary color
Monochromatic Colors of #A647BA
Black with #A647BA
Text Example
Text Example
White with #A647BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647BA; }
p { color: rgb(166,71,186); }
H1.HeaderClassName
{
color: #A647BA;
}
.AnyTagClassName
{
color: #A647BA;
}
</style>
background-color css
<style>
a { background-color: #A647BA; }
a { background-color: rgb(166,71,186); }
div.DivClassName
{
background-color: #A647BA;
}
.BgClassName
{
background-color: #A647BA;
}
</style>
border-color css
<style>
span { border-color: #A647BA; }
span { border-color: rgb(166,71,186); }
td.TdClassName
{
border-color: #A647BA;
}
.TagClassName
{
border-color: #A647BA;
}
</style>