Shades of Deep Lilac #A44DBD
Tints of Deep Lilac #A44DBD
RGB
CMYK
RGB Variations
Color information
#A44DBD (or 0xA44DBD) is known color: Deep Lilac. HEX triplet: A4, 4D and BD. RGB value is (164,77,189). Sum of RGB (Red+Green+Blue) = 164+77+189=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #A44DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DBD is #5BB242. Grayscale: #737373. Windows color (decimal): -6009411 or 12406180. OLE color: 12406180.
HSL color Cylindrical-coordinate representation of color #A44DBD: hue angle of 286.61º degrees, saturation: 0.46, 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 #A44DBD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 77 | 189 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.26 |
| HSL | 286.61º | 0.46% | 0.52% | - |
| HSV(B) | 286.61º | 0.59% | 0.74% | - |
| XYZ | 27.15 | 16.87 | 49.97 | - |
| YUV | 115.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 189 | 0.13 | 0.59 | 0 | 0.26 | 286.61 | 0.46 | 0.52 |
| Hex | A4 | 4D | BD | D | 3B | 0 | 1A | 11F | 2E | 34 |
| Octal | 244 | 115 | 275 | 15 | 73 | 0 | 32 | 437 | 56 | 64 |
| Binary | 10100100 | 1001101 | 10111101 | 1101 | 111011 | 0 | 11010 | 100011111 | 101110 | 110100 |
Color Harmonies of #A44DBD
Complementary color
Monochromatic Colors of #A44DBD
Black with #A44DBD
Text Example
Text Example
White with #A44DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44DBD; }
p { color: rgb(164,77,189); }
H1.HeaderClassName
{
color: #A44DBD;
}
.AnyTagClassName
{
color: #A44DBD;
}
</style>
background-color css
<style>
a { background-color: #A44DBD; }
a { background-color: rgb(164,77,189); }
div.DivClassName
{
background-color: #A44DBD;
}
.BgClassName
{
background-color: #A44DBD;
}
</style>
border-color css
<style>
span { border-color: #A44DBD; }
span { border-color: rgb(164,77,189); }
td.TdClassName
{
border-color: #A44DBD;
}
.TagClassName
{
border-color: #A44DBD;
}
</style>