Shades of East Side #AA90B0
Tints of East Side #AA90B0
RGB
CMYK
RGB Variations
Color information
#AA90B0 (or 0xAA90B0) is known color: East Side. HEX triplet: AA, 90 and B0. RGB value is (170,144,176). Sum of RGB (Red+Green+Blue) = 170+144+176=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA90B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90B0 is #556F4F. Grayscale: #9B9B9B. Windows color (decimal): -5599056 or 11571370. OLE color: 11571370.
HSL color Cylindrical-coordinate representation of color #AA90B0: hue angle of 288.75º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA90B0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 144 | 176 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.31 |
| HSL | 288.75º | 0.17% | 0.63% | - |
| HSV(B) | 288.75º | 0.18% | 0.69% | - |
| XYZ | 34.39 | 31.63 | 45.37 | - |
| YUV | 155.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 176 | 0.03 | 0.18 | 0 | 0.31 | 288.75 | 0.17 | 0.63 |
| Hex | AA | 90 | B0 | 3 | 12 | 0 | 1F | 121 | 11 | 3F |
| Octal | 252 | 220 | 260 | 3 | 22 | 0 | 37 | 441 | 21 | 77 |
| Binary | 10101010 | 10010000 | 10110000 | 11 | 10010 | 0 | 11111 | 100100001 | 10001 | 111111 |
Color Harmonies of #AA90B0
Complementary color
Monochromatic Colors of #AA90B0
Black with #AA90B0
Text Example
Text Example
White with #AA90B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90B0; }
p { color: rgb(170,144,176); }
H1.HeaderClassName
{
color: #AA90B0;
}
.AnyTagClassName
{
color: #AA90B0;
}
</style>
background-color css
<style>
a { background-color: #AA90B0; }
a { background-color: rgb(170,144,176); }
div.DivClassName
{
background-color: #AA90B0;
}
.BgClassName
{
background-color: #AA90B0;
}
</style>
border-color css
<style>
span { border-color: #AA90B0; }
span { border-color: rgb(170,144,176); }
td.TdClassName
{
border-color: #AA90B0;
}
.TagClassName
{
border-color: #AA90B0;
}
</style>