Shades of Deep Lilac #A651BA
Tints of Deep Lilac #A651BA
RGB
CMYK
RGB Variations
Color information
#A651BA (or 0xA651BA) is known color: Deep Lilac. HEX triplet: A6, 51 and BA. RGB value is (166,81,186). Sum of RGB (Red+Green+Blue) = 166+81+186=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #A651BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651BA is #59AE45. Grayscale: #767676. Windows color (decimal): -5877318 or 12210598. OLE color: 12210598.
HSL color Cylindrical-coordinate representation of color #A651BA: hue angle of 288.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A651BA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 81 | 186 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.27 |
| HSL | 288.57º | 0.43% | 0.52% | - |
| HSV(B) | 288.57º | 0.56% | 0.73% | - |
| XYZ | 27.53 | 17.54 | 48.39 | - |
| YUV | 118.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 186 | 0.11 | 0.56 | 0 | 0.27 | 288.57 | 0.43 | 0.52 |
| Hex | A6 | 51 | BA | B | 38 | 0 | 1B | 121 | 2B | 34 |
| Octal | 246 | 121 | 272 | 13 | 70 | 0 | 33 | 441 | 53 | 64 |
| Binary | 10100110 | 1010001 | 10111010 | 1011 | 111000 | 0 | 11011 | 100100001 | 101011 | 110100 |
Color Harmonies of #A651BA
Complementary color
Monochromatic Colors of #A651BA
Black with #A651BA
Text Example
Text Example
White with #A651BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651BA; }
p { color: rgb(166,81,186); }
H1.HeaderClassName
{
color: #A651BA;
}
.AnyTagClassName
{
color: #A651BA;
}
</style>
background-color css
<style>
a { background-color: #A651BA; }
a { background-color: rgb(166,81,186); }
div.DivClassName
{
background-color: #A651BA;
}
.BgClassName
{
background-color: #A651BA;
}
</style>
border-color css
<style>
span { border-color: #A651BA; }
span { border-color: rgb(166,81,186); }
td.TdClassName
{
border-color: #A651BA;
}
.TagClassName
{
border-color: #A651BA;
}
</style>