Shades of East Side #AA99BA
Tints of East Side #AA99BA
RGB
CMYK
RGB Variations
Color information
#AA99BA (or 0xAA99BA) is known color: East Side. HEX triplet: AA, 99 and BA. RGB value is (170,153,186). Sum of RGB (Red+Green+Blue) = 170+153+186=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BA is #556645. Grayscale: #A1A1A1. Windows color (decimal): -5596742 or 12229034. OLE color: 12229034.
HSL color Cylindrical-coordinate representation of color #AA99BA: hue angle of 270.91º degrees, saturation: 0.19, 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 #AA99BA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 153 | 186 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.27 |
| HSL | 270.91º | 0.19% | 0.66% | - |
| HSV(B) | 270.91º | 0.18% | 0.73% | - |
| XYZ | 36.83 | 34.87 | 51.24 | - |
| YUV | 161.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 186 | 0.09 | 0.18 | 0 | 0.27 | 270.91 | 0.19 | 0.66 |
| Hex | AA | 99 | BA | 9 | 12 | 0 | 1B | 10F | 13 | 42 |
| Octal | 252 | 231 | 272 | 11 | 22 | 0 | 33 | 417 | 23 | 102 |
| Binary | 10101010 | 10011001 | 10111010 | 1001 | 10010 | 0 | 11011 | 100001111 | 10011 | 1000010 |
Color Harmonies of #AA99BA
Complementary color
Monochromatic Colors of #AA99BA
Black with #AA99BA
Text Example
Text Example
White with #AA99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99BA; }
p { color: rgb(170,153,186); }
H1.HeaderClassName
{
color: #AA99BA;
}
.AnyTagClassName
{
color: #AA99BA;
}
</style>
background-color css
<style>
a { background-color: #AA99BA; }
a { background-color: rgb(170,153,186); }
div.DivClassName
{
background-color: #AA99BA;
}
.BgClassName
{
background-color: #AA99BA;
}
</style>
border-color css
<style>
span { border-color: #AA99BA; }
span { border-color: rgb(170,153,186); }
td.TdClassName
{
border-color: #AA99BA;
}
.TagClassName
{
border-color: #AA99BA;
}
</style>