Shades of East Side #AA8ABB
Tints of East Side #AA8ABB
RGB
CMYK
RGB Variations
Color information
#AA8ABB (or 0xAA8ABB) is known color: East Side. HEX triplet: AA, 8A and BB. RGB value is (170,138,187). Sum of RGB (Red+Green+Blue) = 170+138+187=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABB is #557544. Grayscale: #989898. Windows color (decimal): -5600581 or 12290730. OLE color: 12290730.
HSL color Cylindrical-coordinate representation of color #AA8ABB: hue angle of 279.18º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA8ABB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 138 | 187 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.27 |
| HSL | 279.18º | 0.26% | 0.64% | - |
| HSV(B) | 279.18º | 0.26% | 0.73% | - |
| XYZ | 34.64 | 30.31 | 51.04 | - |
| YUV | 153.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 187 | 0.09 | 0.26 | 0 | 0.27 | 279.18 | 0.26 | 0.64 |
| Hex | AA | 8A | BB | 9 | 1A | 0 | 1B | 117 | 1A | 40 |
| Octal | 252 | 212 | 273 | 11 | 32 | 0 | 33 | 427 | 32 | 100 |
| Binary | 10101010 | 10001010 | 10111011 | 1001 | 11010 | 0 | 11011 | 100010111 | 11010 | 1000000 |
Color Harmonies of #AA8ABB
Complementary color
Monochromatic Colors of #AA8ABB
Black with #AA8ABB
Text Example
Text Example
White with #AA8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8ABB; }
p { color: rgb(170,138,187); }
H1.HeaderClassName
{
color: #AA8ABB;
}
.AnyTagClassName
{
color: #AA8ABB;
}
</style>
background-color css
<style>
a { background-color: #AA8ABB; }
a { background-color: rgb(170,138,187); }
div.DivClassName
{
background-color: #AA8ABB;
}
.BgClassName
{
background-color: #AA8ABB;
}
</style>
border-color css
<style>
span { border-color: #AA8ABB; }
span { border-color: rgb(170,138,187); }
td.TdClassName
{
border-color: #AA8ABB;
}
.TagClassName
{
border-color: #AA8ABB;
}
</style>