Shades of East Side #AA89BC
Tints of East Side #AA89BC
RGB
CMYK
RGB Variations
Color information
#AA89BC (or 0xAA89BC) is known color: East Side. HEX triplet: AA, 89 and BC. RGB value is (170,137,188). Sum of RGB (Red+Green+Blue) = 170+137+188=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89BC is #557643. Grayscale: #989898. Windows color (decimal): -5600836 or 12356010. OLE color: 12356010.
HSL color Cylindrical-coordinate representation of color #AA89BC: hue angle of 278.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA89BC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 137 | 188 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.26 |
| HSL | 278.82º | 0.28% | 0.64% | - |
| HSV(B) | 278.82º | 0.27% | 0.74% | - |
| XYZ | 34.6 | 30.07 | 51.56 | - |
| YUV | 152.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 188 | 0.10 | 0.27 | 0 | 0.26 | 278.82 | 0.28 | 0.64 |
| Hex | AA | 89 | BC | A | 1B | 0 | 1A | 117 | 1C | 40 |
| Octal | 252 | 211 | 274 | 12 | 33 | 0 | 32 | 427 | 34 | 100 |
| Binary | 10101010 | 10001001 | 10111100 | 1010 | 11011 | 0 | 11010 | 100010111 | 11100 | 1000000 |
Color Harmonies of #AA89BC
Complementary color
Monochromatic Colors of #AA89BC
Black with #AA89BC
Text Example
Text Example
White with #AA89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89BC; }
p { color: rgb(170,137,188); }
H1.HeaderClassName
{
color: #AA89BC;
}
.AnyTagClassName
{
color: #AA89BC;
}
</style>
background-color css
<style>
a { background-color: #AA89BC; }
a { background-color: rgb(170,137,188); }
div.DivClassName
{
background-color: #AA89BC;
}
.BgClassName
{
background-color: #AA89BC;
}
</style>
border-color css
<style>
span { border-color: #AA89BC; }
span { border-color: rgb(170,137,188); }
td.TdClassName
{
border-color: #AA89BC;
}
.TagClassName
{
border-color: #AA89BC;
}
</style>