Shades of Deep Lilac #A047AC
Tints of Deep Lilac #A047AC
RGB
CMYK
RGB Variations
Color information
#A047AC (or 0xA047AC) is known color: Deep Lilac. HEX triplet: A0, 47 and AC. RGB value is (160,71,172). Sum of RGB (Red+Green+Blue) = 160+71+172=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #A047AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A047AC is #5FB853. Grayscale: #6C6C6C. Windows color (decimal): -6273108 or 11290528. OLE color: 11290528.
HSL color Cylindrical-coordinate representation of color #A047AC: hue angle of 292.87º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A047AC is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 71 | 172 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.33 |
| HSL | 292.87º | 0.42% | 0.48% | - |
| HSV(B) | 292.87º | 0.59% | 0.67% | - |
| XYZ | 24.2 | 14.96 | 40.64 | - |
| YUV | 109.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 172 | 0.07 | 0.59 | 0 | 0.33 | 292.87 | 0.42 | 0.48 |
| Hex | A0 | 47 | AC | 7 | 3B | 0 | 21 | 125 | 2A | 30 |
| Octal | 240 | 107 | 254 | 7 | 73 | 0 | 41 | 445 | 52 | 60 |
| Binary | 10100000 | 1000111 | 10101100 | 111 | 111011 | 0 | 100001 | 100100101 | 101010 | 110000 |
Color Harmonies of #A047AC
Complementary color
Monochromatic Colors of #A047AC
Black with #A047AC
Text Example
Text Example
White with #A047AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047AC; }
p { color: rgb(160,71,172); }
H1.HeaderClassName
{
color: #A047AC;
}
.AnyTagClassName
{
color: #A047AC;
}
</style>
background-color css
<style>
a { background-color: #A047AC; }
a { background-color: rgb(160,71,172); }
div.DivClassName
{
background-color: #A047AC;
}
.BgClassName
{
background-color: #A047AC;
}
</style>
border-color css
<style>
span { border-color: #A047AC; }
span { border-color: rgb(160,71,172); }
td.TdClassName
{
border-color: #A047AC;
}
.TagClassName
{
border-color: #A047AC;
}
</style>