Shades of Lilac Bush #A27BC9
Tints of Lilac Bush #A27BC9
RGB
CMYK
RGB Variations
Color information
#A27BC9 (or 0xA27BC9) is known color: Lilac Bush. HEX triplet: A2, 7B and C9. RGB value is (162,123,201). Sum of RGB (Red+Green+Blue) = 162+123+201=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #A27BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BC9 is #5D8436. Grayscale: #8F8F8F. Windows color (decimal): -6128695 or 13204386. OLE color: 13204386.
HSL color Cylindrical-coordinate representation of color #A27BC9: hue angle of 270º 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 #A27BC9 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 123 | 201 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.21 |
| HSL | 270º | 0.42% | 0.64% | - |
| HSV(B) | 270º | 0.39% | 0.79% | - |
| XYZ | 32.53 | 26.06 | 58.57 | - |
| YUV | 143.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 201 | 0.19 | 0.39 | 0 | 0.21 | 270 | 0.42 | 0.64 |
| Hex | A2 | 7B | C9 | 13 | 27 | 0 | 15 | 10E | 2A | 40 |
| Octal | 242 | 173 | 311 | 23 | 47 | 0 | 25 | 416 | 52 | 100 |
| Binary | 10100010 | 1111011 | 11001001 | 10011 | 100111 | 0 | 10101 | 100001110 | 101010 | 1000000 |
Color Harmonies of #A27BC9
Complementary color
Monochromatic Colors of #A27BC9
Black with #A27BC9
Text Example
Text Example
White with #A27BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27BC9; }
p { color: rgb(162,123,201); }
H1.HeaderClassName
{
color: #A27BC9;
}
.AnyTagClassName
{
color: #A27BC9;
}
</style>
background-color css
<style>
a { background-color: #A27BC9; }
a { background-color: rgb(162,123,201); }
div.DivClassName
{
background-color: #A27BC9;
}
.BgClassName
{
background-color: #A27BC9;
}
</style>
border-color css
<style>
span { border-color: #A27BC9; }
span { border-color: rgb(162,123,201); }
td.TdClassName
{
border-color: #A27BC9;
}
.TagClassName
{
border-color: #A27BC9;
}
</style>