Shades of East Side #AA9BB8
Tints of East Side #AA9BB8
RGB
CMYK
RGB Variations
Color information
#AA9BB8 (or 0xAA9BB8) is known color: East Side. HEX triplet: AA, 9B and B8. RGB value is (170,155,184). Sum of RGB (Red+Green+Blue) = 170+155+184=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA9BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BB8 is #556447. Grayscale: #A2A2A2. Windows color (decimal): -5596232 or 12098474. OLE color: 12098474.
HSL color Cylindrical-coordinate representation of color #AA9BB8: hue angle of 271.03º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9BB8 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 155 | 184 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.28 |
| HSL | 271.03º | 0.17% | 0.66% | - |
| HSV(B) | 271.03º | 0.16% | 0.72% | - |
| XYZ | 36.95 | 35.45 | 50.24 | - |
| YUV | 162.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 184 | 0.08 | 0.16 | 0 | 0.28 | 271.03 | 0.17 | 0.66 |
| Hex | AA | 9B | B8 | 8 | 10 | 0 | 1C | 10F | 11 | 42 |
| Octal | 252 | 233 | 270 | 10 | 20 | 0 | 34 | 417 | 21 | 102 |
| Binary | 10101010 | 10011011 | 10111000 | 1000 | 10000 | 0 | 11100 | 100001111 | 10001 | 1000010 |
Color Harmonies of #AA9BB8
Complementary color
Monochromatic Colors of #AA9BB8
Black with #AA9BB8
Text Example
Text Example
White with #AA9BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BB8; }
p { color: rgb(170,155,184); }
H1.HeaderClassName
{
color: #AA9BB8;
}
.AnyTagClassName
{
color: #AA9BB8;
}
</style>
background-color css
<style>
a { background-color: #AA9BB8; }
a { background-color: rgb(170,155,184); }
div.DivClassName
{
background-color: #AA9BB8;
}
.BgClassName
{
background-color: #AA9BB8;
}
</style>
border-color css
<style>
span { border-color: #AA9BB8; }
span { border-color: rgb(170,155,184); }
td.TdClassName
{
border-color: #AA9BB8;
}
.TagClassName
{
border-color: #AA9BB8;
}
</style>