Shades of East Side #AA9ABB
Tints of East Side #AA9ABB
RGB
CMYK
RGB Variations
Color information
#AA9ABB (or 0xAA9ABB) is known color: East Side. HEX triplet: AA, 9A and BB. RGB value is (170,154,187). Sum of RGB (Red+Green+Blue) = 170+154+187=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABB is #556544. Grayscale: #A2A2A2. Windows color (decimal): -5596485 or 12294826. OLE color: 12294826.
HSL color Cylindrical-coordinate representation of color #AA9ABB: hue angle of 269.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9ABB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 154 | 187 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.27 |
| HSL | 269.09º | 0.2% | 0.67% | - |
| HSV(B) | 269.09º | 0.18% | 0.73% | - |
| XYZ | 37.1 | 35.25 | 51.86 | - |
| YUV | 162.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 187 | 0.09 | 0.18 | 0 | 0.27 | 269.09 | 0.2 | 0.67 |
| Hex | AA | 9A | BB | 9 | 12 | 0 | 1B | 10D | 14 | 43 |
| Octal | 252 | 232 | 273 | 11 | 22 | 0 | 33 | 415 | 24 | 103 |
| Binary | 10101010 | 10011010 | 10111011 | 1001 | 10010 | 0 | 11011 | 100001101 | 10100 | 1000011 |
Color Harmonies of #AA9ABB
Complementary color
Monochromatic Colors of #AA9ABB
Black with #AA9ABB
Text Example
Text Example
White with #AA9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ABB; }
p { color: rgb(170,154,187); }
H1.HeaderClassName
{
color: #AA9ABB;
}
.AnyTagClassName
{
color: #AA9ABB;
}
</style>
background-color css
<style>
a { background-color: #AA9ABB; }
a { background-color: rgb(170,154,187); }
div.DivClassName
{
background-color: #AA9ABB;
}
.BgClassName
{
background-color: #AA9ABB;
}
</style>
border-color css
<style>
span { border-color: #AA9ABB; }
span { border-color: rgb(170,154,187); }
td.TdClassName
{
border-color: #AA9ABB;
}
.TagClassName
{
border-color: #AA9ABB;
}
</style>