Shades of Deep Lilac #A05CC0
Tints of Deep Lilac #A05CC0
RGB
CMYK
RGB Variations
Color information
#A05CC0 (or 0xA05CC0) is known color: Deep Lilac. HEX triplet: A0, 5C and C0. RGB value is (160,92,192). Sum of RGB (Red+Green+Blue) = 160+92+192=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #A05CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CC0 is #5FA33F. Grayscale: #7B7B7B. Windows color (decimal): -6267712 or 12606624. OLE color: 12606624.
HSL color Cylindrical-coordinate representation of color #A05CC0: hue angle of 280.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05CC0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 92 | 192 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.25 |
| HSL | 280.8º | 0.44% | 0.56% | - |
| HSV(B) | 280.8º | 0.52% | 0.75% | - |
| XYZ | 27.84 | 18.93 | 52.06 | - |
| YUV | 123.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 192 | 0.17 | 0.52 | 0 | 0.25 | 280.8 | 0.44 | 0.56 |
| Hex | A0 | 5C | C0 | 11 | 34 | 0 | 19 | 119 | 2C | 38 |
| Octal | 240 | 134 | 300 | 21 | 64 | 0 | 31 | 431 | 54 | 70 |
| Binary | 10100000 | 1011100 | 11000000 | 10001 | 110100 | 0 | 11001 | 100011001 | 101100 | 111000 |
Color Harmonies of #A05CC0
Complementary color
Monochromatic Colors of #A05CC0
Black with #A05CC0
Text Example
Text Example
White with #A05CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CC0; }
p { color: rgb(160,92,192); }
H1.HeaderClassName
{
color: #A05CC0;
}
.AnyTagClassName
{
color: #A05CC0;
}
</style>
background-color css
<style>
a { background-color: #A05CC0; }
a { background-color: rgb(160,92,192); }
div.DivClassName
{
background-color: #A05CC0;
}
.BgClassName
{
background-color: #A05CC0;
}
</style>
border-color css
<style>
span { border-color: #A05CC0; }
span { border-color: rgb(160,92,192); }
td.TdClassName
{
border-color: #A05CC0;
}
.TagClassName
{
border-color: #A05CC0;
}
</style>