Shades of East Side #AA77B7
Tints of East Side #AA77B7
RGB
CMYK
RGB Variations
Color information
#AA77B7 (or 0xAA77B7) is known color: East Side. HEX triplet: AA, 77 and B7. RGB value is (170,119,183). Sum of RGB (Red+Green+Blue) = 170+119+183=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA77B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77B7 is #558848. Grayscale: #8D8D8D. Windows color (decimal): -5605449 or 12023722. OLE color: 12023722.
HSL color Cylindrical-coordinate representation of color #AA77B7: hue angle of 287.81º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA77B7 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 119 | 183 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.28 |
| HSL | 287.81º | 0.31% | 0.59% | - |
| HSV(B) | 287.81º | 0.35% | 0.72% | - |
| XYZ | 31.72 | 25.16 | 47.98 | - |
| YUV | 141.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 183 | 0.07 | 0.35 | 0 | 0.28 | 287.81 | 0.31 | 0.59 |
| Hex | AA | 77 | B7 | 7 | 23 | 0 | 1C | 120 | 1F | 3B |
| Octal | 252 | 167 | 267 | 7 | 43 | 0 | 34 | 440 | 37 | 73 |
| Binary | 10101010 | 1110111 | 10110111 | 111 | 100011 | 0 | 11100 | 100100000 | 11111 | 111011 |
Color Harmonies of #AA77B7
Complementary color
Monochromatic Colors of #AA77B7
Black with #AA77B7
Text Example
Text Example
White with #AA77B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77B7; }
p { color: rgb(170,119,183); }
H1.HeaderClassName
{
color: #AA77B7;
}
.AnyTagClassName
{
color: #AA77B7;
}
</style>
background-color css
<style>
a { background-color: #AA77B7; }
a { background-color: rgb(170,119,183); }
div.DivClassName
{
background-color: #AA77B7;
}
.BgClassName
{
background-color: #AA77B7;
}
</style>
border-color css
<style>
span { border-color: #AA77B7; }
span { border-color: rgb(170,119,183); }
td.TdClassName
{
border-color: #AA77B7;
}
.TagClassName
{
border-color: #AA77B7;
}
</style>