Shades of Lilac Bush #A27BCB
Tints of Lilac Bush #A27BCB
RGB
CMYK
RGB Variations
Color information
#A27BCB (or 0xA27BCB) is known color: Lilac Bush. HEX triplet: A2, 7B and CB. RGB value is (162,123,203). Sum of RGB (Red+Green+Blue) = 162+123+203=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BCB is #5D8434. Grayscale: #8F8F8F. Windows color (decimal): -6128693 or 13335458. OLE color: 13335458.
HSL color Cylindrical-coordinate representation of color #A27BCB: hue angle of 269.25º 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 #A27BCB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 123 | 203 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.20 |
| HSL | 269.25º | 0.43% | 0.64% | - |
| HSV(B) | 269.25º | 0.39% | 0.8% | - |
| XYZ | 32.76 | 26.16 | 59.82 | - |
| YUV | 143.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 203 | 0.20 | 0.39 | 0 | 0.20 | 269.25 | 0.43 | 0.64 |
| Hex | A2 | 7B | CB | 14 | 27 | 0 | 14 | 10D | 2B | 40 |
| Octal | 242 | 173 | 313 | 24 | 47 | 0 | 24 | 415 | 53 | 100 |
| Binary | 10100010 | 1111011 | 11001011 | 10100 | 100111 | 0 | 10100 | 100001101 | 101011 | 1000000 |
Color Harmonies of #A27BCB
Complementary color
Monochromatic Colors of #A27BCB
Black with #A27BCB
Text Example
Text Example
White with #A27BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BCB; }
p { color: rgb(162,123,203); }
H1.HeaderClassName
{
color: #A27BCB;
}
.AnyTagClassName
{
color: #A27BCB;
}
</style>
background-color css
<style>
a { background-color: #A27BCB; }
a { background-color: rgb(162,123,203); }
div.DivClassName
{
background-color: #A27BCB;
}
.BgClassName
{
background-color: #A27BCB;
}
</style>
border-color css
<style>
span { border-color: #A27BCB; }
span { border-color: rgb(162,123,203); }
td.TdClassName
{
border-color: #A27BCB;
}
.TagClassName
{
border-color: #A27BCB;
}
</style>