Shades of East Side #AA89BF
Tints of East Side #AA89BF
RGB
CMYK
RGB Variations
Color information
#AA89BF (or 0xAA89BF) is known color: East Side. HEX triplet: AA, 89 and BF. RGB value is (170,137,191). Sum of RGB (Red+Green+Blue) = 170+137+191=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89BF is #557640. Grayscale: #989898. Windows color (decimal): -5600833 or 12552618. OLE color: 12552618.
HSL color Cylindrical-coordinate representation of color #AA89BF: hue angle of 276.67º degrees, saturation: 0.3, 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 #AA89BF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 137 | 191 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.25 |
| HSL | 276.67º | 0.3% | 0.64% | - |
| HSV(B) | 276.67º | 0.28% | 0.75% | - |
| XYZ | 34.93 | 30.2 | 53.28 | - |
| YUV | 153.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 191 | 0.11 | 0.28 | 0 | 0.25 | 276.67 | 0.3 | 0.64 |
| Hex | AA | 89 | BF | B | 1C | 0 | 19 | 115 | 1E | 40 |
| Octal | 252 | 211 | 277 | 13 | 34 | 0 | 31 | 425 | 36 | 100 |
| Binary | 10101010 | 10001001 | 10111111 | 1011 | 11100 | 0 | 11001 | 100010101 | 11110 | 1000000 |
Color Harmonies of #AA89BF
Complementary color
Monochromatic Colors of #AA89BF
Black with #AA89BF
Text Example
Text Example
White with #AA89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89BF; }
p { color: rgb(170,137,191); }
H1.HeaderClassName
{
color: #AA89BF;
}
.AnyTagClassName
{
color: #AA89BF;
}
</style>
background-color css
<style>
a { background-color: #AA89BF; }
a { background-color: rgb(170,137,191); }
div.DivClassName
{
background-color: #AA89BF;
}
.BgClassName
{
background-color: #AA89BF;
}
</style>
border-color css
<style>
span { border-color: #AA89BF; }
span { border-color: rgb(170,137,191); }
td.TdClassName
{
border-color: #AA89BF;
}
.TagClassName
{
border-color: #AA89BF;
}
</style>