Shades of Deep Lilac #A04CAD
Tints of Deep Lilac #A04CAD
RGB
CMYK
RGB Variations
Color information
#A04CAD (or 0xA04CAD) is known color: Deep Lilac. HEX triplet: A0, 4C and AD. RGB value is (160,76,173). Sum of RGB (Red+Green+Blue) = 160+76+173=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CAD is #5FB352. Grayscale: #6F6F6F. Windows color (decimal): -6271827 or 11357344. OLE color: 11357344.
HSL color Cylindrical-coordinate representation of color #A04CAD: hue angle of 291.96º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04CAD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 76 | 173 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.32 |
| HSL | 291.96º | 0.39% | 0.49% | - |
| HSV(B) | 291.96º | 0.56% | 0.68% | - |
| XYZ | 24.62 | 15.66 | 41.26 | - |
| YUV | 112.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 173 | 0.08 | 0.56 | 0 | 0.32 | 291.96 | 0.39 | 0.49 |
| Hex | A0 | 4C | AD | 8 | 38 | 0 | 20 | 124 | 27 | 31 |
| Octal | 240 | 114 | 255 | 10 | 70 | 0 | 40 | 444 | 47 | 61 |
| Binary | 10100000 | 1001100 | 10101101 | 1000 | 111000 | 0 | 100000 | 100100100 | 100111 | 110001 |
Color Harmonies of #A04CAD
Complementary color
Monochromatic Colors of #A04CAD
Black with #A04CAD
Text Example
Text Example
White with #A04CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CAD; }
p { color: rgb(160,76,173); }
H1.HeaderClassName
{
color: #A04CAD;
}
.AnyTagClassName
{
color: #A04CAD;
}
</style>
background-color css
<style>
a { background-color: #A04CAD; }
a { background-color: rgb(160,76,173); }
div.DivClassName
{
background-color: #A04CAD;
}
.BgClassName
{
background-color: #A04CAD;
}
</style>
border-color css
<style>
span { border-color: #A04CAD; }
span { border-color: rgb(160,76,173); }
td.TdClassName
{
border-color: #A04CAD;
}
.TagClassName
{
border-color: #A04CAD;
}
</style>