Shades of East Side #AA8DB9
Tints of East Side #AA8DB9
RGB
CMYK
RGB Variations
Color information
#AA8DB9 (or 0xAA8DB9) is known color: East Side. HEX triplet: AA, 8D and B9. RGB value is (170,141,185). Sum of RGB (Red+Green+Blue) = 170+141+185=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA8DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DB9 is #557246. Grayscale: #9A9A9A. Windows color (decimal): -5599815 or 12160426. OLE color: 12160426.
HSL color Cylindrical-coordinate representation of color #AA8DB9: hue angle of 279.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8DB9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 141 | 185 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.27 |
| HSL | 279.55º | 0.24% | 0.64% | - |
| HSV(B) | 279.55º | 0.24% | 0.73% | - |
| XYZ | 34.86 | 31.1 | 50.06 | - |
| YUV | 154.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 185 | 0.08 | 0.24 | 0 | 0.27 | 279.55 | 0.24 | 0.64 |
| Hex | AA | 8D | B9 | 8 | 18 | 0 | 1B | 118 | 18 | 40 |
| Octal | 252 | 215 | 271 | 10 | 30 | 0 | 33 | 430 | 30 | 100 |
| Binary | 10101010 | 10001101 | 10111001 | 1000 | 11000 | 0 | 11011 | 100011000 | 11000 | 1000000 |
Color Harmonies of #AA8DB9
Complementary color
Monochromatic Colors of #AA8DB9
Black with #AA8DB9
Text Example
Text Example
White with #AA8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DB9; }
p { color: rgb(170,141,185); }
H1.HeaderClassName
{
color: #AA8DB9;
}
.AnyTagClassName
{
color: #AA8DB9;
}
</style>
background-color css
<style>
a { background-color: #AA8DB9; }
a { background-color: rgb(170,141,185); }
div.DivClassName
{
background-color: #AA8DB9;
}
.BgClassName
{
background-color: #AA8DB9;
}
</style>
border-color css
<style>
span { border-color: #AA8DB9; }
span { border-color: rgb(170,141,185); }
td.TdClassName
{
border-color: #AA8DB9;
}
.TagClassName
{
border-color: #AA8DB9;
}
</style>