Shades of East Side #AA8CB9
Tints of East Side #AA8CB9
RGB
CMYK
RGB Variations
Color information
#AA8CB9 (or 0xAA8CB9) is known color: East Side. HEX triplet: AA, 8C and B9. RGB value is (170,140,185). Sum of RGB (Red+Green+Blue) = 170+140+185=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA8CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CB9 is #557346. Grayscale: #999999. Windows color (decimal): -5600071 or 12160170. OLE color: 12160170.
HSL color Cylindrical-coordinate representation of color #AA8CB9: hue angle of 280º 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 #AA8CB9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 140 | 185 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.27 |
| HSL | 280º | 0.24% | 0.64% | - |
| HSV(B) | 280º | 0.24% | 0.73% | - |
| XYZ | 34.71 | 30.81 | 50.02 | - |
| YUV | 154.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 185 | 0.08 | 0.24 | 0 | 0.27 | 280 | 0.24 | 0.64 |
| Hex | AA | 8C | B9 | 8 | 18 | 0 | 1B | 118 | 18 | 40 |
| Octal | 252 | 214 | 271 | 10 | 30 | 0 | 33 | 430 | 30 | 100 |
| Binary | 10101010 | 10001100 | 10111001 | 1000 | 11000 | 0 | 11011 | 100011000 | 11000 | 1000000 |
Color Harmonies of #AA8CB9
Complementary color
Monochromatic Colors of #AA8CB9
Black with #AA8CB9
Text Example
Text Example
White with #AA8CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CB9; }
p { color: rgb(170,140,185); }
H1.HeaderClassName
{
color: #AA8CB9;
}
.AnyTagClassName
{
color: #AA8CB9;
}
</style>
background-color css
<style>
a { background-color: #AA8CB9; }
a { background-color: rgb(170,140,185); }
div.DivClassName
{
background-color: #AA8CB9;
}
.BgClassName
{
background-color: #AA8CB9;
}
</style>
border-color css
<style>
span { border-color: #AA8CB9; }
span { border-color: rgb(170,140,185); }
td.TdClassName
{
border-color: #AA8CB9;
}
.TagClassName
{
border-color: #AA8CB9;
}
</style>