Shades of Deep Lilac #A654BF
Tints of Deep Lilac #A654BF
RGB
CMYK
RGB Variations
Color information
#A654BF (or 0xA654BF) is known color: Deep Lilac. HEX triplet: A6, 54 and BF. RGB value is (166,84,191). Sum of RGB (Red+Green+Blue) = 166+84+191=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A654BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654BF is #59AB40. Grayscale: #787878. Windows color (decimal): -5876545 or 12539046. OLE color: 12539046.
HSL color Cylindrical-coordinate representation of color #A654BF: hue angle of 285.98º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A654BF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 84 | 191 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.25 |
| HSL | 285.98º | 0.46% | 0.54% | - |
| HSV(B) | 285.98º | 0.56% | 0.75% | - |
| XYZ | 28.3 | 18.21 | 51.31 | - |
| YUV | 120.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 191 | 0.13 | 0.56 | 0 | 0.25 | 285.98 | 0.46 | 0.54 |
| Hex | A6 | 54 | BF | D | 38 | 0 | 19 | 11E | 2E | 36 |
| Octal | 246 | 124 | 277 | 15 | 70 | 0 | 31 | 436 | 56 | 66 |
| Binary | 10100110 | 1010100 | 10111111 | 1101 | 111000 | 0 | 11001 | 100011110 | 101110 | 110110 |
Color Harmonies of #A654BF
Complementary color
Monochromatic Colors of #A654BF
Black with #A654BF
Text Example
Text Example
White with #A654BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654BF; }
p { color: rgb(166,84,191); }
H1.HeaderClassName
{
color: #A654BF;
}
.AnyTagClassName
{
color: #A654BF;
}
</style>
background-color css
<style>
a { background-color: #A654BF; }
a { background-color: rgb(166,84,191); }
div.DivClassName
{
background-color: #A654BF;
}
.BgClassName
{
background-color: #A654BF;
}
</style>
border-color css
<style>
span { border-color: #A654BF; }
span { border-color: rgb(166,84,191); }
td.TdClassName
{
border-color: #A654BF;
}
.TagClassName
{
border-color: #A654BF;
}
</style>