Shades of East Side #AA8AB4
Tints of East Side #AA8AB4
RGB
CMYK
RGB Variations
Color information
#AA8AB4 (or 0xAA8AB4) is known color: East Side. HEX triplet: AA, 8A and B4. RGB value is (170,138,180). Sum of RGB (Red+Green+Blue) = 170+138+180=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA8AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AB4 is #55754B. Grayscale: #989898. Windows color (decimal): -5600588 or 11831978. OLE color: 11831978.
HSL color Cylindrical-coordinate representation of color #AA8AB4: hue angle of 285.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8AB4 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 138 | 180 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.29 |
| HSL | 285.71º | 0.22% | 0.62% | - |
| HSV(B) | 285.71º | 0.23% | 0.71% | - |
| XYZ | 33.9 | 30.02 | 47.19 | - |
| YUV | 152.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 180 | 0.06 | 0.23 | 0 | 0.29 | 285.71 | 0.22 | 0.62 |
| Hex | AA | 8A | B4 | 6 | 17 | 0 | 1D | 11E | 16 | 3E |
| Octal | 252 | 212 | 264 | 6 | 27 | 0 | 35 | 436 | 26 | 76 |
| Binary | 10101010 | 10001010 | 10110100 | 110 | 10111 | 0 | 11101 | 100011110 | 10110 | 111110 |
Color Harmonies of #AA8AB4
Complementary color
Monochromatic Colors of #AA8AB4
Black with #AA8AB4
Text Example
Text Example
White with #AA8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AB4; }
p { color: rgb(170,138,180); }
H1.HeaderClassName
{
color: #AA8AB4;
}
.AnyTagClassName
{
color: #AA8AB4;
}
</style>
background-color css
<style>
a { background-color: #AA8AB4; }
a { background-color: rgb(170,138,180); }
div.DivClassName
{
background-color: #AA8AB4;
}
.BgClassName
{
background-color: #AA8AB4;
}
</style>
border-color css
<style>
span { border-color: #AA8AB4; }
span { border-color: rgb(170,138,180); }
td.TdClassName
{
border-color: #AA8AB4;
}
.TagClassName
{
border-color: #AA8AB4;
}
</style>