Shades of Deep Lilac #A44BB7
Tints of Deep Lilac #A44BB7
RGB
CMYK
RGB Variations
Color information
#A44BB7 (or 0xA44BB7) is known color: Deep Lilac. HEX triplet: A4, 4B and B7. RGB value is (164,75,183). Sum of RGB (Red+Green+Blue) = 164+75+183=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #A44BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BB7 is #5BB448. Grayscale: #717171. Windows color (decimal): -6009929 or 12012452. OLE color: 12012452.
HSL color Cylindrical-coordinate representation of color #A44BB7: hue angle of 289.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44BB7 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 75 | 183 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.28 |
| HSL | 289.44º | 0.43% | 0.51% | - |
| HSV(B) | 289.44º | 0.59% | 0.72% | - |
| XYZ | 26.37 | 16.34 | 46.56 | - |
| YUV | 113.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 183 | 0.10 | 0.59 | 0 | 0.28 | 289.44 | 0.43 | 0.51 |
| Hex | A4 | 4B | B7 | A | 3B | 0 | 1C | 121 | 2B | 33 |
| Octal | 244 | 113 | 267 | 12 | 73 | 0 | 34 | 441 | 53 | 63 |
| Binary | 10100100 | 1001011 | 10110111 | 1010 | 111011 | 0 | 11100 | 100100001 | 101011 | 110011 |
Color Harmonies of #A44BB7
Complementary color
Monochromatic Colors of #A44BB7
Black with #A44BB7
Text Example
Text Example
White with #A44BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BB7; }
p { color: rgb(164,75,183); }
H1.HeaderClassName
{
color: #A44BB7;
}
.AnyTagClassName
{
color: #A44BB7;
}
</style>
background-color css
<style>
a { background-color: #A44BB7; }
a { background-color: rgb(164,75,183); }
div.DivClassName
{
background-color: #A44BB7;
}
.BgClassName
{
background-color: #A44BB7;
}
</style>
border-color css
<style>
span { border-color: #A44BB7; }
span { border-color: rgb(164,75,183); }
td.TdClassName
{
border-color: #A44BB7;
}
.TagClassName
{
border-color: #A44BB7;
}
</style>