Shades of East Side #AA8BB1
Tints of East Side #AA8BB1
RGB
CMYK
RGB Variations
Color information
#AA8BB1 (or 0xAA8BB1) is known color: East Side. HEX triplet: AA, 8B and B1. RGB value is (170,139,177). Sum of RGB (Red+Green+Blue) = 170+139+177=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA8BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BB1 is #55744E. Grayscale: #989898. Windows color (decimal): -5600335 or 11635626. OLE color: 11635626.
HSL color Cylindrical-coordinate representation of color #AA8BB1: hue angle of 288.95º degrees, saturation: 0.2, 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 #AA8BB1 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 139 | 177 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.31 |
| HSL | 288.95º | 0.2% | 0.62% | - |
| HSV(B) | 288.95º | 0.21% | 0.69% | - |
| XYZ | 33.75 | 30.19 | 45.64 | - |
| YUV | 152.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 177 | 0.04 | 0.21 | 0 | 0.31 | 288.95 | 0.2 | 0.62 |
| Hex | AA | 8B | B1 | 4 | 15 | 0 | 1F | 121 | 14 | 3E |
| Octal | 252 | 213 | 261 | 4 | 25 | 0 | 37 | 441 | 24 | 76 |
| Binary | 10101010 | 10001011 | 10110001 | 100 | 10101 | 0 | 11111 | 100100001 | 10100 | 111110 |
Color Harmonies of #AA8BB1
Complementary color
Monochromatic Colors of #AA8BB1
Black with #AA8BB1
Text Example
Text Example
White with #AA8BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BB1; }
p { color: rgb(170,139,177); }
H1.HeaderClassName
{
color: #AA8BB1;
}
.AnyTagClassName
{
color: #AA8BB1;
}
</style>
background-color css
<style>
a { background-color: #AA8BB1; }
a { background-color: rgb(170,139,177); }
div.DivClassName
{
background-color: #AA8BB1;
}
.BgClassName
{
background-color: #AA8BB1;
}
</style>
border-color css
<style>
span { border-color: #AA8BB1; }
span { border-color: rgb(170,139,177); }
td.TdClassName
{
border-color: #AA8BB1;
}
.TagClassName
{
border-color: #AA8BB1;
}
</style>