Shades of East Side #AA89B7
Tints of East Side #AA89B7
RGB
CMYK
RGB Variations
Color information
#AA89B7 (or 0xAA89B7) is known color: East Side. HEX triplet: AA, 89 and B7. RGB value is (170,137,183). Sum of RGB (Red+Green+Blue) = 170+137+183=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA89B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89B7 is #557648. Grayscale: #979797. Windows color (decimal): -5600841 or 12028330. OLE color: 12028330.
HSL color Cylindrical-coordinate representation of color #AA89B7: hue angle of 283.04º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA89B7 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 137 | 183 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.28 |
| HSL | 283.04º | 0.24% | 0.63% | - |
| HSV(B) | 283.04º | 0.25% | 0.72% | - |
| XYZ | 34.07 | 29.86 | 48.77 | - |
| YUV | 152.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 183 | 0.07 | 0.25 | 0 | 0.28 | 283.04 | 0.24 | 0.63 |
| Hex | AA | 89 | B7 | 7 | 19 | 0 | 1C | 11B | 18 | 3F |
| Octal | 252 | 211 | 267 | 7 | 31 | 0 | 34 | 433 | 30 | 77 |
| Binary | 10101010 | 10001001 | 10110111 | 111 | 11001 | 0 | 11100 | 100011011 | 11000 | 111111 |
Color Harmonies of #AA89B7
Complementary color
Monochromatic Colors of #AA89B7
Black with #AA89B7
Text Example
Text Example
White with #AA89B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89B7; }
p { color: rgb(170,137,183); }
H1.HeaderClassName
{
color: #AA89B7;
}
.AnyTagClassName
{
color: #AA89B7;
}
</style>
background-color css
<style>
a { background-color: #AA89B7; }
a { background-color: rgb(170,137,183); }
div.DivClassName
{
background-color: #AA89B7;
}
.BgClassName
{
background-color: #AA89B7;
}
</style>
border-color css
<style>
span { border-color: #AA89B7; }
span { border-color: rgb(170,137,183); }
td.TdClassName
{
border-color: #AA89B7;
}
.TagClassName
{
border-color: #AA89B7;
}
</style>