Shades of Deep Lilac #A051CD
Tints of Deep Lilac #A051CD
RGB
CMYK
RGB Variations
Color information
#A051CD (or 0xA051CD) is known color: Deep Lilac. HEX triplet: A0, 51 and CD. RGB value is (160,81,205). Sum of RGB (Red+Green+Blue) = 160+81+205=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #A051CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051CD is #5FAE32. Grayscale: #767676. Windows color (decimal): -6270515 or 13455776. OLE color: 13455776.
HSL color Cylindrical-coordinate representation of color #A051CD: hue angle of 278.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A051CD is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 81 | 205 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.20 |
| HSL | 278.23º | 0.55% | 0.56% | - |
| HSV(B) | 278.23º | 0.6% | 0.8% | - |
| XYZ | 28.46 | 17.77 | 59.69 | - |
| YUV | 118.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 205 | 0.22 | 0.60 | 0 | 0.20 | 278.23 | 0.55 | 0.56 |
| Hex | A0 | 51 | CD | 16 | 3C | 0 | 14 | 116 | 37 | 38 |
| Octal | 240 | 121 | 315 | 26 | 74 | 0 | 24 | 426 | 67 | 70 |
| Binary | 10100000 | 1010001 | 11001101 | 10110 | 111100 | 0 | 10100 | 100010110 | 110111 | 111000 |
Color Harmonies of #A051CD
Complementary color
Monochromatic Colors of #A051CD
Black with #A051CD
Text Example
Text Example
White with #A051CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051CD; }
p { color: rgb(160,81,205); }
H1.HeaderClassName
{
color: #A051CD;
}
.AnyTagClassName
{
color: #A051CD;
}
</style>
background-color css
<style>
a { background-color: #A051CD; }
a { background-color: rgb(160,81,205); }
div.DivClassName
{
background-color: #A051CD;
}
.BgClassName
{
background-color: #A051CD;
}
</style>
border-color css
<style>
span { border-color: #A051CD; }
span { border-color: rgb(160,81,205); }
td.TdClassName
{
border-color: #A051CD;
}
.TagClassName
{
border-color: #A051CD;
}
</style>