Shades of Deep Lilac #A051CF
Tints of Deep Lilac #A051CF
RGB
CMYK
RGB Variations
Color information
#A051CF (or 0xA051CF) is known color: Deep Lilac. HEX triplet: A0, 51 and CF. RGB value is (160,81,207). Sum of RGB (Red+Green+Blue) = 160+81+207=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #A051CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051CF is #5FAE30. Grayscale: #767676. Windows color (decimal): -6270513 or 13586848. OLE color: 13586848.
HSL color Cylindrical-coordinate representation of color #A051CF: hue angle of 277.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A051CF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 81 | 207 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.19 |
| HSL | 277.62º | 0.57% | 0.56% | - |
| HSV(B) | 277.62º | 0.61% | 0.81% | - |
| XYZ | 28.7 | 17.86 | 60.97 | - |
| YUV | 118.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 207 | 0.23 | 0.61 | 0 | 0.19 | 277.62 | 0.57 | 0.56 |
| Hex | A0 | 51 | CF | 17 | 3D | 0 | 13 | 116 | 39 | 38 |
| Octal | 240 | 121 | 317 | 27 | 75 | 0 | 23 | 426 | 71 | 70 |
| Binary | 10100000 | 1010001 | 11001111 | 10111 | 111101 | 0 | 10011 | 100010110 | 111001 | 111000 |
Color Harmonies of #A051CF
Complementary color
Monochromatic Colors of #A051CF
Black with #A051CF
Text Example
Text Example
White with #A051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051CF; }
p { color: rgb(160,81,207); }
H1.HeaderClassName
{
color: #A051CF;
}
.AnyTagClassName
{
color: #A051CF;
}
</style>
background-color css
<style>
a { background-color: #A051CF; }
a { background-color: rgb(160,81,207); }
div.DivClassName
{
background-color: #A051CF;
}
.BgClassName
{
background-color: #A051CF;
}
</style>
border-color css
<style>
span { border-color: #A051CF; }
span { border-color: rgb(160,81,207); }
td.TdClassName
{
border-color: #A051CF;
}
.TagClassName
{
border-color: #A051CF;
}
</style>