Shades of Lilac Bush #A27ACC
Tints of Lilac Bush #A27ACC
RGB
CMYK
RGB Variations
Color information
#A27ACC (or 0xA27ACC) is known color: Lilac Bush. HEX triplet: A2, 7A and CC. RGB value is (162,122,204). Sum of RGB (Red+Green+Blue) = 162+122+204=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A27ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ACC is #5D8533. Grayscale: #8F8F8F. Windows color (decimal): -6128948 or 13400738. OLE color: 13400738.
HSL color Cylindrical-coordinate representation of color #A27ACC: hue angle of 269.27º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27ACC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 122 | 204 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.2 |
| HSL | 269.27º | 0.45% | 0.64% | - |
| HSV(B) | 269.27º | 0.4% | 0.8% | - |
| XYZ | 32.76 | 25.96 | 60.41 | - |
| YUV | 143.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 204 | 0.21 | 0.40 | 0 | 0.2 | 269.27 | 0.45 | 0.64 |
| Hex | A2 | 7A | CC | 15 | 28 | 0 | 14 | 10D | 2D | 40 |
| Octal | 242 | 172 | 314 | 25 | 50 | 0 | 24 | 415 | 55 | 100 |
| Binary | 10100010 | 1111010 | 11001100 | 10101 | 101000 | 0 | 10100 | 100001101 | 101101 | 1000000 |
Color Harmonies of #A27ACC
Complementary color
Monochromatic Colors of #A27ACC
Black with #A27ACC
Text Example
Text Example
White with #A27ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ACC; }
p { color: rgb(162,122,204); }
H1.HeaderClassName
{
color: #A27ACC;
}
.AnyTagClassName
{
color: #A27ACC;
}
</style>
background-color css
<style>
a { background-color: #A27ACC; }
a { background-color: rgb(162,122,204); }
div.DivClassName
{
background-color: #A27ACC;
}
.BgClassName
{
background-color: #A27ACC;
}
</style>
border-color css
<style>
span { border-color: #A27ACC; }
span { border-color: rgb(162,122,204); }
td.TdClassName
{
border-color: #A27ACC;
}
.TagClassName
{
border-color: #A27ACC;
}
</style>