Shades of East Side #AA76C1
Tints of East Side #AA76C1
RGB
CMYK
RGB Variations
Color information
#AA76C1 (or 0xAA76C1) is known color: East Side. HEX triplet: AA, 76 and C1. RGB value is (170,118,193). Sum of RGB (Red+Green+Blue) = 170+118+193=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76C1 is #55893E. Grayscale: #8D8D8D. Windows color (decimal): -5605695 or 12678826. OLE color: 12678826.
HSL color Cylindrical-coordinate representation of color #AA76C1: hue angle of 281.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA76C1 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 118 | 193 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.24 |
| HSL | 281.6º | 0.38% | 0.61% | - |
| HSV(B) | 281.6º | 0.39% | 0.76% | - |
| XYZ | 32.68 | 25.35 | 53.62 | - |
| YUV | 142.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 193 | 0.12 | 0.39 | 0 | 0.24 | 281.6 | 0.38 | 0.61 |
| Hex | AA | 76 | C1 | C | 27 | 0 | 18 | 11A | 26 | 3D |
| Octal | 252 | 166 | 301 | 14 | 47 | 0 | 30 | 432 | 46 | 75 |
| Binary | 10101010 | 1110110 | 11000001 | 1100 | 100111 | 0 | 11000 | 100011010 | 100110 | 111101 |
Color Harmonies of #AA76C1
Complementary color
Monochromatic Colors of #AA76C1
Black with #AA76C1
Text Example
Text Example
White with #AA76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76C1; }
p { color: rgb(170,118,193); }
H1.HeaderClassName
{
color: #AA76C1;
}
.AnyTagClassName
{
color: #AA76C1;
}
</style>
background-color css
<style>
a { background-color: #AA76C1; }
a { background-color: rgb(170,118,193); }
div.DivClassName
{
background-color: #AA76C1;
}
.BgClassName
{
background-color: #AA76C1;
}
</style>
border-color css
<style>
span { border-color: #AA76C1; }
span { border-color: rgb(170,118,193); }
td.TdClassName
{
border-color: #AA76C1;
}
.TagClassName
{
border-color: #AA76C1;
}
</style>