Shades of Lilac Bush #A77CCF
Tints of Lilac Bush #A77CCF
RGB
CMYK
RGB Variations
Color information
#A77CCF (or 0xA77CCF) is known color: Lilac Bush. HEX triplet: A7, 7C and CF. RGB value is (167,124,207). Sum of RGB (Red+Green+Blue) = 167+124+207=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A77CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CCF is #588330. Grayscale: #929292. Windows color (decimal): -5800753 or 13597863. OLE color: 13597863.
HSL color Cylindrical-coordinate representation of color #A77CCF: hue angle of 271.08º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77CCF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 124 | 207 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.19 |
| HSL | 271.08º | 0.46% | 0.65% | - |
| HSV(B) | 271.08º | 0.4% | 0.81% | - |
| XYZ | 34.41 | 27.14 | 62.46 | - |
| YUV | 146.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 207 | 0.19 | 0.40 | 0 | 0.19 | 271.08 | 0.46 | 0.65 |
| Hex | A7 | 7C | CF | 13 | 28 | 0 | 13 | 10F | 2E | 41 |
| Octal | 247 | 174 | 317 | 23 | 50 | 0 | 23 | 417 | 56 | 101 |
| Binary | 10100111 | 1111100 | 11001111 | 10011 | 101000 | 0 | 10011 | 100001111 | 101110 | 1000001 |
Color Harmonies of #A77CCF
Complementary color
Monochromatic Colors of #A77CCF
Black with #A77CCF
Text Example
Text Example
White with #A77CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CCF; }
p { color: rgb(167,124,207); }
H1.HeaderClassName
{
color: #A77CCF;
}
.AnyTagClassName
{
color: #A77CCF;
}
</style>
background-color css
<style>
a { background-color: #A77CCF; }
a { background-color: rgb(167,124,207); }
div.DivClassName
{
background-color: #A77CCF;
}
.BgClassName
{
background-color: #A77CCF;
}
</style>
border-color css
<style>
span { border-color: #A77CCF; }
span { border-color: rgb(167,124,207); }
td.TdClassName
{
border-color: #A77CCF;
}
.TagClassName
{
border-color: #A77CCF;
}
</style>