Shades of East Side #A77EAD
Tints of East Side #A77EAD
RGB
CMYK
RGB Variations
Color information
#A77EAD (or 0xA77EAD) is known color: East Side. HEX triplet: A7, 7E and AD. RGB value is (167,126,173). Sum of RGB (Red+Green+Blue) = 167+126+173=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A77EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77EAD is #588152. Grayscale: #8F8F8F. Windows color (decimal): -5800275 or 11370151. OLE color: 11370151.
HSL color Cylindrical-coordinate representation of color #A77EAD: hue angle of 292.34º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77EAD is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 126 | 173 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.32 |
| HSL | 292.34º | 0.22% | 0.59% | - |
| HSV(B) | 292.34º | 0.27% | 0.68% | - |
| XYZ | 30.94 | 26.15 | 42.95 | - |
| YUV | 143.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 173 | 0.03 | 0.27 | 0 | 0.32 | 292.34 | 0.22 | 0.59 |
| Hex | A7 | 7E | AD | 3 | 1B | 0 | 20 | 124 | 16 | 3B |
| Octal | 247 | 176 | 255 | 3 | 33 | 0 | 40 | 444 | 26 | 73 |
| Binary | 10100111 | 1111110 | 10101101 | 11 | 11011 | 0 | 100000 | 100100100 | 10110 | 111011 |
Color Harmonies of #A77EAD
Complementary color
Monochromatic Colors of #A77EAD
Black with #A77EAD
Text Example
Text Example
White with #A77EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77EAD; }
p { color: rgb(167,126,173); }
H1.HeaderClassName
{
color: #A77EAD;
}
.AnyTagClassName
{
color: #A77EAD;
}
</style>
background-color css
<style>
a { background-color: #A77EAD; }
a { background-color: rgb(167,126,173); }
div.DivClassName
{
background-color: #A77EAD;
}
.BgClassName
{
background-color: #A77EAD;
}
</style>
border-color css
<style>
span { border-color: #A77EAD; }
span { border-color: rgb(167,126,173); }
td.TdClassName
{
border-color: #A77EAD;
}
.TagClassName
{
border-color: #A77EAD;
}
</style>