Shades of Deep Lilac #A654BA
Tints of Deep Lilac #A654BA
RGB
CMYK
RGB Variations
Color information
#A654BA (or 0xA654BA) is known color: Deep Lilac. HEX triplet: A6, 54 and BA. RGB value is (166,84,186). Sum of RGB (Red+Green+Blue) = 166+84+186=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A654BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654BA is #59AB45. Grayscale: #777777. Windows color (decimal): -5876550 or 12211366. OLE color: 12211366.
HSL color Cylindrical-coordinate representation of color #A654BA: hue angle of 288.24º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A654BA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 84 | 186 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.27 |
| HSL | 288.24º | 0.43% | 0.53% | - |
| HSV(B) | 288.24º | 0.55% | 0.73% | - |
| XYZ | 27.76 | 17.99 | 48.46 | - |
| YUV | 120.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 186 | 0.11 | 0.55 | 0 | 0.27 | 288.24 | 0.43 | 0.53 |
| Hex | A6 | 54 | BA | B | 37 | 0 | 1B | 120 | 2A | 35 |
| Octal | 246 | 124 | 272 | 13 | 67 | 0 | 33 | 440 | 52 | 65 |
| Binary | 10100110 | 1010100 | 10111010 | 1011 | 110111 | 0 | 11011 | 100100000 | 101010 | 110101 |
Color Harmonies of #A654BA
Complementary color
Monochromatic Colors of #A654BA
Black with #A654BA
Text Example
Text Example
White with #A654BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654BA; }
p { color: rgb(166,84,186); }
H1.HeaderClassName
{
color: #A654BA;
}
.AnyTagClassName
{
color: #A654BA;
}
</style>
background-color css
<style>
a { background-color: #A654BA; }
a { background-color: rgb(166,84,186); }
div.DivClassName
{
background-color: #A654BA;
}
.BgClassName
{
background-color: #A654BA;
}
</style>
border-color css
<style>
span { border-color: #A654BA; }
span { border-color: rgb(166,84,186); }
td.TdClassName
{
border-color: #A654BA;
}
.TagClassName
{
border-color: #A654BA;
}
</style>