Shades of East Side #AA76C0
Tints of East Side #AA76C0
RGB
CMYK
RGB Variations
Color information
#AA76C0 (or 0xAA76C0) is known color: East Side. HEX triplet: AA, 76 and C0. RGB value is (170,118,192). Sum of RGB (Red+Green+Blue) = 170+118+192=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA76C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76C0 is #55893F. Grayscale: #8D8D8D. Windows color (decimal): -5605696 or 12613290. OLE color: 12613290.
HSL color Cylindrical-coordinate representation of color #AA76C0: hue angle of 282.16º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA76C0 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 118 | 192 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.25 |
| HSL | 282.16º | 0.37% | 0.61% | - |
| HSV(B) | 282.16º | 0.39% | 0.75% | - |
| XYZ | 32.57 | 25.31 | 53.04 | - |
| YUV | 141.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 192 | 0.11 | 0.39 | 0 | 0.25 | 282.16 | 0.37 | 0.61 |
| Hex | AA | 76 | C0 | B | 27 | 0 | 19 | 11A | 25 | 3D |
| Octal | 252 | 166 | 300 | 13 | 47 | 0 | 31 | 432 | 45 | 75 |
| Binary | 10101010 | 1110110 | 11000000 | 1011 | 100111 | 0 | 11001 | 100011010 | 100101 | 111101 |
Color Harmonies of #AA76C0
Complementary color
Monochromatic Colors of #AA76C0
Black with #AA76C0
Text Example
Text Example
White with #AA76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76C0; }
p { color: rgb(170,118,192); }
H1.HeaderClassName
{
color: #AA76C0;
}
.AnyTagClassName
{
color: #AA76C0;
}
</style>
background-color css
<style>
a { background-color: #AA76C0; }
a { background-color: rgb(170,118,192); }
div.DivClassName
{
background-color: #AA76C0;
}
.BgClassName
{
background-color: #AA76C0;
}
</style>
border-color css
<style>
span { border-color: #AA76C0; }
span { border-color: rgb(170,118,192); }
td.TdClassName
{
border-color: #AA76C0;
}
.TagClassName
{
border-color: #AA76C0;
}
</style>