Shades of East Side #AA9AB5
Tints of East Side #AA9AB5
RGB
CMYK
RGB Variations
Color information
#AA9AB5 (or 0xAA9AB5) is known color: East Side. HEX triplet: AA, 9A and B5. RGB value is (170,154,181). Sum of RGB (Red+Green+Blue) = 170+154+181=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA9AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AB5 is #55654A. Grayscale: #A1A1A1. Windows color (decimal): -5596491 or 11901610. OLE color: 11901610.
HSL color Cylindrical-coordinate representation of color #AA9AB5: hue angle of 275.56º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9AB5 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 154 | 181 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.29 |
| HSL | 275.56º | 0.15% | 0.66% | - |
| HSV(B) | 275.56º | 0.15% | 0.71% | - |
| XYZ | 36.47 | 34.99 | 48.55 | - |
| YUV | 161.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 181 | 0.06 | 0.15 | 0 | 0.29 | 275.56 | 0.15 | 0.66 |
| Hex | AA | 9A | B5 | 6 | F | 0 | 1D | 114 | F | 42 |
| Octal | 252 | 232 | 265 | 6 | 17 | 0 | 35 | 424 | 17 | 102 |
| Binary | 10101010 | 10011010 | 10110101 | 110 | 1111 | 0 | 11101 | 100010100 | 1111 | 1000010 |
Color Harmonies of #AA9AB5
Complementary color
Monochromatic Colors of #AA9AB5
Black with #AA9AB5
Text Example
Text Example
White with #AA9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AB5; }
p { color: rgb(170,154,181); }
H1.HeaderClassName
{
color: #AA9AB5;
}
.AnyTagClassName
{
color: #AA9AB5;
}
</style>
background-color css
<style>
a { background-color: #AA9AB5; }
a { background-color: rgb(170,154,181); }
div.DivClassName
{
background-color: #AA9AB5;
}
.BgClassName
{
background-color: #AA9AB5;
}
</style>
border-color css
<style>
span { border-color: #AA9AB5; }
span { border-color: rgb(170,154,181); }
td.TdClassName
{
border-color: #AA9AB5;
}
.TagClassName
{
border-color: #AA9AB5;
}
</style>