Shades of Deep Lilac #A05FC1
Tints of Deep Lilac #A05FC1
RGB
CMYK
RGB Variations
Color information
#A05FC1 (or 0xA05FC1) is known color: Deep Lilac. HEX triplet: A0, 5F and C1. RGB value is (160,95,193). Sum of RGB (Red+Green+Blue) = 160+95+193=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #A05FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FC1 is #5FA03E. Grayscale: #7D7D7D. Windows color (decimal): -6266943 or 12672928. OLE color: 12672928.
HSL color Cylindrical-coordinate representation of color #A05FC1: hue angle of 279.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05FC1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 95 | 193 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.24 |
| HSL | 279.8º | 0.44% | 0.56% | - |
| HSV(B) | 279.8º | 0.51% | 0.76% | - |
| XYZ | 28.22 | 19.51 | 52.73 | - |
| YUV | 125.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 193 | 0.17 | 0.51 | 0 | 0.24 | 279.8 | 0.44 | 0.56 |
| Hex | A0 | 5F | C1 | 11 | 33 | 0 | 18 | 118 | 2C | 38 |
| Octal | 240 | 137 | 301 | 21 | 63 | 0 | 30 | 430 | 54 | 70 |
| Binary | 10100000 | 1011111 | 11000001 | 10001 | 110011 | 0 | 11000 | 100011000 | 101100 | 111000 |
Color Harmonies of #A05FC1
Complementary color
Monochromatic Colors of #A05FC1
Black with #A05FC1
Text Example
Text Example
White with #A05FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FC1; }
p { color: rgb(160,95,193); }
H1.HeaderClassName
{
color: #A05FC1;
}
.AnyTagClassName
{
color: #A05FC1;
}
</style>
background-color css
<style>
a { background-color: #A05FC1; }
a { background-color: rgb(160,95,193); }
div.DivClassName
{
background-color: #A05FC1;
}
.BgClassName
{
background-color: #A05FC1;
}
</style>
border-color css
<style>
span { border-color: #A05FC1; }
span { border-color: rgb(160,95,193); }
td.TdClassName
{
border-color: #A05FC1;
}
.TagClassName
{
border-color: #A05FC1;
}
</style>