Shades of Deep Lilac #A04DAF
Tints of Deep Lilac #A04DAF
RGB
CMYK
RGB Variations
Color information
#A04DAF (or 0xA04DAF) is known color: Deep Lilac. HEX triplet: A0, 4D and AF. RGB value is (160,77,175). Sum of RGB (Red+Green+Blue) = 160+77+175=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #A04DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAF is #5FB250. Grayscale: #707070. Windows color (decimal): -6271569 or 11488672. OLE color: 11488672.
HSL color Cylindrical-coordinate representation of color #A04DAF: hue angle of 290.82º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04DAF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 77 | 175 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.31 |
| HSL | 290.82º | 0.39% | 0.49% | - |
| HSV(B) | 290.82º | 0.56% | 0.69% | - |
| XYZ | 24.89 | 15.88 | 42.31 | - |
| YUV | 112.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 175 | 0.09 | 0.56 | 0 | 0.31 | 290.82 | 0.39 | 0.49 |
| Hex | A0 | 4D | AF | 9 | 38 | 0 | 1F | 123 | 27 | 31 |
| Octal | 240 | 115 | 257 | 11 | 70 | 0 | 37 | 443 | 47 | 61 |
| Binary | 10100000 | 1001101 | 10101111 | 1001 | 111000 | 0 | 11111 | 100100011 | 100111 | 110001 |
Color Harmonies of #A04DAF
Complementary color
Monochromatic Colors of #A04DAF
Black with #A04DAF
Text Example
Text Example
White with #A04DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DAF; }
p { color: rgb(160,77,175); }
H1.HeaderClassName
{
color: #A04DAF;
}
.AnyTagClassName
{
color: #A04DAF;
}
</style>
background-color css
<style>
a { background-color: #A04DAF; }
a { background-color: rgb(160,77,175); }
div.DivClassName
{
background-color: #A04DAF;
}
.BgClassName
{
background-color: #A04DAF;
}
</style>
border-color css
<style>
span { border-color: #A04DAF; }
span { border-color: rgb(160,77,175); }
td.TdClassName
{
border-color: #A04DAF;
}
.TagClassName
{
border-color: #A04DAF;
}
</style>