Shades of Deep Lilac #A646BF
Tints of Deep Lilac #A646BF
RGB
CMYK
RGB Variations
Color information
#A646BF (or 0xA646BF) is known color: Deep Lilac. HEX triplet: A6, 46 and BF. RGB value is (166,70,191). Sum of RGB (Red+Green+Blue) = 166+70+191=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #A646BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646BF is #59B940. Grayscale: #707070. Windows color (decimal): -5880129 or 12535462. OLE color: 12535462.
HSL color Cylindrical-coordinate representation of color #A646BF: hue angle of 287.6º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A646BF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 70 | 191 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.25 |
| HSL | 287.6º | 0.49% | 0.51% | - |
| HSV(B) | 287.6º | 0.63% | 0.75% | - |
| XYZ | 27.32 | 16.25 | 50.99 | - |
| YUV | 112.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 191 | 0.13 | 0.63 | 0 | 0.25 | 287.6 | 0.49 | 0.51 |
| Hex | A6 | 46 | BF | D | 3F | 0 | 19 | 120 | 31 | 33 |
| Octal | 246 | 106 | 277 | 15 | 77 | 0 | 31 | 440 | 61 | 63 |
| Binary | 10100110 | 1000110 | 10111111 | 1101 | 111111 | 0 | 11001 | 100100000 | 110001 | 110011 |
Color Harmonies of #A646BF
Complementary color
Monochromatic Colors of #A646BF
Black with #A646BF
Text Example
Text Example
White with #A646BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646BF; }
p { color: rgb(166,70,191); }
H1.HeaderClassName
{
color: #A646BF;
}
.AnyTagClassName
{
color: #A646BF;
}
</style>
background-color css
<style>
a { background-color: #A646BF; }
a { background-color: rgb(166,70,191); }
div.DivClassName
{
background-color: #A646BF;
}
.BgClassName
{
background-color: #A646BF;
}
</style>
border-color css
<style>
span { border-color: #A646BF; }
span { border-color: rgb(166,70,191); }
td.TdClassName
{
border-color: #A646BF;
}
.TagClassName
{
border-color: #A646BF;
}
</style>