Shades of Deep Lilac #A04FB5
Tints of Deep Lilac #A04FB5
RGB
CMYK
RGB Variations
Color information
#A04FB5 (or 0xA04FB5) is known color: Deep Lilac. HEX triplet: A0, 4F and B5. RGB value is (160,79,181). Sum of RGB (Red+Green+Blue) = 160+79+181=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #A04FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FB5 is #5FB04A. Grayscale: #727272. Windows color (decimal): -6271051 or 11882400. OLE color: 11882400.
HSL color Cylindrical-coordinate representation of color #A04FB5: hue angle of 287.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04FB5 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 79 | 181 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.29 |
| HSL | 287.65º | 0.41% | 0.51% | - |
| HSV(B) | 287.65º | 0.56% | 0.71% | - |
| XYZ | 25.63 | 16.4 | 45.53 | - |
| YUV | 114.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 181 | 0.12 | 0.56 | 0 | 0.29 | 287.65 | 0.41 | 0.51 |
| Hex | A0 | 4F | B5 | C | 38 | 0 | 1D | 120 | 29 | 33 |
| Octal | 240 | 117 | 265 | 14 | 70 | 0 | 35 | 440 | 51 | 63 |
| Binary | 10100000 | 1001111 | 10110101 | 1100 | 111000 | 0 | 11101 | 100100000 | 101001 | 110011 |
Color Harmonies of #A04FB5
Complementary color
Monochromatic Colors of #A04FB5
Black with #A04FB5
Text Example
Text Example
White with #A04FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FB5; }
p { color: rgb(160,79,181); }
H1.HeaderClassName
{
color: #A04FB5;
}
.AnyTagClassName
{
color: #A04FB5;
}
</style>
background-color css
<style>
a { background-color: #A04FB5; }
a { background-color: rgb(160,79,181); }
div.DivClassName
{
background-color: #A04FB5;
}
.BgClassName
{
background-color: #A04FB5;
}
</style>
border-color css
<style>
span { border-color: #A04FB5; }
span { border-color: rgb(160,79,181); }
td.TdClassName
{
border-color: #A04FB5;
}
.TagClassName
{
border-color: #A04FB5;
}
</style>