Shades of Deep Lilac #A151BB
Tints of Deep Lilac #A151BB
RGB
CMYK
RGB Variations
Color information
#A151BB (or 0xA151BB) is known color: Deep Lilac. HEX triplet: A1, 51 and BB. RGB value is (161,81,187). Sum of RGB (Red+Green+Blue) = 161+81+187=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #A151BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151BB is #5EAE44. Grayscale: #747474. Windows color (decimal): -6204997 or 12276129. OLE color: 12276129.
HSL color Cylindrical-coordinate representation of color #A151BB: hue angle of 285.28º 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 #A151BB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 81 | 187 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.27 |
| HSL | 285.28º | 0.44% | 0.53% | - |
| HSV(B) | 285.28º | 0.57% | 0.73% | - |
| XYZ | 26.61 | 17.05 | 48.9 | - |
| YUV | 117 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 187 | 0.14 | 0.57 | 0 | 0.27 | 285.28 | 0.44 | 0.53 |
| Hex | A1 | 51 | BB | E | 39 | 0 | 1B | 11D | 2C | 35 |
| Octal | 241 | 121 | 273 | 16 | 71 | 0 | 33 | 435 | 54 | 65 |
| Binary | 10100001 | 1010001 | 10111011 | 1110 | 111001 | 0 | 11011 | 100011101 | 101100 | 110101 |
Color Harmonies of #A151BB
Complementary color
Monochromatic Colors of #A151BB
Black with #A151BB
Text Example
Text Example
White with #A151BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151BB; }
p { color: rgb(161,81,187); }
H1.HeaderClassName
{
color: #A151BB;
}
.AnyTagClassName
{
color: #A151BB;
}
</style>
background-color css
<style>
a { background-color: #A151BB; }
a { background-color: rgb(161,81,187); }
div.DivClassName
{
background-color: #A151BB;
}
.BgClassName
{
background-color: #A151BB;
}
</style>
border-color css
<style>
span { border-color: #A151BB; }
span { border-color: rgb(161,81,187); }
td.TdClassName
{
border-color: #A151BB;
}
.TagClassName
{
border-color: #A151BB;
}
</style>