Shades of Deep Lilac #A846BA
Tints of Deep Lilac #A846BA
RGB
CMYK
RGB Variations
Color information
#A846BA (or 0xA846BA) is known color: Deep Lilac. HEX triplet: A8, 46 and BA. RGB value is (168,70,186). Sum of RGB (Red+Green+Blue) = 168+70+186=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #A846BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846BA is #57B945. Grayscale: #707070. Windows color (decimal): -5749062 or 12207784. OLE color: 12207784.
HSL color Cylindrical-coordinate representation of color #A846BA: hue angle of 290.69º degrees, saturation: 0.46, 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 #A846BA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 70 | 186 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.27 |
| HSL | 290.69º | 0.46% | 0.5% | - |
| HSV(B) | 290.69º | 0.62% | 0.73% | - |
| XYZ | 27.2 | 16.25 | 48.16 | - |
| YUV | 112.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 186 | 0.10 | 0.62 | 0 | 0.27 | 290.69 | 0.46 | 0.5 |
| Hex | A8 | 46 | BA | A | 3E | 0 | 1B | 123 | 2E | 32 |
| Octal | 250 | 106 | 272 | 12 | 76 | 0 | 33 | 443 | 56 | 62 |
| Binary | 10101000 | 1000110 | 10111010 | 1010 | 111110 | 0 | 11011 | 100100011 | 101110 | 110010 |
Color Harmonies of #A846BA
Complementary color
Monochromatic Colors of #A846BA
Black with #A846BA
Text Example
Text Example
White with #A846BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846BA; }
p { color: rgb(168,70,186); }
H1.HeaderClassName
{
color: #A846BA;
}
.AnyTagClassName
{
color: #A846BA;
}
</style>
background-color css
<style>
a { background-color: #A846BA; }
a { background-color: rgb(168,70,186); }
div.DivClassName
{
background-color: #A846BA;
}
.BgClassName
{
background-color: #A846BA;
}
</style>
border-color css
<style>
span { border-color: #A846BA; }
span { border-color: rgb(168,70,186); }
td.TdClassName
{
border-color: #A846BA;
}
.TagClassName
{
border-color: #A846BA;
}
</style>