Shades of East Side #AA88BC
Tints of East Side #AA88BC
RGB
CMYK
RGB Variations
Color information
#AA88BC (or 0xAA88BC) is known color: East Side. HEX triplet: AA, 88 and BC. RGB value is (170,136,188). Sum of RGB (Red+Green+Blue) = 170+136+188=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BC is #557743. Grayscale: #979797. Windows color (decimal): -5601092 or 12355754. OLE color: 12355754.
HSL color Cylindrical-coordinate representation of color #AA88BC: hue angle of 279.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA88BC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 136 | 188 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.26 |
| HSL | 279.23º | 0.28% | 0.64% | - |
| HSV(B) | 279.23º | 0.28% | 0.74% | - |
| XYZ | 34.46 | 29.79 | 51.51 | - |
| YUV | 152.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 188 | 0.10 | 0.28 | 0 | 0.26 | 279.23 | 0.28 | 0.64 |
| Hex | AA | 88 | BC | A | 1C | 0 | 1A | 117 | 1C | 40 |
| Octal | 252 | 210 | 274 | 12 | 34 | 0 | 32 | 427 | 34 | 100 |
| Binary | 10101010 | 10001000 | 10111100 | 1010 | 11100 | 0 | 11010 | 100010111 | 11100 | 1000000 |
Color Harmonies of #AA88BC
Complementary color
Monochromatic Colors of #AA88BC
Black with #AA88BC
Text Example
Text Example
White with #AA88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88BC; }
p { color: rgb(170,136,188); }
H1.HeaderClassName
{
color: #AA88BC;
}
.AnyTagClassName
{
color: #AA88BC;
}
</style>
background-color css
<style>
a { background-color: #AA88BC; }
a { background-color: rgb(170,136,188); }
div.DivClassName
{
background-color: #AA88BC;
}
.BgClassName
{
background-color: #AA88BC;
}
</style>
border-color css
<style>
span { border-color: #AA88BC; }
span { border-color: rgb(170,136,188); }
td.TdClassName
{
border-color: #AA88BC;
}
.TagClassName
{
border-color: #AA88BC;
}
</style>