Shades of Deep Lilac #A44CB4
Tints of Deep Lilac #A44CB4
RGB
CMYK
RGB Variations
Color information
#A44CB4 (or 0xA44CB4) is known color: Deep Lilac. HEX triplet: A4, 4C and B4. RGB value is (164,76,180). Sum of RGB (Red+Green+Blue) = 164+76+180=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #A44CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CB4 is #5BB34B. Grayscale: #717171. Windows color (decimal): -6009676 or 11816100. OLE color: 11816100.
HSL color Cylindrical-coordinate representation of color #A44CB4: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44CB4 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 76 | 180 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.29 |
| HSL | 290.77º | 0.41% | 0.5% | - |
| HSV(B) | 290.77º | 0.58% | 0.71% | - |
| XYZ | 26.13 | 16.36 | 44.96 | - |
| YUV | 114.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 180 | 0.09 | 0.58 | 0 | 0.29 | 290.77 | 0.41 | 0.5 |
| Hex | A4 | 4C | B4 | 9 | 3A | 0 | 1D | 123 | 29 | 32 |
| Octal | 244 | 114 | 264 | 11 | 72 | 0 | 35 | 443 | 51 | 62 |
| Binary | 10100100 | 1001100 | 10110100 | 1001 | 111010 | 0 | 11101 | 100100011 | 101001 | 110010 |
Color Harmonies of #A44CB4
Complementary color
Monochromatic Colors of #A44CB4
Black with #A44CB4
Text Example
Text Example
White with #A44CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CB4; }
p { color: rgb(164,76,180); }
H1.HeaderClassName
{
color: #A44CB4;
}
.AnyTagClassName
{
color: #A44CB4;
}
</style>
background-color css
<style>
a { background-color: #A44CB4; }
a { background-color: rgb(164,76,180); }
div.DivClassName
{
background-color: #A44CB4;
}
.BgClassName
{
background-color: #A44CB4;
}
</style>
border-color css
<style>
span { border-color: #A44CB4; }
span { border-color: rgb(164,76,180); }
td.TdClassName
{
border-color: #A44CB4;
}
.TagClassName
{
border-color: #A44CB4;
}
</style>