Shades of East Side #A77AAF
Tints of East Side #A77AAF
RGB
CMYK
RGB Variations
Color information
#A77AAF (or 0xA77AAF) is known color: East Side. HEX triplet: A7, 7A and AF. RGB value is (167,122,175). Sum of RGB (Red+Green+Blue) = 167+122+175=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #A77AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77AAF is #588550. Grayscale: #8D8D8D. Windows color (decimal): -5801297 or 11500199. OLE color: 11500199.
HSL color Cylindrical-coordinate representation of color #A77AAF: hue angle of 290.94º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A77AAF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 122 | 175 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.31 |
| HSL | 290.94º | 0.25% | 0.58% | - |
| HSV(B) | 290.94º | 0.3% | 0.69% | - |
| XYZ | 30.63 | 25.23 | 43.81 | - |
| YUV | 141.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 175 | 0.05 | 0.30 | 0 | 0.31 | 290.94 | 0.25 | 0.58 |
| Hex | A7 | 7A | AF | 5 | 1E | 0 | 1F | 123 | 19 | 3A |
| Octal | 247 | 172 | 257 | 5 | 36 | 0 | 37 | 443 | 31 | 72 |
| Binary | 10100111 | 1111010 | 10101111 | 101 | 11110 | 0 | 11111 | 100100011 | 11001 | 111010 |
Color Harmonies of #A77AAF
Complementary color
Monochromatic Colors of #A77AAF
Black with #A77AAF
Text Example
Text Example
White with #A77AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AAF; }
p { color: rgb(167,122,175); }
H1.HeaderClassName
{
color: #A77AAF;
}
.AnyTagClassName
{
color: #A77AAF;
}
</style>
background-color css
<style>
a { background-color: #A77AAF; }
a { background-color: rgb(167,122,175); }
div.DivClassName
{
background-color: #A77AAF;
}
.BgClassName
{
background-color: #A77AAF;
}
</style>
border-color css
<style>
span { border-color: #A77AAF; }
span { border-color: rgb(167,122,175); }
td.TdClassName
{
border-color: #A77AAF;
}
.TagClassName
{
border-color: #A77AAF;
}
</style>