Shades of Deep Lilac #A04AC7
Tints of Deep Lilac #A04AC7
RGB
CMYK
RGB Variations
Color information
#A04AC7 (or 0xA04AC7) is known color: Deep Lilac. HEX triplet: A0, 4A and C7. RGB value is (160,74,199). Sum of RGB (Red+Green+Blue) = 160+74+199=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #A04AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04AC7 is #5FB538. Grayscale: #717171. Windows color (decimal): -6272313 or 13060768. OLE color: 13060768.
HSL color Cylindrical-coordinate representation of color #A04AC7: hue angle of 281.28º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04AC7 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 74 | 199 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.22 |
| HSL | 281.28º | 0.53% | 0.54% | - |
| HSV(B) | 281.28º | 0.63% | 0.78% | - |
| XYZ | 27.25 | 16.49 | 55.78 | - |
| YUV | 113.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 199 | 0.20 | 0.63 | 0 | 0.22 | 281.28 | 0.53 | 0.54 |
| Hex | A0 | 4A | C7 | 14 | 3F | 0 | 16 | 119 | 35 | 36 |
| Octal | 240 | 112 | 307 | 24 | 77 | 0 | 26 | 431 | 65 | 66 |
| Binary | 10100000 | 1001010 | 11000111 | 10100 | 111111 | 0 | 10110 | 100011001 | 110101 | 110110 |
Color Harmonies of #A04AC7
Complementary color
Monochromatic Colors of #A04AC7
Black with #A04AC7
Text Example
Text Example
White with #A04AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AC7; }
p { color: rgb(160,74,199); }
H1.HeaderClassName
{
color: #A04AC7;
}
.AnyTagClassName
{
color: #A04AC7;
}
</style>
background-color css
<style>
a { background-color: #A04AC7; }
a { background-color: rgb(160,74,199); }
div.DivClassName
{
background-color: #A04AC7;
}
.BgClassName
{
background-color: #A04AC7;
}
</style>
border-color css
<style>
span { border-color: #A04AC7; }
span { border-color: rgb(160,74,199); }
td.TdClassName
{
border-color: #A04AC7;
}
.TagClassName
{
border-color: #A04AC7;
}
</style>