Shades of East Side #AA91BB
Tints of East Side #AA91BB
RGB
CMYK
RGB Variations
Color information
#AA91BB (or 0xAA91BB) is known color: East Side. HEX triplet: AA, 91 and BB. RGB value is (170,145,187). Sum of RGB (Red+Green+Blue) = 170+145+187=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA91BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91BB is #556E44. Grayscale: #9D9D9D. Windows color (decimal): -5598789 or 12292522. OLE color: 12292522.
HSL color Cylindrical-coordinate representation of color #AA91BB: hue angle of 275.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA91BB is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 145 | 187 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.27 |
| HSL | 275.71º | 0.24% | 0.65% | - |
| HSV(B) | 275.71º | 0.22% | 0.73% | - |
| XYZ | 35.67 | 32.38 | 51.38 | - |
| YUV | 157.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 187 | 0.09 | 0.22 | 0 | 0.27 | 275.71 | 0.24 | 0.65 |
| Hex | AA | 91 | BB | 9 | 16 | 0 | 1B | 114 | 18 | 41 |
| Octal | 252 | 221 | 273 | 11 | 26 | 0 | 33 | 424 | 30 | 101 |
| Binary | 10101010 | 10010001 | 10111011 | 1001 | 10110 | 0 | 11011 | 100010100 | 11000 | 1000001 |
Color Harmonies of #AA91BB
Complementary color
Monochromatic Colors of #AA91BB
Black with #AA91BB
Text Example
Text Example
White with #AA91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91BB; }
p { color: rgb(170,145,187); }
H1.HeaderClassName
{
color: #AA91BB;
}
.AnyTagClassName
{
color: #AA91BB;
}
</style>
background-color css
<style>
a { background-color: #AA91BB; }
a { background-color: rgb(170,145,187); }
div.DivClassName
{
background-color: #AA91BB;
}
.BgClassName
{
background-color: #AA91BB;
}
</style>
border-color css
<style>
span { border-color: #AA91BB; }
span { border-color: rgb(170,145,187); }
td.TdClassName
{
border-color: #AA91BB;
}
.TagClassName
{
border-color: #AA91BB;
}
</style>