Shades of Lilac Bush #A47CCE
Tints of Lilac Bush #A47CCE
RGB
CMYK
RGB Variations
Color information
#A47CCE (or 0xA47CCE) is known color: Lilac Bush. HEX triplet: A4, 7C and CE. RGB value is (164,124,206). Sum of RGB (Red+Green+Blue) = 164+124+206=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A47CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CCE is #5B8331. Grayscale: #919191. Windows color (decimal): -5997362 or 13532324. OLE color: 13532324.
HSL color Cylindrical-coordinate representation of color #A47CCE: hue angle of 269.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47CCE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 124 | 206 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.19 |
| HSL | 269.27º | 0.46% | 0.65% | - |
| HSV(B) | 269.27º | 0.4% | 0.81% | - |
| XYZ | 33.66 | 26.76 | 61.78 | - |
| YUV | 145.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 206 | 0.20 | 0.40 | 0 | 0.19 | 269.27 | 0.46 | 0.65 |
| Hex | A4 | 7C | CE | 14 | 28 | 0 | 13 | 10D | 2E | 41 |
| Octal | 244 | 174 | 316 | 24 | 50 | 0 | 23 | 415 | 56 | 101 |
| Binary | 10100100 | 1111100 | 11001110 | 10100 | 101000 | 0 | 10011 | 100001101 | 101110 | 1000001 |
Color Harmonies of #A47CCE
Complementary color
Monochromatic Colors of #A47CCE
Black with #A47CCE
Text Example
Text Example
White with #A47CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CCE; }
p { color: rgb(164,124,206); }
H1.HeaderClassName
{
color: #A47CCE;
}
.AnyTagClassName
{
color: #A47CCE;
}
</style>
background-color css
<style>
a { background-color: #A47CCE; }
a { background-color: rgb(164,124,206); }
div.DivClassName
{
background-color: #A47CCE;
}
.BgClassName
{
background-color: #A47CCE;
}
</style>
border-color css
<style>
span { border-color: #A47CCE; }
span { border-color: rgb(164,124,206); }
td.TdClassName
{
border-color: #A47CCE;
}
.TagClassName
{
border-color: #A47CCE;
}
</style>