Shades of East Side #AA77C9
Tints of East Side #AA77C9
RGB
CMYK
RGB Variations
Color information
#AA77C9 (or 0xAA77C9) is known color: East Side. HEX triplet: AA, 77 and C9. RGB value is (170,119,201). Sum of RGB (Red+Green+Blue) = 170+119+201=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA77C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77C9 is #558836. Grayscale: #8F8F8F. Windows color (decimal): -5605431 or 13203370. OLE color: 13203370.
HSL color Cylindrical-coordinate representation of color #AA77C9: hue angle of 277.32º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA77C9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 119 | 201 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.21 |
| HSL | 277.32º | 0.43% | 0.63% | - |
| HSV(B) | 277.32º | 0.41% | 0.79% | - |
| XYZ | 33.72 | 25.96 | 58.49 | - |
| YUV | 143.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 201 | 0.15 | 0.41 | 0 | 0.21 | 277.32 | 0.43 | 0.63 |
| Hex | AA | 77 | C9 | F | 29 | 0 | 15 | 115 | 2B | 3F |
| Octal | 252 | 167 | 311 | 17 | 51 | 0 | 25 | 425 | 53 | 77 |
| Binary | 10101010 | 1110111 | 11001001 | 1111 | 101001 | 0 | 10101 | 100010101 | 101011 | 111111 |
Color Harmonies of #AA77C9
Complementary color
Monochromatic Colors of #AA77C9
Black with #AA77C9
Text Example
Text Example
White with #AA77C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77C9; }
p { color: rgb(170,119,201); }
H1.HeaderClassName
{
color: #AA77C9;
}
.AnyTagClassName
{
color: #AA77C9;
}
</style>
background-color css
<style>
a { background-color: #AA77C9; }
a { background-color: rgb(170,119,201); }
div.DivClassName
{
background-color: #AA77C9;
}
.BgClassName
{
background-color: #AA77C9;
}
</style>
border-color css
<style>
span { border-color: #AA77C9; }
span { border-color: rgb(170,119,201); }
td.TdClassName
{
border-color: #AA77C9;
}
.TagClassName
{
border-color: #AA77C9;
}
</style>