Shades of Deep Lilac #A05DBC
Tints of Deep Lilac #A05DBC
RGB
CMYK
RGB Variations
Color information
#A05DBC (or 0xA05DBC) is known color: Deep Lilac. HEX triplet: A0, 5D and BC. RGB value is (160,93,188). Sum of RGB (Red+Green+Blue) = 160+93+188=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A05DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBC is #5FA243. Grayscale: #7B7B7B. Windows color (decimal): -6267460 or 12344736. OLE color: 12344736.
HSL color Cylindrical-coordinate representation of color #A05DBC: hue angle of 282.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05DBC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 93 | 188 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.26 |
| HSL | 282.32º | 0.41% | 0.55% | - |
| HSV(B) | 282.32º | 0.51% | 0.74% | - |
| XYZ | 27.49 | 18.93 | 49.78 | - |
| YUV | 123.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 188 | 0.15 | 0.51 | 0 | 0.26 | 282.32 | 0.41 | 0.55 |
| Hex | A0 | 5D | BC | F | 33 | 0 | 1A | 11A | 29 | 37 |
| Octal | 240 | 135 | 274 | 17 | 63 | 0 | 32 | 432 | 51 | 67 |
| Binary | 10100000 | 1011101 | 10111100 | 1111 | 110011 | 0 | 11010 | 100011010 | 101001 | 110111 |
Color Harmonies of #A05DBC
Complementary color
Monochromatic Colors of #A05DBC
Black with #A05DBC
Text Example
Text Example
White with #A05DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DBC; }
p { color: rgb(160,93,188); }
H1.HeaderClassName
{
color: #A05DBC;
}
.AnyTagClassName
{
color: #A05DBC;
}
</style>
background-color css
<style>
a { background-color: #A05DBC; }
a { background-color: rgb(160,93,188); }
div.DivClassName
{
background-color: #A05DBC;
}
.BgClassName
{
background-color: #A05DBC;
}
</style>
border-color css
<style>
span { border-color: #A05DBC; }
span { border-color: rgb(160,93,188); }
td.TdClassName
{
border-color: #A05DBC;
}
.TagClassName
{
border-color: #A05DBC;
}
</style>