Shades of East Side #AA88B1
Tints of East Side #AA88B1
RGB
CMYK
RGB Variations
Color information
#AA88B1 (or 0xAA88B1) is known color: East Side. HEX triplet: AA, 88 and B1. RGB value is (170,136,177). Sum of RGB (Red+Green+Blue) = 170+136+177=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA88B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88B1 is #55774E. Grayscale: #969696. Windows color (decimal): -5601103 or 11634858. OLE color: 11634858.
HSL color Cylindrical-coordinate representation of color #AA88B1: hue angle of 289.76º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA88B1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 136 | 177 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.31 |
| HSL | 289.76º | 0.21% | 0.61% | - |
| HSV(B) | 289.76º | 0.23% | 0.69% | - |
| XYZ | 33.32 | 29.33 | 45.5 | - |
| YUV | 150.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 177 | 0.04 | 0.23 | 0 | 0.31 | 289.76 | 0.21 | 0.61 |
| Hex | AA | 88 | B1 | 4 | 17 | 0 | 1F | 122 | 15 | 3D |
| Octal | 252 | 210 | 261 | 4 | 27 | 0 | 37 | 442 | 25 | 75 |
| Binary | 10101010 | 10001000 | 10110001 | 100 | 10111 | 0 | 11111 | 100100010 | 10101 | 111101 |
Color Harmonies of #AA88B1
Complementary color
Monochromatic Colors of #AA88B1
Black with #AA88B1
Text Example
Text Example
White with #AA88B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88B1; }
p { color: rgb(170,136,177); }
H1.HeaderClassName
{
color: #AA88B1;
}
.AnyTagClassName
{
color: #AA88B1;
}
</style>
background-color css
<style>
a { background-color: #AA88B1; }
a { background-color: rgb(170,136,177); }
div.DivClassName
{
background-color: #AA88B1;
}
.BgClassName
{
background-color: #AA88B1;
}
</style>
border-color css
<style>
span { border-color: #AA88B1; }
span { border-color: rgb(170,136,177); }
td.TdClassName
{
border-color: #AA88B1;
}
.TagClassName
{
border-color: #AA88B1;
}
</style>