Shades of Deep Lilac #A655BA
Tints of Deep Lilac #A655BA
RGB
CMYK
RGB Variations
Color information
#A655BA (or 0xA655BA) is known color: Deep Lilac. HEX triplet: A6, 55 and BA. RGB value is (166,85,186). Sum of RGB (Red+Green+Blue) = 166+85+186=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #A655BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655BA is #59AA45. Grayscale: #787878. Windows color (decimal): -5876294 or 12211622. OLE color: 12211622.
HSL color Cylindrical-coordinate representation of color #A655BA: hue angle of 288.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A655BA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 85 | 186 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.27 |
| HSL | 288.12º | 0.42% | 0.53% | - |
| HSV(B) | 288.12º | 0.54% | 0.73% | - |
| XYZ | 27.84 | 18.15 | 48.49 | - |
| YUV | 120.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 186 | 0.11 | 0.54 | 0 | 0.27 | 288.12 | 0.42 | 0.53 |
| Hex | A6 | 55 | BA | B | 36 | 0 | 1B | 120 | 2A | 35 |
| Octal | 246 | 125 | 272 | 13 | 66 | 0 | 33 | 440 | 52 | 65 |
| Binary | 10100110 | 1010101 | 10111010 | 1011 | 110110 | 0 | 11011 | 100100000 | 101010 | 110101 |
Color Harmonies of #A655BA
Complementary color
Monochromatic Colors of #A655BA
Black with #A655BA
Text Example
Text Example
White with #A655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655BA; }
p { color: rgb(166,85,186); }
H1.HeaderClassName
{
color: #A655BA;
}
.AnyTagClassName
{
color: #A655BA;
}
</style>
background-color css
<style>
a { background-color: #A655BA; }
a { background-color: rgb(166,85,186); }
div.DivClassName
{
background-color: #A655BA;
}
.BgClassName
{
background-color: #A655BA;
}
</style>
border-color css
<style>
span { border-color: #A655BA; }
span { border-color: rgb(166,85,186); }
td.TdClassName
{
border-color: #A655BA;
}
.TagClassName
{
border-color: #A655BA;
}
</style>