Shades of East Side #A77EC0
Tints of East Side #A77EC0
RGB
CMYK
RGB Variations
Color information
#A77EC0 (or 0xA77EC0) is known color: East Side. HEX triplet: A7, 7E and C0. RGB value is (167,126,192). Sum of RGB (Red+Green+Blue) = 167+126+192=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #A77EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77EC0 is #58813F. Grayscale: #919191. Windows color (decimal): -5800256 or 12615335. OLE color: 12615335.
HSL color Cylindrical-coordinate representation of color #A77EC0: hue angle of 277.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A77EC0 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 126 | 192 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.25 |
| HSL | 277.27º | 0.34% | 0.62% | - |
| HSV(B) | 277.27º | 0.34% | 0.75% | - |
| XYZ | 32.91 | 26.94 | 53.34 | - |
| YUV | 145.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 192 | 0.13 | 0.34 | 0 | 0.25 | 277.27 | 0.34 | 0.62 |
| Hex | A7 | 7E | C0 | D | 22 | 0 | 19 | 115 | 22 | 3E |
| Octal | 247 | 176 | 300 | 15 | 42 | 0 | 31 | 425 | 42 | 76 |
| Binary | 10100111 | 1111110 | 11000000 | 1101 | 100010 | 0 | 11001 | 100010101 | 100010 | 111110 |
Color Harmonies of #A77EC0
Complementary color
Monochromatic Colors of #A77EC0
Black with #A77EC0
Text Example
Text Example
White with #A77EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EC0; }
p { color: rgb(167,126,192); }
H1.HeaderClassName
{
color: #A77EC0;
}
.AnyTagClassName
{
color: #A77EC0;
}
</style>
background-color css
<style>
a { background-color: #A77EC0; }
a { background-color: rgb(167,126,192); }
div.DivClassName
{
background-color: #A77EC0;
}
.BgClassName
{
background-color: #A77EC0;
}
</style>
border-color css
<style>
span { border-color: #A77EC0; }
span { border-color: rgb(167,126,192); }
td.TdClassName
{
border-color: #A77EC0;
}
.TagClassName
{
border-color: #A77EC0;
}
</style>