Shades of East Side #AA90AF
Tints of East Side #AA90AF
RGB
CMYK
RGB Variations
Color information
#AA90AF (or 0xAA90AF) is known color: East Side. HEX triplet: AA, 90 and AF. RGB value is (170,144,175). Sum of RGB (Red+Green+Blue) = 170+144+175=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90AF is #556F50. Grayscale: #9B9B9B. Windows color (decimal): -5599057 or 11505834. OLE color: 11505834.
HSL color Cylindrical-coordinate representation of color #AA90AF: hue angle of 290.32º degrees, saturation: 0.16, 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 #AA90AF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 144 | 175 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.31 |
| HSL | 290.32º | 0.16% | 0.63% | - |
| HSV(B) | 290.32º | 0.18% | 0.69% | - |
| XYZ | 34.29 | 31.59 | 44.85 | - |
| YUV | 155.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 175 | 0.03 | 0.18 | 0 | 0.31 | 290.32 | 0.16 | 0.63 |
| Hex | AA | 90 | AF | 3 | 12 | 0 | 1F | 122 | 10 | 3F |
| Octal | 252 | 220 | 257 | 3 | 22 | 0 | 37 | 442 | 20 | 77 |
| Binary | 10101010 | 10010000 | 10101111 | 11 | 10010 | 0 | 11111 | 100100010 | 10000 | 111111 |
Color Harmonies of #AA90AF
Complementary color
Monochromatic Colors of #AA90AF
Black with #AA90AF
Text Example
Text Example
White with #AA90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90AF; }
p { color: rgb(170,144,175); }
H1.HeaderClassName
{
color: #AA90AF;
}
.AnyTagClassName
{
color: #AA90AF;
}
</style>
background-color css
<style>
a { background-color: #AA90AF; }
a { background-color: rgb(170,144,175); }
div.DivClassName
{
background-color: #AA90AF;
}
.BgClassName
{
background-color: #AA90AF;
}
</style>
border-color css
<style>
span { border-color: #AA90AF; }
span { border-color: rgb(170,144,175); }
td.TdClassName
{
border-color: #AA90AF;
}
.TagClassName
{
border-color: #AA90AF;
}
</style>