Shades of Deep Lilac #A051BB
Tints of Deep Lilac #A051BB
RGB
CMYK
RGB Variations
Color information
#A051BB (or 0xA051BB) is known color: Deep Lilac. HEX triplet: A0, 51 and BB. RGB value is (160,81,187). Sum of RGB (Red+Green+Blue) = 160+81+187=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #A051BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051BB is #5FAE44. Grayscale: #747474. Windows color (decimal): -6270533 or 12276128. OLE color: 12276128.
HSL color Cylindrical-coordinate representation of color #A051BB: hue angle of 284.72º 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 #A051BB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 81 | 187 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.27 |
| HSL | 284.72º | 0.44% | 0.53% | - |
| HSV(B) | 284.72º | 0.57% | 0.73% | - |
| XYZ | 26.41 | 16.95 | 48.89 | - |
| YUV | 116.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 187 | 0.14 | 0.57 | 0 | 0.27 | 284.72 | 0.44 | 0.53 |
| Hex | A0 | 51 | BB | E | 39 | 0 | 1B | 11D | 2C | 35 |
| Octal | 240 | 121 | 273 | 16 | 71 | 0 | 33 | 435 | 54 | 65 |
| Binary | 10100000 | 1010001 | 10111011 | 1110 | 111001 | 0 | 11011 | 100011101 | 101100 | 110101 |
Color Harmonies of #A051BB
Complementary color
Monochromatic Colors of #A051BB
Black with #A051BB
Text Example
Text Example
White with #A051BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051BB; }
p { color: rgb(160,81,187); }
H1.HeaderClassName
{
color: #A051BB;
}
.AnyTagClassName
{
color: #A051BB;
}
</style>
background-color css
<style>
a { background-color: #A051BB; }
a { background-color: rgb(160,81,187); }
div.DivClassName
{
background-color: #A051BB;
}
.BgClassName
{
background-color: #A051BB;
}
</style>
border-color css
<style>
span { border-color: #A051BB; }
span { border-color: rgb(160,81,187); }
td.TdClassName
{
border-color: #A051BB;
}
.TagClassName
{
border-color: #A051BB;
}
</style>