Shades of East Side #AA9EBA
Tints of East Side #AA9EBA
RGB
CMYK
RGB Variations
Color information
#AA9EBA (or 0xAA9EBA) is known color: East Side. HEX triplet: AA, 9E and BA. RGB value is (170,158,186). Sum of RGB (Red+Green+Blue) = 170+158+186=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBA is #556145. Grayscale: #A4A4A4. Windows color (decimal): -5595462 or 12230314. OLE color: 12230314.
HSL color Cylindrical-coordinate representation of color #AA9EBA: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9EBA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 158 | 186 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.27 |
| HSL | 265.71º | 0.17% | 0.67% | - |
| HSV(B) | 265.71º | 0.15% | 0.73% | - |
| XYZ | 37.67 | 36.54 | 51.52 | - |
| YUV | 164.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 186 | 0.09 | 0.15 | 0 | 0.27 | 265.71 | 0.17 | 0.67 |
| Hex | AA | 9E | BA | 9 | F | 0 | 1B | 10A | 11 | 43 |
| Octal | 252 | 236 | 272 | 11 | 17 | 0 | 33 | 412 | 21 | 103 |
| Binary | 10101010 | 10011110 | 10111010 | 1001 | 1111 | 0 | 11011 | 100001010 | 10001 | 1000011 |
Color Harmonies of #AA9EBA
Complementary color
Monochromatic Colors of #AA9EBA
Black with #AA9EBA
Text Example
Text Example
White with #AA9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9EBA; }
p { color: rgb(170,158,186); }
H1.HeaderClassName
{
color: #AA9EBA;
}
.AnyTagClassName
{
color: #AA9EBA;
}
</style>
background-color css
<style>
a { background-color: #AA9EBA; }
a { background-color: rgb(170,158,186); }
div.DivClassName
{
background-color: #AA9EBA;
}
.BgClassName
{
background-color: #AA9EBA;
}
</style>
border-color css
<style>
span { border-color: #AA9EBA; }
span { border-color: rgb(170,158,186); }
td.TdClassName
{
border-color: #AA9EBA;
}
.TagClassName
{
border-color: #AA9EBA;
}
</style>