Shades of Lilac Bush #A47ACE
Tints of Lilac Bush #A47ACE
RGB
CMYK
RGB Variations
Color information
#A47ACE (or 0xA47ACE) is known color: Lilac Bush. HEX triplet: A4, 7A and CE. RGB value is (164,122,206). Sum of RGB (Red+Green+Blue) = 164+122+206=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A47ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ACE is #5B8531. Grayscale: #8F8F8F. Windows color (decimal): -5997874 or 13531812. OLE color: 13531812.
HSL color Cylindrical-coordinate representation of color #A47ACE: hue angle of 270º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47ACE is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 122 | 206 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.19 |
| HSL | 270º | 0.46% | 0.64% | - |
| HSV(B) | 270º | 0.41% | 0.81% | - |
| XYZ | 33.41 | 26.27 | 61.7 | - |
| YUV | 144.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 206 | 0.20 | 0.41 | 0 | 0.19 | 270 | 0.46 | 0.64 |
| Hex | A4 | 7A | CE | 14 | 29 | 0 | 13 | 10E | 2E | 40 |
| Octal | 244 | 172 | 316 | 24 | 51 | 0 | 23 | 416 | 56 | 100 |
| Binary | 10100100 | 1111010 | 11001110 | 10100 | 101001 | 0 | 10011 | 100001110 | 101110 | 1000000 |
Color Harmonies of #A47ACE
Complementary color
Monochromatic Colors of #A47ACE
Black with #A47ACE
Text Example
Text Example
White with #A47ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47ACE; }
p { color: rgb(164,122,206); }
H1.HeaderClassName
{
color: #A47ACE;
}
.AnyTagClassName
{
color: #A47ACE;
}
</style>
background-color css
<style>
a { background-color: #A47ACE; }
a { background-color: rgb(164,122,206); }
div.DivClassName
{
background-color: #A47ACE;
}
.BgClassName
{
background-color: #A47ACE;
}
</style>
border-color css
<style>
span { border-color: #A47ACE; }
span { border-color: rgb(164,122,206); }
td.TdClassName
{
border-color: #A47ACE;
}
.TagClassName
{
border-color: #A47ACE;
}
</style>