Shades of Deep Lilac #A05FB1
Tints of Deep Lilac #A05FB1
RGB
CMYK
RGB Variations
Color information
#A05FB1 (or 0xA05FB1) is known color: Deep Lilac. HEX triplet: A0, 5F and B1. RGB value is (160,95,177). Sum of RGB (Red+Green+Blue) = 160+95+177=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #A05FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05FB1 is #5FA04E. Grayscale: #7B7B7B. Windows color (decimal): -6266959 or 11624352. OLE color: 11624352.
HSL color Cylindrical-coordinate representation of color #A05FB1: hue angle of 287.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05FB1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 95 | 177 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.31 |
| HSL | 287.56º | 0.34% | 0.53% | - |
| HSV(B) | 287.56º | 0.46% | 0.69% | - |
| XYZ | 26.53 | 18.83 | 43.83 | - |
| YUV | 123.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 177 | 0.10 | 0.46 | 0 | 0.31 | 287.56 | 0.34 | 0.53 |
| Hex | A0 | 5F | B1 | A | 2E | 0 | 1F | 120 | 22 | 35 |
| Octal | 240 | 137 | 261 | 12 | 56 | 0 | 37 | 440 | 42 | 65 |
| Binary | 10100000 | 1011111 | 10110001 | 1010 | 101110 | 0 | 11111 | 100100000 | 100010 | 110101 |
Color Harmonies of #A05FB1
Complementary color
Monochromatic Colors of #A05FB1
Black with #A05FB1
Text Example
Text Example
White with #A05FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FB1; }
p { color: rgb(160,95,177); }
H1.HeaderClassName
{
color: #A05FB1;
}
.AnyTagClassName
{
color: #A05FB1;
}
</style>
background-color css
<style>
a { background-color: #A05FB1; }
a { background-color: rgb(160,95,177); }
div.DivClassName
{
background-color: #A05FB1;
}
.BgClassName
{
background-color: #A05FB1;
}
</style>
border-color css
<style>
span { border-color: #A05FB1; }
span { border-color: rgb(160,95,177); }
td.TdClassName
{
border-color: #A05FB1;
}
.TagClassName
{
border-color: #A05FB1;
}
</style>