Shades of East Side #A77BAE
Tints of East Side #A77BAE
RGB
CMYK
RGB Variations
Color information
#A77BAE (or 0xA77BAE) is known color: East Side. HEX triplet: A7, 7B and AE. RGB value is (167,123,174). Sum of RGB (Red+Green+Blue) = 167+123+174=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #A77BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77BAE is #588451. Grayscale: #8D8D8D. Windows color (decimal): -5801042 or 11434919. OLE color: 11434919.
HSL color Cylindrical-coordinate representation of color #A77BAE: hue angle of 291.76º 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 #A77BAE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 123 | 174 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.32 |
| HSL | 291.76º | 0.24% | 0.58% | - |
| HSV(B) | 291.76º | 0.29% | 0.68% | - |
| XYZ | 30.66 | 25.44 | 43.34 | - |
| YUV | 141.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 174 | 0.04 | 0.29 | 0 | 0.32 | 291.76 | 0.24 | 0.58 |
| Hex | A7 | 7B | AE | 4 | 1D | 0 | 20 | 124 | 18 | 3A |
| Octal | 247 | 173 | 256 | 4 | 35 | 0 | 40 | 444 | 30 | 72 |
| Binary | 10100111 | 1111011 | 10101110 | 100 | 11101 | 0 | 100000 | 100100100 | 11000 | 111010 |
Color Harmonies of #A77BAE
Complementary color
Monochromatic Colors of #A77BAE
Black with #A77BAE
Text Example
Text Example
White with #A77BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BAE; }
p { color: rgb(167,123,174); }
H1.HeaderClassName
{
color: #A77BAE;
}
.AnyTagClassName
{
color: #A77BAE;
}
</style>
background-color css
<style>
a { background-color: #A77BAE; }
a { background-color: rgb(167,123,174); }
div.DivClassName
{
background-color: #A77BAE;
}
.BgClassName
{
background-color: #A77BAE;
}
</style>
border-color css
<style>
span { border-color: #A77BAE; }
span { border-color: rgb(167,123,174); }
td.TdClassName
{
border-color: #A77BAE;
}
.TagClassName
{
border-color: #A77BAE;
}
</style>