Shades of East Side #AA88BB
Tints of East Side #AA88BB
RGB
CMYK
RGB Variations
Color information
#AA88BB (or 0xAA88BB) is known color: East Side. HEX triplet: AA, 88 and BB. RGB value is (170,136,187). Sum of RGB (Red+Green+Blue) = 170+136+187=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA88BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BB is #557744. Grayscale: #979797. Windows color (decimal): -5601093 or 12290218. OLE color: 12290218.
HSL color Cylindrical-coordinate representation of color #AA88BB: hue angle of 280º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA88BB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 136 | 187 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.27 |
| HSL | 280º | 0.27% | 0.63% | - |
| HSV(B) | 280º | 0.27% | 0.73% | - |
| XYZ | 34.35 | 29.74 | 50.94 | - |
| YUV | 151.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 187 | 0.09 | 0.27 | 0 | 0.27 | 280 | 0.27 | 0.63 |
| Hex | AA | 88 | BB | 9 | 1B | 0 | 1B | 118 | 1B | 3F |
| Octal | 252 | 210 | 273 | 11 | 33 | 0 | 33 | 430 | 33 | 77 |
| Binary | 10101010 | 10001000 | 10111011 | 1001 | 11011 | 0 | 11011 | 100011000 | 11011 | 111111 |
Color Harmonies of #AA88BB
Complementary color
Monochromatic Colors of #AA88BB
Black with #AA88BB
Text Example
Text Example
White with #AA88BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88BB; }
p { color: rgb(170,136,187); }
H1.HeaderClassName
{
color: #AA88BB;
}
.AnyTagClassName
{
color: #AA88BB;
}
</style>
background-color css
<style>
a { background-color: #AA88BB; }
a { background-color: rgb(170,136,187); }
div.DivClassName
{
background-color: #AA88BB;
}
.BgClassName
{
background-color: #AA88BB;
}
</style>
border-color css
<style>
span { border-color: #AA88BB; }
span { border-color: rgb(170,136,187); }
td.TdClassName
{
border-color: #AA88BB;
}
.TagClassName
{
border-color: #AA88BB;
}
</style>