Shades of Deep Lilac #A050AD
Tints of Deep Lilac #A050AD
RGB
CMYK
RGB Variations
Color information
#A050AD (or 0xA050AD) is known color: Deep Lilac. HEX triplet: A0, 50 and AD. RGB value is (160,80,173). Sum of RGB (Red+Green+Blue) = 160+80+173=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #A050AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A050AD is #5FAF52. Grayscale: #727272. Windows color (decimal): -6270803 or 11358368. OLE color: 11358368.
HSL color Cylindrical-coordinate representation of color #A050AD: hue angle of 291.61º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A050AD is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 80 | 173 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.32 |
| HSL | 291.61º | 0.37% | 0.5% | - |
| HSV(B) | 291.61º | 0.54% | 0.68% | - |
| XYZ | 24.91 | 16.23 | 41.35 | - |
| YUV | 114.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 173 | 0.08 | 0.54 | 0 | 0.32 | 291.61 | 0.37 | 0.5 |
| Hex | A0 | 50 | AD | 8 | 36 | 0 | 20 | 124 | 25 | 32 |
| Octal | 240 | 120 | 255 | 10 | 66 | 0 | 40 | 444 | 45 | 62 |
| Binary | 10100000 | 1010000 | 10101101 | 1000 | 110110 | 0 | 100000 | 100100100 | 100101 | 110010 |
Color Harmonies of #A050AD
Complementary color
Monochromatic Colors of #A050AD
Black with #A050AD
Text Example
Text Example
White with #A050AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050AD; }
p { color: rgb(160,80,173); }
H1.HeaderClassName
{
color: #A050AD;
}
.AnyTagClassName
{
color: #A050AD;
}
</style>
background-color css
<style>
a { background-color: #A050AD; }
a { background-color: rgb(160,80,173); }
div.DivClassName
{
background-color: #A050AD;
}
.BgClassName
{
background-color: #A050AD;
}
</style>
border-color css
<style>
span { border-color: #A050AD; }
span { border-color: rgb(160,80,173); }
td.TdClassName
{
border-color: #A050AD;
}
.TagClassName
{
border-color: #A050AD;
}
</style>