Shades of East Side #AA77BE
Tints of East Side #AA77BE
RGB
CMYK
RGB Variations
Color information
#AA77BE (or 0xAA77BE) is known color: East Side. HEX triplet: AA, 77 and BE. RGB value is (170,119,190). Sum of RGB (Red+Green+Blue) = 170+119+190=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77BE is #558841. Grayscale: #8E8E8E. Windows color (decimal): -5605442 or 12482474. OLE color: 12482474.
HSL color Cylindrical-coordinate representation of color #AA77BE: hue angle of 283.1º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA77BE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 119 | 190 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.25 |
| HSL | 283.1º | 0.35% | 0.61% | - |
| HSV(B) | 283.1º | 0.37% | 0.75% | - |
| XYZ | 32.47 | 25.46 | 51.92 | - |
| YUV | 142.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 190 | 0.11 | 0.37 | 0 | 0.25 | 283.1 | 0.35 | 0.61 |
| Hex | AA | 77 | BE | B | 25 | 0 | 19 | 11B | 23 | 3D |
| Octal | 252 | 167 | 276 | 13 | 45 | 0 | 31 | 433 | 43 | 75 |
| Binary | 10101010 | 1110111 | 10111110 | 1011 | 100101 | 0 | 11001 | 100011011 | 100011 | 111101 |
Color Harmonies of #AA77BE
Complementary color
Monochromatic Colors of #AA77BE
Black with #AA77BE
Text Example
Text Example
White with #AA77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77BE; }
p { color: rgb(170,119,190); }
H1.HeaderClassName
{
color: #AA77BE;
}
.AnyTagClassName
{
color: #AA77BE;
}
</style>
background-color css
<style>
a { background-color: #AA77BE; }
a { background-color: rgb(170,119,190); }
div.DivClassName
{
background-color: #AA77BE;
}
.BgClassName
{
background-color: #AA77BE;
}
</style>
border-color css
<style>
span { border-color: #AA77BE; }
span { border-color: rgb(170,119,190); }
td.TdClassName
{
border-color: #AA77BE;
}
.TagClassName
{
border-color: #AA77BE;
}
</style>