Shades of East Side #A77CAE
Tints of East Side #A77CAE
RGB
CMYK
RGB Variations
Color information
#A77CAE (or 0xA77CAE) is known color: East Side. HEX triplet: A7, 7C and AE. RGB value is (167,124,174). Sum of RGB (Red+Green+Blue) = 167+124+174=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #A77CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77CAE is #588351. Grayscale: #8E8E8E. Windows color (decimal): -5800786 or 11435175. OLE color: 11435175.
HSL color Cylindrical-coordinate representation of color #A77CAE: hue angle of 291.6º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77CAE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 124 | 174 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.32 |
| HSL | 291.6º | 0.24% | 0.58% | - |
| HSV(B) | 291.6º | 0.29% | 0.68% | - |
| XYZ | 30.78 | 25.69 | 43.38 | - |
| YUV | 142.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 174 | 0.04 | 0.29 | 0 | 0.32 | 291.6 | 0.24 | 0.58 |
| Hex | A7 | 7C | AE | 4 | 1D | 0 | 20 | 124 | 18 | 3A |
| Octal | 247 | 174 | 256 | 4 | 35 | 0 | 40 | 444 | 30 | 72 |
| Binary | 10100111 | 1111100 | 10101110 | 100 | 11101 | 0 | 100000 | 100100100 | 11000 | 111010 |
Color Harmonies of #A77CAE
Complementary color
Monochromatic Colors of #A77CAE
Black with #A77CAE
Text Example
Text Example
White with #A77CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CAE; }
p { color: rgb(167,124,174); }
H1.HeaderClassName
{
color: #A77CAE;
}
.AnyTagClassName
{
color: #A77CAE;
}
</style>
background-color css
<style>
a { background-color: #A77CAE; }
a { background-color: rgb(167,124,174); }
div.DivClassName
{
background-color: #A77CAE;
}
.BgClassName
{
background-color: #A77CAE;
}
</style>
border-color css
<style>
span { border-color: #A77CAE; }
span { border-color: rgb(167,124,174); }
td.TdClassName
{
border-color: #A77CAE;
}
.TagClassName
{
border-color: #A77CAE;
}
</style>