Shades of Lilac Bush #A37BCB
Tints of Lilac Bush #A37BCB
RGB
CMYK
RGB Variations
Color information
#A37BCB (or 0xA37BCB) is known color: Lilac Bush. HEX triplet: A3, 7B and CB. RGB value is (163,123,203). Sum of RGB (Red+Green+Blue) = 163+123+203=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A37BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BCB is #5C8434. Grayscale: #8F8F8F. Windows color (decimal): -6063157 or 13335459. OLE color: 13335459.
HSL color Cylindrical-coordinate representation of color #A37BCB: hue angle of 270º 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 #A37BCB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 123 | 203 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.20 |
| HSL | 270º | 0.43% | 0.64% | - |
| HSV(B) | 270º | 0.39% | 0.8% | - |
| XYZ | 32.97 | 26.26 | 59.83 | - |
| YUV | 144.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 203 | 0.20 | 0.39 | 0 | 0.20 | 270 | 0.43 | 0.64 |
| Hex | A3 | 7B | CB | 14 | 27 | 0 | 14 | 10E | 2B | 40 |
| Octal | 243 | 173 | 313 | 24 | 47 | 0 | 24 | 416 | 53 | 100 |
| Binary | 10100011 | 1111011 | 11001011 | 10100 | 100111 | 0 | 10100 | 100001110 | 101011 | 1000000 |
Color Harmonies of #A37BCB
Complementary color
Monochromatic Colors of #A37BCB
Black with #A37BCB
Text Example
Text Example
White with #A37BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BCB; }
p { color: rgb(163,123,203); }
H1.HeaderClassName
{
color: #A37BCB;
}
.AnyTagClassName
{
color: #A37BCB;
}
</style>
background-color css
<style>
a { background-color: #A37BCB; }
a { background-color: rgb(163,123,203); }
div.DivClassName
{
background-color: #A37BCB;
}
.BgClassName
{
background-color: #A37BCB;
}
</style>
border-color css
<style>
span { border-color: #A37BCB; }
span { border-color: rgb(163,123,203); }
td.TdClassName
{
border-color: #A37BCB;
}
.TagClassName
{
border-color: #A37BCB;
}
</style>