Shades of Deep Lilac #A65DBC
Tints of Deep Lilac #A65DBC
RGB
CMYK
RGB Variations
Color information
#A65DBC (or 0xA65DBC) is known color: Deep Lilac. HEX triplet: A6, 5D and BC. RGB value is (166,93,188). Sum of RGB (Red+Green+Blue) = 166+93+188=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A65DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DBC is #59A243. Grayscale: #7D7D7D. Windows color (decimal): -5874244 or 12344742. OLE color: 12344742.
HSL color Cylindrical-coordinate representation of color #A65DBC: hue angle of 286.11º 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 #A65DBC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 93 | 188 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.26 |
| HSL | 286.11º | 0.41% | 0.55% | - |
| HSV(B) | 286.11º | 0.51% | 0.74% | - |
| XYZ | 28.72 | 19.57 | 49.84 | - |
| YUV | 125.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 188 | 0.12 | 0.51 | 0 | 0.26 | 286.11 | 0.41 | 0.55 |
| Hex | A6 | 5D | BC | C | 33 | 0 | 1A | 11E | 29 | 37 |
| Octal | 246 | 135 | 274 | 14 | 63 | 0 | 32 | 436 | 51 | 67 |
| Binary | 10100110 | 1011101 | 10111100 | 1100 | 110011 | 0 | 11010 | 100011110 | 101001 | 110111 |
Color Harmonies of #A65DBC
Complementary color
Monochromatic Colors of #A65DBC
Black with #A65DBC
Text Example
Text Example
White with #A65DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DBC; }
p { color: rgb(166,93,188); }
H1.HeaderClassName
{
color: #A65DBC;
}
.AnyTagClassName
{
color: #A65DBC;
}
</style>
background-color css
<style>
a { background-color: #A65DBC; }
a { background-color: rgb(166,93,188); }
div.DivClassName
{
background-color: #A65DBC;
}
.BgClassName
{
background-color: #A65DBC;
}
</style>
border-color css
<style>
span { border-color: #A65DBC; }
span { border-color: rgb(166,93,188); }
td.TdClassName
{
border-color: #A65DBC;
}
.TagClassName
{
border-color: #A65DBC;
}
</style>