Shades of Deep Lilac #A050AF
Tints of Deep Lilac #A050AF
RGB
CMYK
RGB Variations
Color information
#A050AF (or 0xA050AF) is known color: Deep Lilac. HEX triplet: A0, 50 and AF. RGB value is (160,80,175). Sum of RGB (Red+Green+Blue) = 160+80+175=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #A050AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A050AF is #5FAF50. Grayscale: #727272. Windows color (decimal): -6270801 or 11489440. OLE color: 11489440.
HSL color Cylindrical-coordinate representation of color #A050AF: hue angle of 290.53º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A050AF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 80 | 175 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.31 |
| HSL | 290.53º | 0.37% | 0.5% | - |
| HSV(B) | 290.53º | 0.54% | 0.69% | - |
| XYZ | 25.1 | 16.31 | 42.38 | - |
| YUV | 114.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 175 | 0.09 | 0.54 | 0 | 0.31 | 290.53 | 0.37 | 0.5 |
| Hex | A0 | 50 | AF | 9 | 36 | 0 | 1F | 123 | 25 | 32 |
| Octal | 240 | 120 | 257 | 11 | 66 | 0 | 37 | 443 | 45 | 62 |
| Binary | 10100000 | 1010000 | 10101111 | 1001 | 110110 | 0 | 11111 | 100100011 | 100101 | 110010 |
Color Harmonies of #A050AF
Complementary color
Monochromatic Colors of #A050AF
Black with #A050AF
Text Example
Text Example
White with #A050AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050AF; }
p { color: rgb(160,80,175); }
H1.HeaderClassName
{
color: #A050AF;
}
.AnyTagClassName
{
color: #A050AF;
}
</style>
background-color css
<style>
a { background-color: #A050AF; }
a { background-color: rgb(160,80,175); }
div.DivClassName
{
background-color: #A050AF;
}
.BgClassName
{
background-color: #A050AF;
}
</style>
border-color css
<style>
span { border-color: #A050AF; }
span { border-color: rgb(160,80,175); }
td.TdClassName
{
border-color: #A050AF;
}
.TagClassName
{
border-color: #A050AF;
}
</style>