Shades of Deep Lilac #A44DBC
Tints of Deep Lilac #A44DBC
RGB
CMYK
RGB Variations
Color information
#A44DBC (or 0xA44DBC) is known color: Deep Lilac. HEX triplet: A4, 4D and BC. RGB value is (164,77,188). Sum of RGB (Red+Green+Blue) = 164+77+188=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #A44DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DBC is #5BB243. Grayscale: #737373. Windows color (decimal): -6009412 or 12340644. OLE color: 12340644.
HSL color Cylindrical-coordinate representation of color #A44DBC: hue angle of 287.03º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44DBC is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 77 | 188 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.26 |
| HSL | 287.03º | 0.45% | 0.52% | - |
| HSV(B) | 287.03º | 0.59% | 0.74% | - |
| XYZ | 27.04 | 16.83 | 49.4 | - |
| YUV | 115.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 188 | 0.13 | 0.59 | 0 | 0.26 | 287.03 | 0.45 | 0.52 |
| Hex | A4 | 4D | BC | D | 3B | 0 | 1A | 11F | 2D | 34 |
| Octal | 244 | 115 | 274 | 15 | 73 | 0 | 32 | 437 | 55 | 64 |
| Binary | 10100100 | 1001101 | 10111100 | 1101 | 111011 | 0 | 11010 | 100011111 | 101101 | 110100 |
Color Harmonies of #A44DBC
Complementary color
Monochromatic Colors of #A44DBC
Black with #A44DBC
Text Example
Text Example
White with #A44DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DBC; }
p { color: rgb(164,77,188); }
H1.HeaderClassName
{
color: #A44DBC;
}
.AnyTagClassName
{
color: #A44DBC;
}
</style>
background-color css
<style>
a { background-color: #A44DBC; }
a { background-color: rgb(164,77,188); }
div.DivClassName
{
background-color: #A44DBC;
}
.BgClassName
{
background-color: #A44DBC;
}
</style>
border-color css
<style>
span { border-color: #A44DBC; }
span { border-color: rgb(164,77,188); }
td.TdClassName
{
border-color: #A44DBC;
}
.TagClassName
{
border-color: #A44DBC;
}
</style>