Shades of East Side #AA90B8
Tints of East Side #AA90B8
RGB
CMYK
RGB Variations
Color information
#AA90B8 (or 0xAA90B8) is known color: East Side. HEX triplet: AA, 90 and B8. RGB value is (170,144,184). Sum of RGB (Red+Green+Blue) = 170+144+184=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA90B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90B8 is #556F47. Grayscale: #9C9C9C. Windows color (decimal): -5599048 or 12095658. OLE color: 12095658.
HSL color Cylindrical-coordinate representation of color #AA90B8: hue angle of 279º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA90B8 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 144 | 184 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.28 |
| HSL | 279º | 0.22% | 0.64% | - |
| HSV(B) | 279º | 0.22% | 0.72% | - |
| XYZ | 35.2 | 31.95 | 49.66 | - |
| YUV | 156.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 184 | 0.08 | 0.22 | 0 | 0.28 | 279 | 0.22 | 0.64 |
| Hex | AA | 90 | B8 | 8 | 16 | 0 | 1C | 117 | 16 | 40 |
| Octal | 252 | 220 | 270 | 10 | 26 | 0 | 34 | 427 | 26 | 100 |
| Binary | 10101010 | 10010000 | 10111000 | 1000 | 10110 | 0 | 11100 | 100010111 | 10110 | 1000000 |
Color Harmonies of #AA90B8
Complementary color
Monochromatic Colors of #AA90B8
Black with #AA90B8
Text Example
Text Example
White with #AA90B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90B8; }
p { color: rgb(170,144,184); }
H1.HeaderClassName
{
color: #AA90B8;
}
.AnyTagClassName
{
color: #AA90B8;
}
</style>
background-color css
<style>
a { background-color: #AA90B8; }
a { background-color: rgb(170,144,184); }
div.DivClassName
{
background-color: #AA90B8;
}
.BgClassName
{
background-color: #AA90B8;
}
</style>
border-color css
<style>
span { border-color: #AA90B8; }
span { border-color: rgb(170,144,184); }
td.TdClassName
{
border-color: #AA90B8;
}
.TagClassName
{
border-color: #AA90B8;
}
</style>