Shades of Deep Lilac #A647B9
Tints of Deep Lilac #A647B9
RGB
CMYK
RGB Variations
Color information
#A647B9 (or 0xA647B9) is known color: Deep Lilac. HEX triplet: A6, 47 and B9. RGB value is (166,71,185). Sum of RGB (Red+Green+Blue) = 166+71+185=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #A647B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647B9 is #59B846. Grayscale: #707070. Windows color (decimal): -5879879 or 12142502. OLE color: 12142502.
HSL color Cylindrical-coordinate representation of color #A647B9: hue angle of 290º 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 #A647B9 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 71 | 185 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.27 |
| HSL | 290º | 0.45% | 0.5% | - |
| HSV(B) | 290º | 0.62% | 0.73% | - |
| XYZ | 26.74 | 16.12 | 47.6 | - |
| YUV | 112.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 185 | 0.10 | 0.62 | 0 | 0.27 | 290 | 0.45 | 0.5 |
| Hex | A6 | 47 | B9 | A | 3E | 0 | 1B | 122 | 2D | 32 |
| Octal | 246 | 107 | 271 | 12 | 76 | 0 | 33 | 442 | 55 | 62 |
| Binary | 10100110 | 1000111 | 10111001 | 1010 | 111110 | 0 | 11011 | 100100010 | 101101 | 110010 |
Color Harmonies of #A647B9
Complementary color
Monochromatic Colors of #A647B9
Black with #A647B9
Text Example
Text Example
White with #A647B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647B9; }
p { color: rgb(166,71,185); }
H1.HeaderClassName
{
color: #A647B9;
}
.AnyTagClassName
{
color: #A647B9;
}
</style>
background-color css
<style>
a { background-color: #A647B9; }
a { background-color: rgb(166,71,185); }
div.DivClassName
{
background-color: #A647B9;
}
.BgClassName
{
background-color: #A647B9;
}
</style>
border-color css
<style>
span { border-color: #A647B9; }
span { border-color: rgb(166,71,185); }
td.TdClassName
{
border-color: #A647B9;
}
.TagClassName
{
border-color: #A647B9;
}
</style>