Shades of East Side #AA89BE
Tints of East Side #AA89BE
RGB
CMYK
RGB Variations
Color information
#AA89BE (or 0xAA89BE) is known color: East Side. HEX triplet: AA, 89 and BE. RGB value is (170,137,190). Sum of RGB (Red+Green+Blue) = 170+137+190=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89BE is #557641. Grayscale: #989898. Windows color (decimal): -5600834 or 12487082. OLE color: 12487082.
HSL color Cylindrical-coordinate representation of color #AA89BE: hue angle of 277.36º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA89BE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 137 | 190 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.25 |
| HSL | 277.36º | 0.29% | 0.64% | - |
| HSV(B) | 277.36º | 0.28% | 0.75% | - |
| XYZ | 34.82 | 30.16 | 52.7 | - |
| YUV | 152.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 190 | 0.11 | 0.28 | 0 | 0.25 | 277.36 | 0.29 | 0.64 |
| Hex | AA | 89 | BE | B | 1C | 0 | 19 | 115 | 1D | 40 |
| Octal | 252 | 211 | 276 | 13 | 34 | 0 | 31 | 425 | 35 | 100 |
| Binary | 10101010 | 10001001 | 10111110 | 1011 | 11100 | 0 | 11001 | 100010101 | 11101 | 1000000 |
Color Harmonies of #AA89BE
Complementary color
Monochromatic Colors of #AA89BE
Black with #AA89BE
Text Example
Text Example
White with #AA89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89BE; }
p { color: rgb(170,137,190); }
H1.HeaderClassName
{
color: #AA89BE;
}
.AnyTagClassName
{
color: #AA89BE;
}
</style>
background-color css
<style>
a { background-color: #AA89BE; }
a { background-color: rgb(170,137,190); }
div.DivClassName
{
background-color: #AA89BE;
}
.BgClassName
{
background-color: #AA89BE;
}
</style>
border-color css
<style>
span { border-color: #AA89BE; }
span { border-color: rgb(170,137,190); }
td.TdClassName
{
border-color: #AA89BE;
}
.TagClassName
{
border-color: #AA89BE;
}
</style>