Shades of Deep Lilac #A050CF
Tints of Deep Lilac #A050CF
RGB
CMYK
RGB Variations
Color information
#A050CF (or 0xA050CF) is known color: Deep Lilac. HEX triplet: A0, 50 and CF. RGB value is (160,80,207). Sum of RGB (Red+Green+Blue) = 160+80+207=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A050CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050CF is #5FAF30. Grayscale: #757575. Windows color (decimal): -6270769 or 13586592. OLE color: 13586592.
HSL color Cylindrical-coordinate representation of color #A050CF: hue angle of 277.8º 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 #A050CF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 80 | 207 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.19 |
| HSL | 277.8º | 0.57% | 0.56% | - |
| HSV(B) | 277.8º | 0.61% | 0.81% | - |
| XYZ | 28.63 | 17.72 | 60.94 | - |
| YUV | 118.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 207 | 0.23 | 0.61 | 0 | 0.19 | 277.8 | 0.57 | 0.56 |
| Hex | A0 | 50 | CF | 17 | 3D | 0 | 13 | 116 | 39 | 38 |
| Octal | 240 | 120 | 317 | 27 | 75 | 0 | 23 | 426 | 71 | 70 |
| Binary | 10100000 | 1010000 | 11001111 | 10111 | 111101 | 0 | 10011 | 100010110 | 111001 | 111000 |
Color Harmonies of #A050CF
Complementary color
Monochromatic Colors of #A050CF
Black with #A050CF
Text Example
Text Example
White with #A050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050CF; }
p { color: rgb(160,80,207); }
H1.HeaderClassName
{
color: #A050CF;
}
.AnyTagClassName
{
color: #A050CF;
}
</style>
background-color css
<style>
a { background-color: #A050CF; }
a { background-color: rgb(160,80,207); }
div.DivClassName
{
background-color: #A050CF;
}
.BgClassName
{
background-color: #A050CF;
}
</style>
border-color css
<style>
span { border-color: #A050CF; }
span { border-color: rgb(160,80,207); }
td.TdClassName
{
border-color: #A050CF;
}
.TagClassName
{
border-color: #A050CF;
}
</style>