Shades of East Side #AA76BC
Tints of East Side #AA76BC
RGB
CMYK
RGB Variations
Color information
#AA76BC (or 0xAA76BC) is known color: East Side. HEX triplet: AA, 76 and BC. RGB value is (170,118,188). Sum of RGB (Red+Green+Blue) = 170+118+188=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76BC is #558943. Grayscale: #8D8D8D. Windows color (decimal): -5605700 or 12351146. OLE color: 12351146.
HSL color Cylindrical-coordinate representation of color #AA76BC: hue angle of 284.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA76BC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 118 | 188 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.26 |
| HSL | 284.57º | 0.34% | 0.6% | - |
| HSV(B) | 284.57º | 0.37% | 0.74% | - |
| XYZ | 32.13 | 25.13 | 50.73 | - |
| YUV | 141.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 188 | 0.10 | 0.37 | 0 | 0.26 | 284.57 | 0.34 | 0.6 |
| Hex | AA | 76 | BC | A | 25 | 0 | 1A | 11D | 22 | 3C |
| Octal | 252 | 166 | 274 | 12 | 45 | 0 | 32 | 435 | 42 | 74 |
| Binary | 10101010 | 1110110 | 10111100 | 1010 | 100101 | 0 | 11010 | 100011101 | 100010 | 111100 |
Color Harmonies of #AA76BC
Complementary color
Monochromatic Colors of #AA76BC
Black with #AA76BC
Text Example
Text Example
White with #AA76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76BC; }
p { color: rgb(170,118,188); }
H1.HeaderClassName
{
color: #AA76BC;
}
.AnyTagClassName
{
color: #AA76BC;
}
</style>
background-color css
<style>
a { background-color: #AA76BC; }
a { background-color: rgb(170,118,188); }
div.DivClassName
{
background-color: #AA76BC;
}
.BgClassName
{
background-color: #AA76BC;
}
</style>
border-color css
<style>
span { border-color: #AA76BC; }
span { border-color: rgb(170,118,188); }
td.TdClassName
{
border-color: #AA76BC;
}
.TagClassName
{
border-color: #AA76BC;
}
</style>