Shades of East Side #AA80BB
Tints of East Side #AA80BB
RGB
CMYK
RGB Variations
Color information
#AA80BB (or 0xAA80BB) is known color: East Side. HEX triplet: AA, 80 and BB. RGB value is (170,128,187). Sum of RGB (Red+Green+Blue) = 170+128+187=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80BB is #557F44. Grayscale: #939393. Windows color (decimal): -5603141 or 12288170. OLE color: 12288170.
HSL color Cylindrical-coordinate representation of color #AA80BB: hue angle of 282.71º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA80BB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 128 | 187 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.27 |
| HSL | 282.71º | 0.3% | 0.62% | - |
| HSV(B) | 282.71º | 0.32% | 0.73% | - |
| XYZ | 33.27 | 27.57 | 50.58 | - |
| YUV | 147.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 187 | 0.09 | 0.32 | 0 | 0.27 | 282.71 | 0.3 | 0.62 |
| Hex | AA | 80 | BB | 9 | 20 | 0 | 1B | 11B | 1E | 3E |
| Octal | 252 | 200 | 273 | 11 | 40 | 0 | 33 | 433 | 36 | 76 |
| Binary | 10101010 | 10000000 | 10111011 | 1001 | 100000 | 0 | 11011 | 100011011 | 11110 | 111110 |
Color Harmonies of #AA80BB
Complementary color
Monochromatic Colors of #AA80BB
Black with #AA80BB
Text Example
Text Example
White with #AA80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80BB; }
p { color: rgb(170,128,187); }
H1.HeaderClassName
{
color: #AA80BB;
}
.AnyTagClassName
{
color: #AA80BB;
}
</style>
background-color css
<style>
a { background-color: #AA80BB; }
a { background-color: rgb(170,128,187); }
div.DivClassName
{
background-color: #AA80BB;
}
.BgClassName
{
background-color: #AA80BB;
}
</style>
border-color css
<style>
span { border-color: #AA80BB; }
span { border-color: rgb(170,128,187); }
td.TdClassName
{
border-color: #AA80BB;
}
.TagClassName
{
border-color: #AA80BB;
}
</style>