Shades of East Side #AA9ABA
Tints of East Side #AA9ABA
RGB
CMYK
RGB Variations
Color information
#AA9ABA (or 0xAA9ABA) is known color: East Side. HEX triplet: AA, 9A and BA. RGB value is (170,154,186). Sum of RGB (Red+Green+Blue) = 170+154+186=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ABA is #556545. Grayscale: #A2A2A2. Windows color (decimal): -5596486 or 12229290. OLE color: 12229290.
HSL color Cylindrical-coordinate representation of color #AA9ABA: hue angle of 270º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9ABA is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 154 | 186 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.27 |
| HSL | 270º | 0.19% | 0.67% | - |
| HSV(B) | 270º | 0.17% | 0.73% | - |
| XYZ | 37 | 35.2 | 51.3 | - |
| YUV | 162.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 186 | 0.09 | 0.17 | 0 | 0.27 | 270 | 0.19 | 0.67 |
| Hex | AA | 9A | BA | 9 | 11 | 0 | 1B | 10E | 13 | 43 |
| Octal | 252 | 232 | 272 | 11 | 21 | 0 | 33 | 416 | 23 | 103 |
| Binary | 10101010 | 10011010 | 10111010 | 1001 | 10001 | 0 | 11011 | 100001110 | 10011 | 1000011 |
Color Harmonies of #AA9ABA
Complementary color
Monochromatic Colors of #AA9ABA
Black with #AA9ABA
Text Example
Text Example
White with #AA9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9ABA; }
p { color: rgb(170,154,186); }
H1.HeaderClassName
{
color: #AA9ABA;
}
.AnyTagClassName
{
color: #AA9ABA;
}
</style>
background-color css
<style>
a { background-color: #AA9ABA; }
a { background-color: rgb(170,154,186); }
div.DivClassName
{
background-color: #AA9ABA;
}
.BgClassName
{
background-color: #AA9ABA;
}
</style>
border-color css
<style>
span { border-color: #AA9ABA; }
span { border-color: rgb(170,154,186); }
td.TdClassName
{
border-color: #AA9ABA;
}
.TagClassName
{
border-color: #AA9ABA;
}
</style>