Shades of East Side #AA99B1
Tints of East Side #AA99B1
RGB
CMYK
RGB Variations
Color information
#AA99B1 (or 0xAA99B1) is known color: East Side. HEX triplet: AA, 99 and B1. RGB value is (170,153,177). Sum of RGB (Red+Green+Blue) = 170+153+177=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99B1 is #55664E. Grayscale: #A0A0A0. Windows color (decimal): -5596751 or 11639210. OLE color: 11639210.
HSL color Cylindrical-coordinate representation of color #AA99B1: hue angle of 282.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA99B1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 153 | 177 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.31 |
| HSL | 282.5º | 0.13% | 0.65% | - |
| HSV(B) | 282.5º | 0.14% | 0.69% | - |
| XYZ | 35.9 | 34.5 | 46.36 | - |
| YUV | 160.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 177 | 0.04 | 0.14 | 0 | 0.31 | 282.5 | 0.13 | 0.65 |
| Hex | AA | 99 | B1 | 4 | E | 0 | 1F | 11A | D | 41 |
| Octal | 252 | 231 | 261 | 4 | 16 | 0 | 37 | 432 | 15 | 101 |
| Binary | 10101010 | 10011001 | 10110001 | 100 | 1110 | 0 | 11111 | 100011010 | 1101 | 1000001 |
Color Harmonies of #AA99B1
Complementary color
Monochromatic Colors of #AA99B1
Black with #AA99B1
Text Example
Text Example
White with #AA99B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99B1; }
p { color: rgb(170,153,177); }
H1.HeaderClassName
{
color: #AA99B1;
}
.AnyTagClassName
{
color: #AA99B1;
}
</style>
background-color css
<style>
a { background-color: #AA99B1; }
a { background-color: rgb(170,153,177); }
div.DivClassName
{
background-color: #AA99B1;
}
.BgClassName
{
background-color: #AA99B1;
}
</style>
border-color css
<style>
span { border-color: #AA99B1; }
span { border-color: rgb(170,153,177); }
td.TdClassName
{
border-color: #AA99B1;
}
.TagClassName
{
border-color: #AA99B1;
}
</style>