Shades of Deep Lilac #A951BA
Tints of Deep Lilac #A951BA
RGB
CMYK
RGB Variations
Color information
#A951BA (or 0xA951BA) is known color: Deep Lilac. HEX triplet: A9, 51 and BA. RGB value is (169,81,186). Sum of RGB (Red+Green+Blue) = 169+81+186=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 81 (32.03% from 255 or 18.58% 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 #A951BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951BA is #56AE45. Grayscale: #767676. Windows color (decimal): -5680710 or 12210601. OLE color: 12210601.
HSL color Cylindrical-coordinate representation of color #A951BA: hue angle of 290.29º 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 #A951BA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 81 | 186 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.27 |
| HSL | 290.29º | 0.43% | 0.52% | - |
| HSV(B) | 290.29º | 0.56% | 0.73% | - |
| XYZ | 28.17 | 17.87 | 48.42 | - |
| YUV | 119.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 186 | 0.09 | 0.56 | 0 | 0.27 | 290.29 | 0.43 | 0.52 |
| Hex | A9 | 51 | BA | 9 | 38 | 0 | 1B | 122 | 2B | 34 |
| Octal | 251 | 121 | 272 | 11 | 70 | 0 | 33 | 442 | 53 | 64 |
| Binary | 10101001 | 1010001 | 10111010 | 1001 | 111000 | 0 | 11011 | 100100010 | 101011 | 110100 |
Color Harmonies of #A951BA
Complementary color
Monochromatic Colors of #A951BA
Black with #A951BA
Text Example
Text Example
White with #A951BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951BA; }
p { color: rgb(169,81,186); }
H1.HeaderClassName
{
color: #A951BA;
}
.AnyTagClassName
{
color: #A951BA;
}
</style>
background-color css
<style>
a { background-color: #A951BA; }
a { background-color: rgb(169,81,186); }
div.DivClassName
{
background-color: #A951BA;
}
.BgClassName
{
background-color: #A951BA;
}
</style>
border-color css
<style>
span { border-color: #A951BA; }
span { border-color: rgb(169,81,186); }
td.TdClassName
{
border-color: #A951BA;
}
.TagClassName
{
border-color: #A951BA;
}
</style>