Shades of East Side #AA8BB0
Tints of East Side #AA8BB0
RGB
CMYK
RGB Variations
Color information
#AA8BB0 (or 0xAA8BB0) is known color: East Side. HEX triplet: AA, 8B and B0. RGB value is (170,139,176). Sum of RGB (Red+Green+Blue) = 170+139+176=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA8BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BB0 is #55744F. Grayscale: #989898. Windows color (decimal): -5600336 or 11570090. OLE color: 11570090.
HSL color Cylindrical-coordinate representation of color #AA8BB0: hue angle of 290.27º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8BB0 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 139 | 176 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.31 |
| HSL | 290.27º | 0.19% | 0.62% | - |
| HSV(B) | 290.27º | 0.21% | 0.69% | - |
| XYZ | 33.65 | 30.15 | 45.12 | - |
| YUV | 152.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 176 | 0.03 | 0.21 | 0 | 0.31 | 290.27 | 0.19 | 0.62 |
| Hex | AA | 8B | B0 | 3 | 15 | 0 | 1F | 122 | 13 | 3E |
| Octal | 252 | 213 | 260 | 3 | 25 | 0 | 37 | 442 | 23 | 76 |
| Binary | 10101010 | 10001011 | 10110000 | 11 | 10101 | 0 | 11111 | 100100010 | 10011 | 111110 |
Color Harmonies of #AA8BB0
Complementary color
Monochromatic Colors of #AA8BB0
Black with #AA8BB0
Text Example
Text Example
White with #AA8BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BB0; }
p { color: rgb(170,139,176); }
H1.HeaderClassName
{
color: #AA8BB0;
}
.AnyTagClassName
{
color: #AA8BB0;
}
</style>
background-color css
<style>
a { background-color: #AA8BB0; }
a { background-color: rgb(170,139,176); }
div.DivClassName
{
background-color: #AA8BB0;
}
.BgClassName
{
background-color: #AA8BB0;
}
</style>
border-color css
<style>
span { border-color: #AA8BB0; }
span { border-color: rgb(170,139,176); }
td.TdClassName
{
border-color: #AA8BB0;
}
.TagClassName
{
border-color: #AA8BB0;
}
</style>