Shades of Deep Lilac #A44BB9
Tints of Deep Lilac #A44BB9
RGB
CMYK
RGB Variations
Color information
#A44BB9 (or 0xA44BB9) is known color: Deep Lilac. HEX triplet: A4, 4B and B9. RGB value is (164,75,185). Sum of RGB (Red+Green+Blue) = 164+75+185=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #A44BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BB9 is #5BB446. Grayscale: #717171. Windows color (decimal): -6009927 or 12143524. OLE color: 12143524.
HSL color Cylindrical-coordinate representation of color #A44BB9: hue angle of 288.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44BB9 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 75 | 185 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.27 |
| HSL | 288.55º | 0.44% | 0.51% | - |
| HSV(B) | 288.55º | 0.59% | 0.73% | - |
| XYZ | 26.58 | 16.43 | 47.67 | - |
| YUV | 114.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 185 | 0.11 | 0.59 | 0 | 0.27 | 288.55 | 0.44 | 0.51 |
| Hex | A4 | 4B | B9 | B | 3B | 0 | 1B | 121 | 2C | 33 |
| Octal | 244 | 113 | 271 | 13 | 73 | 0 | 33 | 441 | 54 | 63 |
| Binary | 10100100 | 1001011 | 10111001 | 1011 | 111011 | 0 | 11011 | 100100001 | 101100 | 110011 |
Color Harmonies of #A44BB9
Complementary color
Monochromatic Colors of #A44BB9
Black with #A44BB9
Text Example
Text Example
White with #A44BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BB9; }
p { color: rgb(164,75,185); }
H1.HeaderClassName
{
color: #A44BB9;
}
.AnyTagClassName
{
color: #A44BB9;
}
</style>
background-color css
<style>
a { background-color: #A44BB9; }
a { background-color: rgb(164,75,185); }
div.DivClassName
{
background-color: #A44BB9;
}
.BgClassName
{
background-color: #A44BB9;
}
</style>
border-color css
<style>
span { border-color: #A44BB9; }
span { border-color: rgb(164,75,185); }
td.TdClassName
{
border-color: #A44BB9;
}
.TagClassName
{
border-color: #A44BB9;
}
</style>