Shades of Lilac Bush #A27CCC
Tints of Lilac Bush #A27CCC
RGB
CMYK
RGB Variations
Color information
#A27CCC (or 0xA27CCC) is known color: Lilac Bush. HEX triplet: A2, 7C and CC. RGB value is (162,124,204). Sum of RGB (Red+Green+Blue) = 162+124+204=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A27CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CCC is #5D8333. Grayscale: #909090. Windows color (decimal): -6128436 or 13401250. OLE color: 13401250.
HSL color Cylindrical-coordinate representation of color #A27CCC: hue angle of 268.5º degrees, saturation: 0.44, 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 #A27CCC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 124 | 204 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.2 |
| HSL | 268.5º | 0.44% | 0.64% | - |
| HSV(B) | 268.5º | 0.39% | 0.8% | - |
| XYZ | 33.01 | 26.46 | 60.49 | - |
| YUV | 144.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 204 | 0.21 | 0.39 | 0 | 0.2 | 268.5 | 0.44 | 0.64 |
| Hex | A2 | 7C | CC | 15 | 27 | 0 | 14 | 10C | 2C | 40 |
| Octal | 242 | 174 | 314 | 25 | 47 | 0 | 24 | 414 | 54 | 100 |
| Binary | 10100010 | 1111100 | 11001100 | 10101 | 100111 | 0 | 10100 | 100001100 | 101100 | 1000000 |
Color Harmonies of #A27CCC
Complementary color
Monochromatic Colors of #A27CCC
Black with #A27CCC
Text Example
Text Example
White with #A27CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CCC; }
p { color: rgb(162,124,204); }
H1.HeaderClassName
{
color: #A27CCC;
}
.AnyTagClassName
{
color: #A27CCC;
}
</style>
background-color css
<style>
a { background-color: #A27CCC; }
a { background-color: rgb(162,124,204); }
div.DivClassName
{
background-color: #A27CCC;
}
.BgClassName
{
background-color: #A27CCC;
}
</style>
border-color css
<style>
span { border-color: #A27CCC; }
span { border-color: rgb(162,124,204); }
td.TdClassName
{
border-color: #A27CCC;
}
.TagClassName
{
border-color: #A27CCC;
}
</style>