Shades of Lilac Bush #A27DCC
Tints of Lilac Bush #A27DCC
RGB
CMYK
RGB Variations
Color information
#A27DCC (or 0xA27DCC) is known color: Lilac Bush. HEX triplet: A2, 7D and CC. RGB value is (162,125,204). Sum of RGB (Red+Green+Blue) = 162+125+204=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #A27DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DCC is #5D8233. Grayscale: #909090. Windows color (decimal): -6128180 or 13401506. OLE color: 13401506.
HSL color Cylindrical-coordinate representation of color #A27DCC: hue angle of 268.1º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27DCC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 125 | 204 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.2 |
| HSL | 268.1º | 0.44% | 0.65% | - |
| HSV(B) | 268.1º | 0.39% | 0.8% | - |
| XYZ | 33.13 | 26.71 | 60.54 | - |
| YUV | 145.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 204 | 0.21 | 0.39 | 0 | 0.2 | 268.1 | 0.44 | 0.65 |
| Hex | A2 | 7D | CC | 15 | 27 | 0 | 14 | 10C | 2C | 41 |
| Octal | 242 | 175 | 314 | 25 | 47 | 0 | 24 | 414 | 54 | 101 |
| Binary | 10100010 | 1111101 | 11001100 | 10101 | 100111 | 0 | 10100 | 100001100 | 101100 | 1000001 |
Color Harmonies of #A27DCC
Complementary color
Monochromatic Colors of #A27DCC
Black with #A27DCC
Text Example
Text Example
White with #A27DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DCC; }
p { color: rgb(162,125,204); }
H1.HeaderClassName
{
color: #A27DCC;
}
.AnyTagClassName
{
color: #A27DCC;
}
</style>
background-color css
<style>
a { background-color: #A27DCC; }
a { background-color: rgb(162,125,204); }
div.DivClassName
{
background-color: #A27DCC;
}
.BgClassName
{
background-color: #A27DCC;
}
</style>
border-color css
<style>
span { border-color: #A27DCC; }
span { border-color: rgb(162,125,204); }
td.TdClassName
{
border-color: #A27DCC;
}
.TagClassName
{
border-color: #A27DCC;
}
</style>