Shades of East Side #AA98BC
Tints of East Side #AA98BC
RGB
CMYK
RGB Variations
Color information
#AA98BC (or 0xAA98BC) is known color: East Side. HEX triplet: AA, 98 and BC. RGB value is (170,152,188). Sum of RGB (Red+Green+Blue) = 170+152+188=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA98BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98BC is #556743. Grayscale: #A1A1A1. Windows color (decimal): -5596996 or 12359850. OLE color: 12359850.
HSL color Cylindrical-coordinate representation of color #AA98BC: hue angle of 270º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA98BC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 152 | 188 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.26 |
| HSL | 270º | 0.21% | 0.67% | - |
| HSV(B) | 270º | 0.19% | 0.74% | - |
| XYZ | 36.88 | 34.63 | 52.32 | - |
| YUV | 161.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 188 | 0.10 | 0.19 | 0 | 0.26 | 270 | 0.21 | 0.67 |
| Hex | AA | 98 | BC | A | 13 | 0 | 1A | 10E | 15 | 43 |
| Octal | 252 | 230 | 274 | 12 | 23 | 0 | 32 | 416 | 25 | 103 |
| Binary | 10101010 | 10011000 | 10111100 | 1010 | 10011 | 0 | 11010 | 100001110 | 10101 | 1000011 |
Color Harmonies of #AA98BC
Complementary color
Monochromatic Colors of #AA98BC
Black with #AA98BC
Text Example
Text Example
White with #AA98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98BC; }
p { color: rgb(170,152,188); }
H1.HeaderClassName
{
color: #AA98BC;
}
.AnyTagClassName
{
color: #AA98BC;
}
</style>
background-color css
<style>
a { background-color: #AA98BC; }
a { background-color: rgb(170,152,188); }
div.DivClassName
{
background-color: #AA98BC;
}
.BgClassName
{
background-color: #AA98BC;
}
</style>
border-color css
<style>
span { border-color: #AA98BC; }
span { border-color: rgb(170,152,188); }
td.TdClassName
{
border-color: #AA98BC;
}
.TagClassName
{
border-color: #AA98BC;
}
</style>