Shades of Deep Lilac #A65EBC
Tints of Deep Lilac #A65EBC
RGB
CMYK
RGB Variations
Color information
#A65EBC (or 0xA65EBC) is known color: Deep Lilac. HEX triplet: A6, 5E and BC. RGB value is (166,94,188). Sum of RGB (Red+Green+Blue) = 166+94+188=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A65EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EBC is #59A143. Grayscale: #7D7D7D. Windows color (decimal): -5873988 or 12344998. OLE color: 12344998.
HSL color Cylindrical-coordinate representation of color #A65EBC: hue angle of 285.96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65EBC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 94 | 188 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.26 |
| HSL | 285.96º | 0.41% | 0.55% | - |
| HSV(B) | 285.96º | 0.5% | 0.74% | - |
| XYZ | 28.81 | 19.74 | 49.87 | - |
| YUV | 126.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 188 | 0.12 | 0.50 | 0 | 0.26 | 285.96 | 0.41 | 0.55 |
| Hex | A6 | 5E | BC | C | 32 | 0 | 1A | 11E | 29 | 37 |
| Octal | 246 | 136 | 274 | 14 | 62 | 0 | 32 | 436 | 51 | 67 |
| Binary | 10100110 | 1011110 | 10111100 | 1100 | 110010 | 0 | 11010 | 100011110 | 101001 | 110111 |
Color Harmonies of #A65EBC
Complementary color
Monochromatic Colors of #A65EBC
Black with #A65EBC
Text Example
Text Example
White with #A65EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EBC; }
p { color: rgb(166,94,188); }
H1.HeaderClassName
{
color: #A65EBC;
}
.AnyTagClassName
{
color: #A65EBC;
}
</style>
background-color css
<style>
a { background-color: #A65EBC; }
a { background-color: rgb(166,94,188); }
div.DivClassName
{
background-color: #A65EBC;
}
.BgClassName
{
background-color: #A65EBC;
}
</style>
border-color css
<style>
span { border-color: #A65EBC; }
span { border-color: rgb(166,94,188); }
td.TdClassName
{
border-color: #A65EBC;
}
.TagClassName
{
border-color: #A65EBC;
}
</style>