Shades of Deep Lilac #A05EBB
Tints of Deep Lilac #A05EBB
RGB
CMYK
RGB Variations
Color information
#A05EBB (or 0xA05EBB) is known color: Deep Lilac. HEX triplet: A0, 5E and BB. RGB value is (160,94,187). Sum of RGB (Red+Green+Blue) = 160+94+187=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #A05EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EBB is #5FA144. Grayscale: #7C7C7C. Windows color (decimal): -6267205 or 12279456. OLE color: 12279456.
HSL color Cylindrical-coordinate representation of color #A05EBB: hue angle of 282.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05EBB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 94 | 187 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.27 |
| HSL | 282.58º | 0.41% | 0.55% | - |
| HSV(B) | 282.58º | 0.5% | 0.73% | - |
| XYZ | 27.47 | 19.07 | 49.25 | - |
| YUV | 124.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 187 | 0.14 | 0.50 | 0 | 0.27 | 282.58 | 0.41 | 0.55 |
| Hex | A0 | 5E | BB | E | 32 | 0 | 1B | 11B | 29 | 37 |
| Octal | 240 | 136 | 273 | 16 | 62 | 0 | 33 | 433 | 51 | 67 |
| Binary | 10100000 | 1011110 | 10111011 | 1110 | 110010 | 0 | 11011 | 100011011 | 101001 | 110111 |
Color Harmonies of #A05EBB
Complementary color
Monochromatic Colors of #A05EBB
Black with #A05EBB
Text Example
Text Example
White with #A05EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05EBB; }
p { color: rgb(160,94,187); }
H1.HeaderClassName
{
color: #A05EBB;
}
.AnyTagClassName
{
color: #A05EBB;
}
</style>
background-color css
<style>
a { background-color: #A05EBB; }
a { background-color: rgb(160,94,187); }
div.DivClassName
{
background-color: #A05EBB;
}
.BgClassName
{
background-color: #A05EBB;
}
</style>
border-color css
<style>
span { border-color: #A05EBB; }
span { border-color: rgb(160,94,187); }
td.TdClassName
{
border-color: #A05EBB;
}
.TagClassName
{
border-color: #A05EBB;
}
</style>