Shades of East Side #AA98BA
Tints of East Side #AA98BA
RGB
CMYK
RGB Variations
Color information
#AA98BA (or 0xAA98BA) is known color: East Side. HEX triplet: AA, 98 and BA. RGB value is (170,152,186). Sum of RGB (Red+Green+Blue) = 170+152+186=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98BA is #556745. Grayscale: #A1A1A1. Windows color (decimal): -5596998 or 12228778. OLE color: 12228778.
HSL color Cylindrical-coordinate representation of color #AA98BA: hue angle of 271.76º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA98BA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 152 | 186 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.27 |
| HSL | 271.76º | 0.2% | 0.66% | - |
| HSV(B) | 271.76º | 0.18% | 0.73% | - |
| XYZ | 36.67 | 34.55 | 51.19 | - |
| YUV | 161.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 186 | 0.09 | 0.18 | 0 | 0.27 | 271.76 | 0.2 | 0.66 |
| Hex | AA | 98 | BA | 9 | 12 | 0 | 1B | 110 | 14 | 42 |
| Octal | 252 | 230 | 272 | 11 | 22 | 0 | 33 | 420 | 24 | 102 |
| Binary | 10101010 | 10011000 | 10111010 | 1001 | 10010 | 0 | 11011 | 100010000 | 10100 | 1000010 |
Color Harmonies of #AA98BA
Complementary color
Monochromatic Colors of #AA98BA
Black with #AA98BA
Text Example
Text Example
White with #AA98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98BA; }
p { color: rgb(170,152,186); }
H1.HeaderClassName
{
color: #AA98BA;
}
.AnyTagClassName
{
color: #AA98BA;
}
</style>
background-color css
<style>
a { background-color: #AA98BA; }
a { background-color: rgb(170,152,186); }
div.DivClassName
{
background-color: #AA98BA;
}
.BgClassName
{
background-color: #AA98BA;
}
</style>
border-color css
<style>
span { border-color: #AA98BA; }
span { border-color: rgb(170,152,186); }
td.TdClassName
{
border-color: #AA98BA;
}
.TagClassName
{
border-color: #AA98BA;
}
</style>