Shades of East Side #AA91BC
Tints of East Side #AA91BC
RGB
CMYK
RGB Variations
Color information
#AA91BC (or 0xAA91BC) is known color: East Side. HEX triplet: AA, 91 and BC. RGB value is (170,145,188). Sum of RGB (Red+Green+Blue) = 170+145+188=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA91BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91BC is #556E43. Grayscale: #9D9D9D. Windows color (decimal): -5598788 or 12358058. OLE color: 12358058.
HSL color Cylindrical-coordinate representation of color #AA91BC: hue angle of 274.88º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA91BC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 145 | 188 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.26 |
| HSL | 274.88º | 0.24% | 0.65% | - |
| HSV(B) | 274.88º | 0.23% | 0.74% | - |
| XYZ | 35.78 | 32.43 | 51.95 | - |
| YUV | 157.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 188 | 0.10 | 0.23 | 0 | 0.26 | 274.88 | 0.24 | 0.65 |
| Hex | AA | 91 | BC | A | 17 | 0 | 1A | 113 | 18 | 41 |
| Octal | 252 | 221 | 274 | 12 | 27 | 0 | 32 | 423 | 30 | 101 |
| Binary | 10101010 | 10010001 | 10111100 | 1010 | 10111 | 0 | 11010 | 100010011 | 11000 | 1000001 |
Color Harmonies of #AA91BC
Complementary color
Monochromatic Colors of #AA91BC
Black with #AA91BC
Text Example
Text Example
White with #AA91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91BC; }
p { color: rgb(170,145,188); }
H1.HeaderClassName
{
color: #AA91BC;
}
.AnyTagClassName
{
color: #AA91BC;
}
</style>
background-color css
<style>
a { background-color: #AA91BC; }
a { background-color: rgb(170,145,188); }
div.DivClassName
{
background-color: #AA91BC;
}
.BgClassName
{
background-color: #AA91BC;
}
</style>
border-color css
<style>
span { border-color: #AA91BC; }
span { border-color: rgb(170,145,188); }
td.TdClassName
{
border-color: #AA91BC;
}
.TagClassName
{
border-color: #AA91BC;
}
</style>