Shades of East Side #AA8EB8
Tints of East Side #AA8EB8
RGB
CMYK
RGB Variations
Color information
#AA8EB8 (or 0xAA8EB8) is known color: East Side. HEX triplet: AA, 8E and B8. RGB value is (170,142,184). Sum of RGB (Red+Green+Blue) = 170+142+184=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA8EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EB8 is #557147. Grayscale: #9B9B9B. Windows color (decimal): -5599560 or 12095146. OLE color: 12095146.
HSL color Cylindrical-coordinate representation of color #AA8EB8: hue angle of 280º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8EB8 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 142 | 184 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.28 |
| HSL | 280º | 0.23% | 0.64% | - |
| HSV(B) | 280º | 0.23% | 0.72% | - |
| XYZ | 34.9 | 31.35 | 49.56 | - |
| YUV | 155.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 184 | 0.08 | 0.23 | 0 | 0.28 | 280 | 0.23 | 0.64 |
| Hex | AA | 8E | B8 | 8 | 17 | 0 | 1C | 118 | 17 | 40 |
| Octal | 252 | 216 | 270 | 10 | 27 | 0 | 34 | 430 | 27 | 100 |
| Binary | 10101010 | 10001110 | 10111000 | 1000 | 10111 | 0 | 11100 | 100011000 | 10111 | 1000000 |
Color Harmonies of #AA8EB8
Complementary color
Monochromatic Colors of #AA8EB8
Black with #AA8EB8
Text Example
Text Example
White with #AA8EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8EB8; }
p { color: rgb(170,142,184); }
H1.HeaderClassName
{
color: #AA8EB8;
}
.AnyTagClassName
{
color: #AA8EB8;
}
</style>
background-color css
<style>
a { background-color: #AA8EB8; }
a { background-color: rgb(170,142,184); }
div.DivClassName
{
background-color: #AA8EB8;
}
.BgClassName
{
background-color: #AA8EB8;
}
</style>
border-color css
<style>
span { border-color: #AA8EB8; }
span { border-color: rgb(170,142,184); }
td.TdClassName
{
border-color: #AA8EB8;
}
.TagClassName
{
border-color: #AA8EB8;
}
</style>