Shades of East Side #AA76BB
Tints of East Side #AA76BB
RGB
CMYK
RGB Variations
Color information
#AA76BB (or 0xAA76BB) is known color: East Side. HEX triplet: AA, 76 and BB. RGB value is (170,118,187). Sum of RGB (Red+Green+Blue) = 170+118+187=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76BB is #558944. Grayscale: #8D8D8D. Windows color (decimal): -5605701 or 12285610. OLE color: 12285610.
HSL color Cylindrical-coordinate representation of color #AA76BB: hue angle of 285.22º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA76BB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 118 | 187 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.27 |
| HSL | 285.22º | 0.34% | 0.6% | - |
| HSV(B) | 285.22º | 0.37% | 0.73% | - |
| XYZ | 32.03 | 25.09 | 50.17 | - |
| YUV | 141.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 187 | 0.09 | 0.37 | 0 | 0.27 | 285.22 | 0.34 | 0.6 |
| Hex | AA | 76 | BB | 9 | 25 | 0 | 1B | 11D | 22 | 3C |
| Octal | 252 | 166 | 273 | 11 | 45 | 0 | 33 | 435 | 42 | 74 |
| Binary | 10101010 | 1110110 | 10111011 | 1001 | 100101 | 0 | 11011 | 100011101 | 100010 | 111100 |
Color Harmonies of #AA76BB
Complementary color
Monochromatic Colors of #AA76BB
Black with #AA76BB
Text Example
Text Example
White with #AA76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76BB; }
p { color: rgb(170,118,187); }
H1.HeaderClassName
{
color: #AA76BB;
}
.AnyTagClassName
{
color: #AA76BB;
}
</style>
background-color css
<style>
a { background-color: #AA76BB; }
a { background-color: rgb(170,118,187); }
div.DivClassName
{
background-color: #AA76BB;
}
.BgClassName
{
background-color: #AA76BB;
}
</style>
border-color css
<style>
span { border-color: #AA76BB; }
span { border-color: rgb(170,118,187); }
td.TdClassName
{
border-color: #AA76BB;
}
.TagClassName
{
border-color: #AA76BB;
}
</style>