Shades of Deep Lilac #A951BB
Tints of Deep Lilac #A951BB
RGB
CMYK
RGB Variations
Color information
#A951BB (or 0xA951BB) is known color: Deep Lilac. HEX triplet: A9, 51 and BB. RGB value is (169,81,187). Sum of RGB (Red+Green+Blue) = 169+81+187=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #A951BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951BB is #56AE44. Grayscale: #777777. Windows color (decimal): -5680709 or 12276137. OLE color: 12276137.
HSL color Cylindrical-coordinate representation of color #A951BB: hue angle of 289.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A951BB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 81 | 187 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.27 |
| HSL | 289.81º | 0.44% | 0.53% | - |
| HSV(B) | 289.81º | 0.57% | 0.73% | - |
| XYZ | 28.27 | 17.91 | 48.98 | - |
| YUV | 119.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 187 | 0.10 | 0.57 | 0 | 0.27 | 289.81 | 0.44 | 0.53 |
| Hex | A9 | 51 | BB | A | 39 | 0 | 1B | 122 | 2C | 35 |
| Octal | 251 | 121 | 273 | 12 | 71 | 0 | 33 | 442 | 54 | 65 |
| Binary | 10101001 | 1010001 | 10111011 | 1010 | 111001 | 0 | 11011 | 100100010 | 101100 | 110101 |
Color Harmonies of #A951BB
Complementary color
Monochromatic Colors of #A951BB
Black with #A951BB
Text Example
Text Example
White with #A951BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951BB; }
p { color: rgb(169,81,187); }
H1.HeaderClassName
{
color: #A951BB;
}
.AnyTagClassName
{
color: #A951BB;
}
</style>
background-color css
<style>
a { background-color: #A951BB; }
a { background-color: rgb(169,81,187); }
div.DivClassName
{
background-color: #A951BB;
}
.BgClassName
{
background-color: #A951BB;
}
</style>
border-color css
<style>
span { border-color: #A951BB; }
span { border-color: rgb(169,81,187); }
td.TdClassName
{
border-color: #A951BB;
}
.TagClassName
{
border-color: #A951BB;
}
</style>