Shades of East Side #AA77BC
Tints of East Side #AA77BC
RGB
CMYK
RGB Variations
Color information
#AA77BC (or 0xAA77BC) is known color: East Side. HEX triplet: AA, 77 and BC. RGB value is (170,119,188). Sum of RGB (Red+Green+Blue) = 170+119+188=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA77BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77BC is #558843. Grayscale: #8D8D8D. Windows color (decimal): -5605444 or 12351402. OLE color: 12351402.
HSL color Cylindrical-coordinate representation of color #AA77BC: hue angle of 284.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA77BC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 119 | 188 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.26 |
| HSL | 284.35º | 0.34% | 0.6% | - |
| HSV(B) | 284.35º | 0.37% | 0.74% | - |
| XYZ | 32.25 | 25.37 | 50.77 | - |
| YUV | 142.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 188 | 0.10 | 0.37 | 0 | 0.26 | 284.35 | 0.34 | 0.6 |
| Hex | AA | 77 | BC | A | 25 | 0 | 1A | 11C | 22 | 3C |
| Octal | 252 | 167 | 274 | 12 | 45 | 0 | 32 | 434 | 42 | 74 |
| Binary | 10101010 | 1110111 | 10111100 | 1010 | 100101 | 0 | 11010 | 100011100 | 100010 | 111100 |
Color Harmonies of #AA77BC
Complementary color
Monochromatic Colors of #AA77BC
Black with #AA77BC
Text Example
Text Example
White with #AA77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77BC; }
p { color: rgb(170,119,188); }
H1.HeaderClassName
{
color: #AA77BC;
}
.AnyTagClassName
{
color: #AA77BC;
}
</style>
background-color css
<style>
a { background-color: #AA77BC; }
a { background-color: rgb(170,119,188); }
div.DivClassName
{
background-color: #AA77BC;
}
.BgClassName
{
background-color: #AA77BC;
}
</style>
border-color css
<style>
span { border-color: #AA77BC; }
span { border-color: rgb(170,119,188); }
td.TdClassName
{
border-color: #AA77BC;
}
.TagClassName
{
border-color: #AA77BC;
}
</style>