Shades of Deep Lilac #A04FBA
Tints of Deep Lilac #A04FBA
RGB
CMYK
RGB Variations
Color information
#A04FBA (or 0xA04FBA) is known color: Deep Lilac. HEX triplet: A0, 4F and BA. RGB value is (160,79,186). Sum of RGB (Red+Green+Blue) = 160+79+186=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #A04FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FBA is #5FB045. Grayscale: #737373. Windows color (decimal): -6271046 or 12210080. OLE color: 12210080.
HSL color Cylindrical-coordinate representation of color #A04FBA: hue angle of 285.42º 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 #A04FBA is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 79 | 186 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.27 |
| HSL | 285.42º | 0.44% | 0.52% | - |
| HSV(B) | 285.42º | 0.58% | 0.73% | - |
| XYZ | 26.16 | 16.61 | 48.28 | - |
| YUV | 115.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 186 | 0.14 | 0.58 | 0 | 0.27 | 285.42 | 0.44 | 0.52 |
| Hex | A0 | 4F | BA | E | 3A | 0 | 1B | 11D | 2C | 34 |
| Octal | 240 | 117 | 272 | 16 | 72 | 0 | 33 | 435 | 54 | 64 |
| Binary | 10100000 | 1001111 | 10111010 | 1110 | 111010 | 0 | 11011 | 100011101 | 101100 | 110100 |
Color Harmonies of #A04FBA
Complementary color
Monochromatic Colors of #A04FBA
Black with #A04FBA
Text Example
Text Example
White with #A04FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FBA; }
p { color: rgb(160,79,186); }
H1.HeaderClassName
{
color: #A04FBA;
}
.AnyTagClassName
{
color: #A04FBA;
}
</style>
background-color css
<style>
a { background-color: #A04FBA; }
a { background-color: rgb(160,79,186); }
div.DivClassName
{
background-color: #A04FBA;
}
.BgClassName
{
background-color: #A04FBA;
}
</style>
border-color css
<style>
span { border-color: #A04FBA; }
span { border-color: rgb(160,79,186); }
td.TdClassName
{
border-color: #A04FBA;
}
.TagClassName
{
border-color: #A04FBA;
}
</style>