Shades of Deep Lilac #A05DBE
Tints of Deep Lilac #A05DBE
RGB
CMYK
RGB Variations
Color information
#A05DBE (or 0xA05DBE) is known color: Deep Lilac. HEX triplet: A0, 5D and BE. RGB value is (160,93,190). Sum of RGB (Red+Green+Blue) = 160+93+190=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #A05DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DBE is #5FA241. Grayscale: #7B7B7B. Windows color (decimal): -6267458 or 12475808. OLE color: 12475808.
HSL color Cylindrical-coordinate representation of color #A05DBE: hue angle of 281.44º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05DBE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 93 | 190 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.25 |
| HSL | 281.44º | 0.43% | 0.55% | - |
| HSV(B) | 281.44º | 0.51% | 0.75% | - |
| XYZ | 27.71 | 19.02 | 50.93 | - |
| YUV | 124.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 190 | 0.16 | 0.51 | 0 | 0.25 | 281.44 | 0.43 | 0.55 |
| Hex | A0 | 5D | BE | 10 | 33 | 0 | 19 | 119 | 2B | 37 |
| Octal | 240 | 135 | 276 | 20 | 63 | 0 | 31 | 431 | 53 | 67 |
| Binary | 10100000 | 1011101 | 10111110 | 10000 | 110011 | 0 | 11001 | 100011001 | 101011 | 110111 |
Color Harmonies of #A05DBE
Complementary color
Monochromatic Colors of #A05DBE
Black with #A05DBE
Text Example
Text Example
White with #A05DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DBE; }
p { color: rgb(160,93,190); }
H1.HeaderClassName
{
color: #A05DBE;
}
.AnyTagClassName
{
color: #A05DBE;
}
</style>
background-color css
<style>
a { background-color: #A05DBE; }
a { background-color: rgb(160,93,190); }
div.DivClassName
{
background-color: #A05DBE;
}
.BgClassName
{
background-color: #A05DBE;
}
</style>
border-color css
<style>
span { border-color: #A05DBE; }
span { border-color: rgb(160,93,190); }
td.TdClassName
{
border-color: #A05DBE;
}
.TagClassName
{
border-color: #A05DBE;
}
</style>