Shades of Deep Lilac #A04FCC
Tints of Deep Lilac #A04FCC
RGB
CMYK
RGB Variations
Color information
#A04FCC (or 0xA04FCC) is known color: Deep Lilac. HEX triplet: A0, 4F and CC. RGB value is (160,79,204). Sum of RGB (Red+Green+Blue) = 160+79+204=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #A04FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FCC is #5FB033. Grayscale: #757575. Windows color (decimal): -6271028 or 13389728. OLE color: 13389728.
HSL color Cylindrical-coordinate representation of color #A04FCC: hue angle of 278.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04FCC is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 79 | 204 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.2 |
| HSL | 278.88º | 0.55% | 0.55% | - |
| HSV(B) | 278.88º | 0.61% | 0.8% | - |
| XYZ | 28.19 | 17.43 | 59 | - |
| YUV | 117.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 204 | 0.22 | 0.61 | 0 | 0.2 | 278.88 | 0.55 | 0.55 |
| Hex | A0 | 4F | CC | 16 | 3D | 0 | 14 | 117 | 37 | 37 |
| Octal | 240 | 117 | 314 | 26 | 75 | 0 | 24 | 427 | 67 | 67 |
| Binary | 10100000 | 1001111 | 11001100 | 10110 | 111101 | 0 | 10100 | 100010111 | 110111 | 110111 |
Color Harmonies of #A04FCC
Complementary color
Monochromatic Colors of #A04FCC
Black with #A04FCC
Text Example
Text Example
White with #A04FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FCC; }
p { color: rgb(160,79,204); }
H1.HeaderClassName
{
color: #A04FCC;
}
.AnyTagClassName
{
color: #A04FCC;
}
</style>
background-color css
<style>
a { background-color: #A04FCC; }
a { background-color: rgb(160,79,204); }
div.DivClassName
{
background-color: #A04FCC;
}
.BgClassName
{
background-color: #A04FCC;
}
</style>
border-color css
<style>
span { border-color: #A04FCC; }
span { border-color: rgb(160,79,204); }
td.TdClassName
{
border-color: #A04FCC;
}
.TagClassName
{
border-color: #A04FCC;
}
</style>