Shades of Deep Lilac #A44FBA
Tints of Deep Lilac #A44FBA
RGB
CMYK
RGB Variations
Color information
#A44FBA (or 0xA44FBA) is known color: Deep Lilac. HEX triplet: A4, 4F and BA. RGB value is (164,79,186). Sum of RGB (Red+Green+Blue) = 164+79+186=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A44FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FBA is #5BB045. Grayscale: #747474. Windows color (decimal): -6008902 or 12210084. OLE color: 12210084.
HSL color Cylindrical-coordinate representation of color #A44FBA: hue angle of 287.66º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44FBA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 79 | 186 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.27 |
| HSL | 287.66º | 0.44% | 0.52% | - |
| HSV(B) | 287.66º | 0.58% | 0.73% | - |
| XYZ | 26.97 | 17.03 | 48.32 | - |
| YUV | 116.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 186 | 0.12 | 0.58 | 0 | 0.27 | 287.66 | 0.44 | 0.52 |
| Hex | A4 | 4F | BA | C | 3A | 0 | 1B | 120 | 2C | 34 |
| Octal | 244 | 117 | 272 | 14 | 72 | 0 | 33 | 440 | 54 | 64 |
| Binary | 10100100 | 1001111 | 10111010 | 1100 | 111010 | 0 | 11011 | 100100000 | 101100 | 110100 |
Color Harmonies of #A44FBA
Complementary color
Monochromatic Colors of #A44FBA
Black with #A44FBA
Text Example
Text Example
White with #A44FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FBA; }
p { color: rgb(164,79,186); }
H1.HeaderClassName
{
color: #A44FBA;
}
.AnyTagClassName
{
color: #A44FBA;
}
</style>
background-color css
<style>
a { background-color: #A44FBA; }
a { background-color: rgb(164,79,186); }
div.DivClassName
{
background-color: #A44FBA;
}
.BgClassName
{
background-color: #A44FBA;
}
</style>
border-color css
<style>
span { border-color: #A44FBA; }
span { border-color: rgb(164,79,186); }
td.TdClassName
{
border-color: #A44FBA;
}
.TagClassName
{
border-color: #A44FBA;
}
</style>