Shades of Lilac Bush #A47DD0
Tints of Lilac Bush #A47DD0
RGB
CMYK
RGB Variations
Color information
#A47DD0 (or 0xA47DD0) is known color: Lilac Bush. HEX triplet: A4, 7D and D0. RGB value is (164,125,208). Sum of RGB (Red+Green+Blue) = 164+125+208=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #A47DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DD0 is #5B822F. Grayscale: #919191. Windows color (decimal): -5997104 or 13663652. OLE color: 13663652.
HSL color Cylindrical-coordinate representation of color #A47DD0: hue angle of 268.19º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47DD0 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 125 | 208 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.18 |
| HSL | 268.19º | 0.47% | 0.65% | - |
| HSV(B) | 268.19º | 0.4% | 0.82% | - |
| XYZ | 34.03 | 27.11 | 63.11 | - |
| YUV | 146.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 208 | 0.21 | 0.40 | 0 | 0.18 | 268.19 | 0.47 | 0.65 |
| Hex | A4 | 7D | D0 | 15 | 28 | 0 | 12 | 10C | 2F | 41 |
| Octal | 244 | 175 | 320 | 25 | 50 | 0 | 22 | 414 | 57 | 101 |
| Binary | 10100100 | 1111101 | 11010000 | 10101 | 101000 | 0 | 10010 | 100001100 | 101111 | 1000001 |
Color Harmonies of #A47DD0
Complementary color
Monochromatic Colors of #A47DD0
Black with #A47DD0
Text Example
Text Example
White with #A47DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DD0; }
p { color: rgb(164,125,208); }
H1.HeaderClassName
{
color: #A47DD0;
}
.AnyTagClassName
{
color: #A47DD0;
}
</style>
background-color css
<style>
a { background-color: #A47DD0; }
a { background-color: rgb(164,125,208); }
div.DivClassName
{
background-color: #A47DD0;
}
.BgClassName
{
background-color: #A47DD0;
}
</style>
border-color css
<style>
span { border-color: #A47DD0; }
span { border-color: rgb(164,125,208); }
td.TdClassName
{
border-color: #A47DD0;
}
.TagClassName
{
border-color: #A47DD0;
}
</style>