Shades of Lilac Bush #A47BCB
Tints of Lilac Bush #A47BCB
RGB
CMYK
RGB Variations
Color information
#A47BCB (or 0xA47BCB) is known color: Lilac Bush. HEX triplet: A4, 7B and CB. RGB value is (164,123,203). Sum of RGB (Red+Green+Blue) = 164+123+203=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #A47BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BCB is #5B8434. Grayscale: #909090. Windows color (decimal): -5997621 or 13335460. OLE color: 13335460.
HSL color Cylindrical-coordinate representation of color #A47BCB: hue angle of 270.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A47BCB is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 123 | 203 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.20 |
| HSL | 270.75º | 0.43% | 0.64% | - |
| HSV(B) | 270.75º | 0.39% | 0.8% | - |
| XYZ | 33.17 | 26.37 | 59.84 | - |
| YUV | 144.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 203 | 0.19 | 0.39 | 0 | 0.20 | 270.75 | 0.43 | 0.64 |
| Hex | A4 | 7B | CB | 13 | 27 | 0 | 14 | 10F | 2B | 40 |
| Octal | 244 | 173 | 313 | 23 | 47 | 0 | 24 | 417 | 53 | 100 |
| Binary | 10100100 | 1111011 | 11001011 | 10011 | 100111 | 0 | 10100 | 100001111 | 101011 | 1000000 |
Color Harmonies of #A47BCB
Complementary color
Monochromatic Colors of #A47BCB
Black with #A47BCB
Text Example
Text Example
White with #A47BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BCB; }
p { color: rgb(164,123,203); }
H1.HeaderClassName
{
color: #A47BCB;
}
.AnyTagClassName
{
color: #A47BCB;
}
</style>
background-color css
<style>
a { background-color: #A47BCB; }
a { background-color: rgb(164,123,203); }
div.DivClassName
{
background-color: #A47BCB;
}
.BgClassName
{
background-color: #A47BCB;
}
</style>
border-color css
<style>
span { border-color: #A47BCB; }
span { border-color: rgb(164,123,203); }
td.TdClassName
{
border-color: #A47BCB;
}
.TagClassName
{
border-color: #A47BCB;
}
</style>