Shades of East Side #AA80BC
Tints of East Side #AA80BC
RGB
CMYK
RGB Variations
Color information
#AA80BC (or 0xAA80BC) is known color: East Side. HEX triplet: AA, 80 and BC. RGB value is (170,128,188). Sum of RGB (Red+Green+Blue) = 170+128+188=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80BC is #557F43. Grayscale: #939393. Windows color (decimal): -5603140 or 12353706. OLE color: 12353706.
HSL color Cylindrical-coordinate representation of color #AA80BC: hue angle of 282º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA80BC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 128 | 188 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.26 |
| HSL | 282º | 0.31% | 0.62% | - |
| HSV(B) | 282º | 0.32% | 0.74% | - |
| XYZ | 33.37 | 27.62 | 51.15 | - |
| YUV | 147.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 188 | 0.10 | 0.32 | 0 | 0.26 | 282 | 0.31 | 0.62 |
| Hex | AA | 80 | BC | A | 20 | 0 | 1A | 11A | 1F | 3E |
| Octal | 252 | 200 | 274 | 12 | 40 | 0 | 32 | 432 | 37 | 76 |
| Binary | 10101010 | 10000000 | 10111100 | 1010 | 100000 | 0 | 11010 | 100011010 | 11111 | 111110 |
Color Harmonies of #AA80BC
Complementary color
Monochromatic Colors of #AA80BC
Black with #AA80BC
Text Example
Text Example
White with #AA80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80BC; }
p { color: rgb(170,128,188); }
H1.HeaderClassName
{
color: #AA80BC;
}
.AnyTagClassName
{
color: #AA80BC;
}
</style>
background-color css
<style>
a { background-color: #AA80BC; }
a { background-color: rgb(170,128,188); }
div.DivClassName
{
background-color: #AA80BC;
}
.BgClassName
{
background-color: #AA80BC;
}
</style>
border-color css
<style>
span { border-color: #AA80BC; }
span { border-color: rgb(170,128,188); }
td.TdClassName
{
border-color: #AA80BC;
}
.TagClassName
{
border-color: #AA80BC;
}
</style>