Shades of Deep Lilac #A051D0
Tints of Deep Lilac #A051D0
RGB
CMYK
RGB Variations
Color information
#A051D0 (or 0xA051D0) is known color: Deep Lilac. HEX triplet: A0, 51 and D0. RGB value is (160,81,208). Sum of RGB (Red+Green+Blue) = 160+81+208=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #A051D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051D0 is #5FAE2F. Grayscale: #767676. Windows color (decimal): -6270512 or 13652384. OLE color: 13652384.
HSL color Cylindrical-coordinate representation of color #A051D0: hue angle of 277.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A051D0 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 81 | 208 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.18 |
| HSL | 277.32º | 0.57% | 0.57% | - |
| HSV(B) | 277.32º | 0.61% | 0.82% | - |
| XYZ | 28.82 | 17.91 | 61.61 | - |
| YUV | 119.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 208 | 0.23 | 0.61 | 0 | 0.18 | 277.32 | 0.57 | 0.57 |
| Hex | A0 | 51 | D0 | 17 | 3D | 0 | 12 | 115 | 39 | 39 |
| Octal | 240 | 121 | 320 | 27 | 75 | 0 | 22 | 425 | 71 | 71 |
| Binary | 10100000 | 1010001 | 11010000 | 10111 | 111101 | 0 | 10010 | 100010101 | 111001 | 111001 |
Color Harmonies of #A051D0
Complementary color
Monochromatic Colors of #A051D0
Black with #A051D0
Text Example
Text Example
White with #A051D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051D0; }
p { color: rgb(160,81,208); }
H1.HeaderClassName
{
color: #A051D0;
}
.AnyTagClassName
{
color: #A051D0;
}
</style>
background-color css
<style>
a { background-color: #A051D0; }
a { background-color: rgb(160,81,208); }
div.DivClassName
{
background-color: #A051D0;
}
.BgClassName
{
background-color: #A051D0;
}
</style>
border-color css
<style>
span { border-color: #A051D0; }
span { border-color: rgb(160,81,208); }
td.TdClassName
{
border-color: #A051D0;
}
.TagClassName
{
border-color: #A051D0;
}
</style>