Shades of Deep Lilac #A04FB1
Tints of Deep Lilac #A04FB1
RGB
CMYK
RGB Variations
Color information
#A04FB1 (or 0xA04FB1) is known color: Deep Lilac. HEX triplet: A0, 4F and B1. RGB value is (160,79,177). Sum of RGB (Red+Green+Blue) = 160+79+177=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #A04FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04FB1 is #5FB04E. Grayscale: #727272. Windows color (decimal): -6271055 or 11620256. OLE color: 11620256.
HSL color Cylindrical-coordinate representation of color #A04FB1: hue angle of 289.59º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04FB1 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 79 | 177 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.31 |
| HSL | 289.59º | 0.39% | 0.5% | - |
| HSV(B) | 289.59º | 0.55% | 0.69% | - |
| XYZ | 25.23 | 16.24 | 43.4 | - |
| YUV | 114.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 177 | 0.10 | 0.55 | 0 | 0.31 | 289.59 | 0.39 | 0.5 |
| Hex | A0 | 4F | B1 | A | 37 | 0 | 1F | 122 | 27 | 32 |
| Octal | 240 | 117 | 261 | 12 | 67 | 0 | 37 | 442 | 47 | 62 |
| Binary | 10100000 | 1001111 | 10110001 | 1010 | 110111 | 0 | 11111 | 100100010 | 100111 | 110010 |
Color Harmonies of #A04FB1
Complementary color
Monochromatic Colors of #A04FB1
Black with #A04FB1
Text Example
Text Example
White with #A04FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FB1; }
p { color: rgb(160,79,177); }
H1.HeaderClassName
{
color: #A04FB1;
}
.AnyTagClassName
{
color: #A04FB1;
}
</style>
background-color css
<style>
a { background-color: #A04FB1; }
a { background-color: rgb(160,79,177); }
div.DivClassName
{
background-color: #A04FB1;
}
.BgClassName
{
background-color: #A04FB1;
}
</style>
border-color css
<style>
span { border-color: #A04FB1; }
span { border-color: rgb(160,79,177); }
td.TdClassName
{
border-color: #A04FB1;
}
.TagClassName
{
border-color: #A04FB1;
}
</style>