Shades of East Side #AA77B3
Tints of East Side #AA77B3
RGB
CMYK
RGB Variations
Color information
#AA77B3 (or 0xAA77B3) is known color: East Side. HEX triplet: AA, 77 and B3. RGB value is (170,119,179). Sum of RGB (Red+Green+Blue) = 170+119+179=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA77B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77B3 is #55884C. Grayscale: #8C8C8C. Windows color (decimal): -5605453 or 11761578. OLE color: 11761578.
HSL color Cylindrical-coordinate representation of color #AA77B3: hue angle of 291º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA77B3 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 119 | 179 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.30 |
| HSL | 291º | 0.28% | 0.58% | - |
| HSV(B) | 291º | 0.34% | 0.7% | - |
| XYZ | 31.31 | 24.99 | 45.82 | - |
| YUV | 141.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 179 | 0.05 | 0.34 | 0 | 0.30 | 291 | 0.28 | 0.58 |
| Hex | AA | 77 | B3 | 5 | 22 | 0 | 1E | 123 | 1C | 3A |
| Octal | 252 | 167 | 263 | 5 | 42 | 0 | 36 | 443 | 34 | 72 |
| Binary | 10101010 | 1110111 | 10110011 | 101 | 100010 | 0 | 11110 | 100100011 | 11100 | 111010 |
Color Harmonies of #AA77B3
Complementary color
Monochromatic Colors of #AA77B3
Black with #AA77B3
Text Example
Text Example
White with #AA77B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77B3; }
p { color: rgb(170,119,179); }
H1.HeaderClassName
{
color: #AA77B3;
}
.AnyTagClassName
{
color: #AA77B3;
}
</style>
background-color css
<style>
a { background-color: #AA77B3; }
a { background-color: rgb(170,119,179); }
div.DivClassName
{
background-color: #AA77B3;
}
.BgClassName
{
background-color: #AA77B3;
}
</style>
border-color css
<style>
span { border-color: #AA77B3; }
span { border-color: rgb(170,119,179); }
td.TdClassName
{
border-color: #AA77B3;
}
.TagClassName
{
border-color: #AA77B3;
}
</style>