Shades of East Side #AA8AB2
Tints of East Side #AA8AB2
RGB
CMYK
RGB Variations
Color information
#AA8AB2 (or 0xAA8AB2) is known color: East Side. HEX triplet: AA, 8A and B2. RGB value is (170,138,178). Sum of RGB (Red+Green+Blue) = 170+138+178=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA8AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AB2 is #55754D. Grayscale: #989898. Windows color (decimal): -5600590 or 11700906. OLE color: 11700906.
HSL color Cylindrical-coordinate representation of color #AA8AB2: hue angle of 288º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8AB2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 138 | 178 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.30 |
| HSL | 288º | 0.21% | 0.62% | - |
| HSV(B) | 288º | 0.22% | 0.7% | - |
| XYZ | 33.7 | 29.94 | 46.12 | - |
| YUV | 152.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 178 | 0.04 | 0.22 | 0 | 0.30 | 288 | 0.21 | 0.62 |
| Hex | AA | 8A | B2 | 4 | 16 | 0 | 1E | 120 | 15 | 3E |
| Octal | 252 | 212 | 262 | 4 | 26 | 0 | 36 | 440 | 25 | 76 |
| Binary | 10101010 | 10001010 | 10110010 | 100 | 10110 | 0 | 11110 | 100100000 | 10101 | 111110 |
Color Harmonies of #AA8AB2
Complementary color
Monochromatic Colors of #AA8AB2
Black with #AA8AB2
Text Example
Text Example
White with #AA8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AB2; }
p { color: rgb(170,138,178); }
H1.HeaderClassName
{
color: #AA8AB2;
}
.AnyTagClassName
{
color: #AA8AB2;
}
</style>
background-color css
<style>
a { background-color: #AA8AB2; }
a { background-color: rgb(170,138,178); }
div.DivClassName
{
background-color: #AA8AB2;
}
.BgClassName
{
background-color: #AA8AB2;
}
</style>
border-color css
<style>
span { border-color: #AA8AB2; }
span { border-color: rgb(170,138,178); }
td.TdClassName
{
border-color: #AA8AB2;
}
.TagClassName
{
border-color: #AA8AB2;
}
</style>