Shades of East Side #AA8DB8
Tints of East Side #AA8DB8
RGB
CMYK
RGB Variations
Color information
#AA8DB8 (or 0xAA8DB8) is known color: East Side. HEX triplet: AA, 8D and B8. RGB value is (170,141,184). Sum of RGB (Red+Green+Blue) = 170+141+184=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA8DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DB8 is #557247. Grayscale: #9A9A9A. Windows color (decimal): -5599816 or 12094890. OLE color: 12094890.
HSL color Cylindrical-coordinate representation of color #AA8DB8: hue angle of 280.47º 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 #AA8DB8 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 141 | 184 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.28 |
| HSL | 280.47º | 0.23% | 0.64% | - |
| HSV(B) | 280.47º | 0.23% | 0.72% | - |
| XYZ | 34.75 | 31.06 | 49.51 | - |
| YUV | 154.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 184 | 0.08 | 0.23 | 0 | 0.28 | 280.47 | 0.23 | 0.64 |
| Hex | AA | 8D | B8 | 8 | 17 | 0 | 1C | 118 | 17 | 40 |
| Octal | 252 | 215 | 270 | 10 | 27 | 0 | 34 | 430 | 27 | 100 |
| Binary | 10101010 | 10001101 | 10111000 | 1000 | 10111 | 0 | 11100 | 100011000 | 10111 | 1000000 |
Color Harmonies of #AA8DB8
Complementary color
Monochromatic Colors of #AA8DB8
Black with #AA8DB8
Text Example
Text Example
White with #AA8DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DB8; }
p { color: rgb(170,141,184); }
H1.HeaderClassName
{
color: #AA8DB8;
}
.AnyTagClassName
{
color: #AA8DB8;
}
</style>
background-color css
<style>
a { background-color: #AA8DB8; }
a { background-color: rgb(170,141,184); }
div.DivClassName
{
background-color: #AA8DB8;
}
.BgClassName
{
background-color: #AA8DB8;
}
</style>
border-color css
<style>
span { border-color: #AA8DB8; }
span { border-color: rgb(170,141,184); }
td.TdClassName
{
border-color: #AA8DB8;
}
.TagClassName
{
border-color: #AA8DB8;
}
</style>