Shades of East Side #AA9BBB
Tints of East Side #AA9BBB
RGB
CMYK
RGB Variations
Color information
#AA9BBB (or 0xAA9BBB) is known color: East Side. HEX triplet: AA, 9B and BB. RGB value is (170,155,187). Sum of RGB (Red+Green+Blue) = 170+155+187=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA9BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BBB is #556444. Grayscale: #A3A3A3. Windows color (decimal): -5596229 or 12295082. OLE color: 12295082.
HSL color Cylindrical-coordinate representation of color #AA9BBB: hue angle of 268.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9BBB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 155 | 187 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.27 |
| HSL | 268.13º | 0.19% | 0.67% | - |
| HSV(B) | 268.13º | 0.17% | 0.73% | - |
| XYZ | 37.27 | 35.58 | 51.92 | - |
| YUV | 163.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 187 | 0.09 | 0.17 | 0 | 0.27 | 268.13 | 0.19 | 0.67 |
| Hex | AA | 9B | BB | 9 | 11 | 0 | 1B | 10C | 13 | 43 |
| Octal | 252 | 233 | 273 | 11 | 21 | 0 | 33 | 414 | 23 | 103 |
| Binary | 10101010 | 10011011 | 10111011 | 1001 | 10001 | 0 | 11011 | 100001100 | 10011 | 1000011 |
Color Harmonies of #AA9BBB
Complementary color
Monochromatic Colors of #AA9BBB
Black with #AA9BBB
Text Example
Text Example
White with #AA9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BBB; }
p { color: rgb(170,155,187); }
H1.HeaderClassName
{
color: #AA9BBB;
}
.AnyTagClassName
{
color: #AA9BBB;
}
</style>
background-color css
<style>
a { background-color: #AA9BBB; }
a { background-color: rgb(170,155,187); }
div.DivClassName
{
background-color: #AA9BBB;
}
.BgClassName
{
background-color: #AA9BBB;
}
</style>
border-color css
<style>
span { border-color: #AA9BBB; }
span { border-color: rgb(170,155,187); }
td.TdClassName
{
border-color: #AA9BBB;
}
.TagClassName
{
border-color: #AA9BBB;
}
</style>