Shades of Lilac Bush #A27CCA
Tints of Lilac Bush #A27CCA
RGB
CMYK
RGB Variations
Color information
#A27CCA (or 0xA27CCA) is known color: Lilac Bush. HEX triplet: A2, 7C and CA. RGB value is (162,124,202). Sum of RGB (Red+Green+Blue) = 162+124+202=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #A27CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CCA is #5D8335. Grayscale: #8F8F8F. Windows color (decimal): -6128438 or 13270178. OLE color: 13270178.
HSL color Cylindrical-coordinate representation of color #A27CCA: hue angle of 269.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27CCA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 124 | 202 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.21 |
| HSL | 269.23º | 0.42% | 0.64% | - |
| HSV(B) | 269.23º | 0.39% | 0.79% | - |
| XYZ | 32.77 | 26.36 | 59.24 | - |
| YUV | 144.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 202 | 0.20 | 0.39 | 0 | 0.21 | 269.23 | 0.42 | 0.64 |
| Hex | A2 | 7C | CA | 14 | 27 | 0 | 15 | 10D | 2A | 40 |
| Octal | 242 | 174 | 312 | 24 | 47 | 0 | 25 | 415 | 52 | 100 |
| Binary | 10100010 | 1111100 | 11001010 | 10100 | 100111 | 0 | 10101 | 100001101 | 101010 | 1000000 |
Color Harmonies of #A27CCA
Complementary color
Monochromatic Colors of #A27CCA
Black with #A27CCA
Text Example
Text Example
White with #A27CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CCA; }
p { color: rgb(162,124,202); }
H1.HeaderClassName
{
color: #A27CCA;
}
.AnyTagClassName
{
color: #A27CCA;
}
</style>
background-color css
<style>
a { background-color: #A27CCA; }
a { background-color: rgb(162,124,202); }
div.DivClassName
{
background-color: #A27CCA;
}
.BgClassName
{
background-color: #A27CCA;
}
</style>
border-color css
<style>
span { border-color: #A27CCA; }
span { border-color: rgb(162,124,202); }
td.TdClassName
{
border-color: #A27CCA;
}
.TagClassName
{
border-color: #A27CCA;
}
</style>