Shades of East Side #AA8AB6
Tints of East Side #AA8AB6
RGB
CMYK
RGB Variations
Color information
#AA8AB6 (or 0xAA8AB6) is known color: East Side. HEX triplet: AA, 8A and B6. RGB value is (170,138,182). Sum of RGB (Red+Green+Blue) = 170+138+182=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA8AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AB6 is #557549. Grayscale: #989898. Windows color (decimal): -5600586 or 11963050. OLE color: 11963050.
HSL color Cylindrical-coordinate representation of color #AA8AB6: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8AB6 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 138 | 182 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.29 |
| HSL | 283.64º | 0.23% | 0.63% | - |
| HSV(B) | 283.64º | 0.24% | 0.71% | - |
| XYZ | 34.11 | 30.1 | 48.27 | - |
| YUV | 152.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 182 | 0.07 | 0.24 | 0 | 0.29 | 283.64 | 0.23 | 0.63 |
| Hex | AA | 8A | B6 | 7 | 18 | 0 | 1D | 11C | 17 | 3F |
| Octal | 252 | 212 | 266 | 7 | 30 | 0 | 35 | 434 | 27 | 77 |
| Binary | 10101010 | 10001010 | 10110110 | 111 | 11000 | 0 | 11101 | 100011100 | 10111 | 111111 |
Color Harmonies of #AA8AB6
Complementary color
Monochromatic Colors of #AA8AB6
Black with #AA8AB6
Text Example
Text Example
White with #AA8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AB6; }
p { color: rgb(170,138,182); }
H1.HeaderClassName
{
color: #AA8AB6;
}
.AnyTagClassName
{
color: #AA8AB6;
}
</style>
background-color css
<style>
a { background-color: #AA8AB6; }
a { background-color: rgb(170,138,182); }
div.DivClassName
{
background-color: #AA8AB6;
}
.BgClassName
{
background-color: #AA8AB6;
}
</style>
border-color css
<style>
span { border-color: #AA8AB6; }
span { border-color: rgb(170,138,182); }
td.TdClassName
{
border-color: #AA8AB6;
}
.TagClassName
{
border-color: #AA8AB6;
}
</style>