Shades of Lilac Bush #A47BD0
Tints of Lilac Bush #A47BD0
RGB
CMYK
RGB Variations
Color information
#A47BD0 (or 0xA47BD0) is known color: Lilac Bush. HEX triplet: A4, 7B and D0. RGB value is (164,123,208). Sum of RGB (Red+Green+Blue) = 164+123+208=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #A47BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BD0 is #5B842F. Grayscale: #909090. Windows color (decimal): -5997616 or 13663140. OLE color: 13663140.
HSL color Cylindrical-coordinate representation of color #A47BD0: hue angle of 268.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47BD0 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 123 | 208 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.18 |
| HSL | 268.94º | 0.47% | 0.65% | - |
| HSV(B) | 268.94º | 0.41% | 0.82% | - |
| XYZ | 33.78 | 26.61 | 63.03 | - |
| YUV | 144.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 208 | 0.21 | 0.41 | 0 | 0.18 | 268.94 | 0.47 | 0.65 |
| Hex | A4 | 7B | D0 | 15 | 29 | 0 | 12 | 10D | 2F | 41 |
| Octal | 244 | 173 | 320 | 25 | 51 | 0 | 22 | 415 | 57 | 101 |
| Binary | 10100100 | 1111011 | 11010000 | 10101 | 101001 | 0 | 10010 | 100001101 | 101111 | 1000001 |
Color Harmonies of #A47BD0
Complementary color
Monochromatic Colors of #A47BD0
Black with #A47BD0
Text Example
Text Example
White with #A47BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BD0; }
p { color: rgb(164,123,208); }
H1.HeaderClassName
{
color: #A47BD0;
}
.AnyTagClassName
{
color: #A47BD0;
}
</style>
background-color css
<style>
a { background-color: #A47BD0; }
a { background-color: rgb(164,123,208); }
div.DivClassName
{
background-color: #A47BD0;
}
.BgClassName
{
background-color: #A47BD0;
}
</style>
border-color css
<style>
span { border-color: #A47BD0; }
span { border-color: rgb(164,123,208); }
td.TdClassName
{
border-color: #A47BD0;
}
.TagClassName
{
border-color: #A47BD0;
}
</style>