Shades of Deep Lilac #A44AB5
Tints of Deep Lilac #A44AB5
RGB
CMYK
RGB Variations
Color information
#A44AB5 (or 0xA44AB5) is known color: Deep Lilac. HEX triplet: A4, 4A and B5. RGB value is (164,74,181). Sum of RGB (Red+Green+Blue) = 164+74+181=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #A44AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AB5 is #5BB54A. Grayscale: #707070. Windows color (decimal): -6010187 or 11881124. OLE color: 11881124.
HSL color Cylindrical-coordinate representation of color #A44AB5: hue angle of 290.47º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44AB5 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 74 | 181 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.29 |
| HSL | 290.47º | 0.42% | 0.5% | - |
| HSV(B) | 290.47º | 0.59% | 0.71% | - |
| XYZ | 26.1 | 16.13 | 45.45 | - |
| YUV | 113.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 181 | 0.09 | 0.59 | 0 | 0.29 | 290.47 | 0.42 | 0.5 |
| Hex | A4 | 4A | B5 | 9 | 3B | 0 | 1D | 122 | 2A | 32 |
| Octal | 244 | 112 | 265 | 11 | 73 | 0 | 35 | 442 | 52 | 62 |
| Binary | 10100100 | 1001010 | 10110101 | 1001 | 111011 | 0 | 11101 | 100100010 | 101010 | 110010 |
Color Harmonies of #A44AB5
Complementary color
Monochromatic Colors of #A44AB5
Black with #A44AB5
Text Example
Text Example
White with #A44AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AB5; }
p { color: rgb(164,74,181); }
H1.HeaderClassName
{
color: #A44AB5;
}
.AnyTagClassName
{
color: #A44AB5;
}
</style>
background-color css
<style>
a { background-color: #A44AB5; }
a { background-color: rgb(164,74,181); }
div.DivClassName
{
background-color: #A44AB5;
}
.BgClassName
{
background-color: #A44AB5;
}
</style>
border-color css
<style>
span { border-color: #A44AB5; }
span { border-color: rgb(164,74,181); }
td.TdClassName
{
border-color: #A44AB5;
}
.TagClassName
{
border-color: #A44AB5;
}
</style>