Shades of Deep Lilac #A44DBB
Tints of Deep Lilac #A44DBB
RGB
CMYK
RGB Variations
Color information
#A44DBB (or 0xA44DBB) is known color: Deep Lilac. HEX triplet: A4, 4D and BB. RGB value is (164,77,187). Sum of RGB (Red+Green+Blue) = 164+77+187=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #A44DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DBB is #5BB244. Grayscale: #737373. Windows color (decimal): -6009413 or 12275108. OLE color: 12275108.
HSL color Cylindrical-coordinate representation of color #A44DBB: hue angle of 287.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44DBB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 77 | 187 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.27 |
| HSL | 287.45º | 0.45% | 0.52% | - |
| HSV(B) | 287.45º | 0.59% | 0.73% | - |
| XYZ | 26.93 | 16.79 | 48.83 | - |
| YUV | 115.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 187 | 0.12 | 0.59 | 0 | 0.27 | 287.45 | 0.45 | 0.52 |
| Hex | A4 | 4D | BB | C | 3B | 0 | 1B | 11F | 2D | 34 |
| Octal | 244 | 115 | 273 | 14 | 73 | 0 | 33 | 437 | 55 | 64 |
| Binary | 10100100 | 1001101 | 10111011 | 1100 | 111011 | 0 | 11011 | 100011111 | 101101 | 110100 |
Color Harmonies of #A44DBB
Complementary color
Monochromatic Colors of #A44DBB
Black with #A44DBB
Text Example
Text Example
White with #A44DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DBB; }
p { color: rgb(164,77,187); }
H1.HeaderClassName
{
color: #A44DBB;
}
.AnyTagClassName
{
color: #A44DBB;
}
</style>
background-color css
<style>
a { background-color: #A44DBB; }
a { background-color: rgb(164,77,187); }
div.DivClassName
{
background-color: #A44DBB;
}
.BgClassName
{
background-color: #A44DBB;
}
</style>
border-color css
<style>
span { border-color: #A44DBB; }
span { border-color: rgb(164,77,187); }
td.TdClassName
{
border-color: #A44DBB;
}
.TagClassName
{
border-color: #A44DBB;
}
</style>