Shades of Deep Lilac #A05FBC
Tints of Deep Lilac #A05FBC
RGB
CMYK
RGB Variations
Color information
#A05FBC (or 0xA05FBC) is known color: Deep Lilac. HEX triplet: A0, 5F and BC. RGB value is (160,95,188). Sum of RGB (Red+Green+Blue) = 160+95+188=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #A05FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FBC is #5FA043. Grayscale: #7C7C7C. Windows color (decimal): -6266948 or 12345248. OLE color: 12345248.
HSL color Cylindrical-coordinate representation of color #A05FBC: hue angle of 281.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05FBC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 95 | 188 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.26 |
| HSL | 281.94º | 0.41% | 0.55% | - |
| HSV(B) | 281.94º | 0.49% | 0.74% | - |
| XYZ | 27.67 | 19.29 | 49.84 | - |
| YUV | 125.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 188 | 0.15 | 0.49 | 0 | 0.26 | 281.94 | 0.41 | 0.55 |
| Hex | A0 | 5F | BC | F | 31 | 0 | 1A | 11A | 29 | 37 |
| Octal | 240 | 137 | 274 | 17 | 61 | 0 | 32 | 432 | 51 | 67 |
| Binary | 10100000 | 1011111 | 10111100 | 1111 | 110001 | 0 | 11010 | 100011010 | 101001 | 110111 |
Color Harmonies of #A05FBC
Complementary color
Monochromatic Colors of #A05FBC
Black with #A05FBC
Text Example
Text Example
White with #A05FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FBC; }
p { color: rgb(160,95,188); }
H1.HeaderClassName
{
color: #A05FBC;
}
.AnyTagClassName
{
color: #A05FBC;
}
</style>
background-color css
<style>
a { background-color: #A05FBC; }
a { background-color: rgb(160,95,188); }
div.DivClassName
{
background-color: #A05FBC;
}
.BgClassName
{
background-color: #A05FBC;
}
</style>
border-color css
<style>
span { border-color: #A05FBC; }
span { border-color: rgb(160,95,188); }
td.TdClassName
{
border-color: #A05FBC;
}
.TagClassName
{
border-color: #A05FBC;
}
</style>