Shades of East Side #AA91BE
Tints of East Side #AA91BE
RGB
CMYK
RGB Variations
Color information
#AA91BE (or 0xAA91BE) is known color: East Side. HEX triplet: AA, 91 and BE. RGB value is (170,145,190). Sum of RGB (Red+Green+Blue) = 170+145+190=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91BE is #556E41. Grayscale: #9D9D9D. Windows color (decimal): -5598786 or 12489130. OLE color: 12489130.
HSL color Cylindrical-coordinate representation of color #AA91BE: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA91BE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 145 | 190 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.25 |
| HSL | 273.33º | 0.26% | 0.66% | - |
| HSV(B) | 273.33º | 0.24% | 0.75% | - |
| XYZ | 36 | 32.51 | 53.09 | - |
| YUV | 157.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 190 | 0.11 | 0.24 | 0 | 0.25 | 273.33 | 0.26 | 0.66 |
| Hex | AA | 91 | BE | B | 18 | 0 | 19 | 111 | 1A | 42 |
| Octal | 252 | 221 | 276 | 13 | 30 | 0 | 31 | 421 | 32 | 102 |
| Binary | 10101010 | 10010001 | 10111110 | 1011 | 11000 | 0 | 11001 | 100010001 | 11010 | 1000010 |
Color Harmonies of #AA91BE
Complementary color
Monochromatic Colors of #AA91BE
Black with #AA91BE
Text Example
Text Example
White with #AA91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91BE; }
p { color: rgb(170,145,190); }
H1.HeaderClassName
{
color: #AA91BE;
}
.AnyTagClassName
{
color: #AA91BE;
}
</style>
background-color css
<style>
a { background-color: #AA91BE; }
a { background-color: rgb(170,145,190); }
div.DivClassName
{
background-color: #AA91BE;
}
.BgClassName
{
background-color: #AA91BE;
}
</style>
border-color css
<style>
span { border-color: #AA91BE; }
span { border-color: rgb(170,145,190); }
td.TdClassName
{
border-color: #AA91BE;
}
.TagClassName
{
border-color: #AA91BE;
}
</style>