Shades of Lilac Bush #A27CC8
Tints of Lilac Bush #A27CC8
RGB
CMYK
RGB Variations
Color information
#A27CC8 (or 0xA27CC8) is known color: Lilac Bush. HEX triplet: A2, 7C and C8. RGB value is (162,124,200). Sum of RGB (Red+Green+Blue) = 162+124+200=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #A27CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CC8 is #5D8337. Grayscale: #8F8F8F. Windows color (decimal): -6128440 or 13139106. OLE color: 13139106.
HSL color Cylindrical-coordinate representation of color #A27CC8: hue angle of 270º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A27CC8 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 124 | 200 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.22 |
| HSL | 270º | 0.41% | 0.64% | - |
| HSV(B) | 270º | 0.38% | 0.78% | - |
| XYZ | 32.53 | 26.27 | 58 | - |
| YUV | 144.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 200 | 0.19 | 0.38 | 0 | 0.22 | 270 | 0.41 | 0.64 |
| Hex | A2 | 7C | C8 | 13 | 26 | 0 | 16 | 10E | 29 | 40 |
| Octal | 242 | 174 | 310 | 23 | 46 | 0 | 26 | 416 | 51 | 100 |
| Binary | 10100010 | 1111100 | 11001000 | 10011 | 100110 | 0 | 10110 | 100001110 | 101001 | 1000000 |
Color Harmonies of #A27CC8
Complementary color
Monochromatic Colors of #A27CC8
Black with #A27CC8
Text Example
Text Example
White with #A27CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CC8; }
p { color: rgb(162,124,200); }
H1.HeaderClassName
{
color: #A27CC8;
}
.AnyTagClassName
{
color: #A27CC8;
}
</style>
background-color css
<style>
a { background-color: #A27CC8; }
a { background-color: rgb(162,124,200); }
div.DivClassName
{
background-color: #A27CC8;
}
.BgClassName
{
background-color: #A27CC8;
}
</style>
border-color css
<style>
span { border-color: #A27CC8; }
span { border-color: rgb(162,124,200); }
td.TdClassName
{
border-color: #A27CC8;
}
.TagClassName
{
border-color: #A27CC8;
}
</style>