Shades of Deep Lilac #A44DB1
Tints of Deep Lilac #A44DB1
RGB
CMYK
RGB Variations
Color information
#A44DB1 (or 0xA44DB1) is known color: Deep Lilac. HEX triplet: A4, 4D and B1. RGB value is (164,77,177). Sum of RGB (Red+Green+Blue) = 164+77+177=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #A44DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44DB1 is #5BB24E. Grayscale: #727272. Windows color (decimal): -6009423 or 11619748. OLE color: 11619748.
HSL color Cylindrical-coordinate representation of color #A44DB1: hue angle of 292.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44DB1 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 77 | 177 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.31 |
| HSL | 292.2º | 0.39% | 0.5% | - |
| HSV(B) | 292.2º | 0.56% | 0.69% | - |
| XYZ | 25.9 | 16.37 | 43.39 | - |
| YUV | 114.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 177 | 0.07 | 0.56 | 0 | 0.31 | 292.2 | 0.39 | 0.5 |
| Hex | A4 | 4D | B1 | 7 | 38 | 0 | 1F | 124 | 27 | 32 |
| Octal | 244 | 115 | 261 | 7 | 70 | 0 | 37 | 444 | 47 | 62 |
| Binary | 10100100 | 1001101 | 10110001 | 111 | 111000 | 0 | 11111 | 100100100 | 100111 | 110010 |
Color Harmonies of #A44DB1
Complementary color
Monochromatic Colors of #A44DB1
Black with #A44DB1
Text Example
Text Example
White with #A44DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DB1; }
p { color: rgb(164,77,177); }
H1.HeaderClassName
{
color: #A44DB1;
}
.AnyTagClassName
{
color: #A44DB1;
}
</style>
background-color css
<style>
a { background-color: #A44DB1; }
a { background-color: rgb(164,77,177); }
div.DivClassName
{
background-color: #A44DB1;
}
.BgClassName
{
background-color: #A44DB1;
}
</style>
border-color css
<style>
span { border-color: #A44DB1; }
span { border-color: rgb(164,77,177); }
td.TdClassName
{
border-color: #A44DB1;
}
.TagClassName
{
border-color: #A44DB1;
}
</style>