Shades of East Side #AA90B2
Tints of East Side #AA90B2
RGB
CMYK
RGB Variations
Color information
#AA90B2 (or 0xAA90B2) is known color: East Side. HEX triplet: AA, 90 and B2. RGB value is (170,144,178). Sum of RGB (Red+Green+Blue) = 170+144+178=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA90B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90B2 is #556F4D. Grayscale: #9B9B9B. Windows color (decimal): -5599054 or 11702442. OLE color: 11702442.
HSL color Cylindrical-coordinate representation of color #AA90B2: hue angle of 285.88º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA90B2 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 144 | 178 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.30 |
| HSL | 285.88º | 0.18% | 0.63% | - |
| HSV(B) | 285.88º | 0.19% | 0.7% | - |
| XYZ | 34.59 | 31.71 | 46.42 | - |
| YUV | 155.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 178 | 0.04 | 0.19 | 0 | 0.30 | 285.88 | 0.18 | 0.63 |
| Hex | AA | 90 | B2 | 4 | 13 | 0 | 1E | 11E | 12 | 3F |
| Octal | 252 | 220 | 262 | 4 | 23 | 0 | 36 | 436 | 22 | 77 |
| Binary | 10101010 | 10010000 | 10110010 | 100 | 10011 | 0 | 11110 | 100011110 | 10010 | 111111 |
Color Harmonies of #AA90B2
Complementary color
Monochromatic Colors of #AA90B2
Black with #AA90B2
Text Example
Text Example
White with #AA90B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90B2; }
p { color: rgb(170,144,178); }
H1.HeaderClassName
{
color: #AA90B2;
}
.AnyTagClassName
{
color: #AA90B2;
}
</style>
background-color css
<style>
a { background-color: #AA90B2; }
a { background-color: rgb(170,144,178); }
div.DivClassName
{
background-color: #AA90B2;
}
.BgClassName
{
background-color: #AA90B2;
}
</style>
border-color css
<style>
span { border-color: #AA90B2; }
span { border-color: rgb(170,144,178); }
td.TdClassName
{
border-color: #AA90B2;
}
.TagClassName
{
border-color: #AA90B2;
}
</style>