Shades of East Side #A77FAD
Tints of East Side #A77FAD
RGB
CMYK
RGB Variations
Color information
#A77FAD (or 0xA77FAD) is known color: East Side. HEX triplet: A7, 7F and AD. RGB value is (167,127,173). Sum of RGB (Red+Green+Blue) = 167+127+173=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #A77FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77FAD is #588052. Grayscale: #909090. Windows color (decimal): -5800019 or 11370407. OLE color: 11370407.
HSL color Cylindrical-coordinate representation of color #A77FAD: hue angle of 292.17º 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 #A77FAD is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 127 | 173 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.32 |
| HSL | 292.17º | 0.22% | 0.59% | - |
| HSV(B) | 292.17º | 0.27% | 0.68% | - |
| XYZ | 31.07 | 26.41 | 43 | - |
| YUV | 144.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 173 | 0.03 | 0.27 | 0 | 0.32 | 292.17 | 0.22 | 0.59 |
| Hex | A7 | 7F | AD | 3 | 1B | 0 | 20 | 124 | 16 | 3B |
| Octal | 247 | 177 | 255 | 3 | 33 | 0 | 40 | 444 | 26 | 73 |
| Binary | 10100111 | 1111111 | 10101101 | 11 | 11011 | 0 | 100000 | 100100100 | 10110 | 111011 |
Color Harmonies of #A77FAD
Complementary color
Monochromatic Colors of #A77FAD
Black with #A77FAD
Text Example
Text Example
White with #A77FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FAD; }
p { color: rgb(167,127,173); }
H1.HeaderClassName
{
color: #A77FAD;
}
.AnyTagClassName
{
color: #A77FAD;
}
</style>
background-color css
<style>
a { background-color: #A77FAD; }
a { background-color: rgb(167,127,173); }
div.DivClassName
{
background-color: #A77FAD;
}
.BgClassName
{
background-color: #A77FAD;
}
</style>
border-color css
<style>
span { border-color: #A77FAD; }
span { border-color: rgb(167,127,173); }
td.TdClassName
{
border-color: #A77FAD;
}
.TagClassName
{
border-color: #A77FAD;
}
</style>