Shades of East Side #AA8ABE
Tints of East Side #AA8ABE
RGB
CMYK
RGB Variations
Color information
#AA8ABE (or 0xAA8ABE) is known color: East Side. HEX triplet: AA, 8A and BE. RGB value is (170,138,190). Sum of RGB (Red+Green+Blue) = 170+138+190=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABE is #557541. Grayscale: #999999. Windows color (decimal): -5600578 or 12487338. OLE color: 12487338.
HSL color Cylindrical-coordinate representation of color #AA8ABE: hue angle of 276.92º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8ABE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 138 | 190 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.25 |
| HSL | 276.92º | 0.29% | 0.64% | - |
| HSV(B) | 276.92º | 0.27% | 0.75% | - |
| XYZ | 34.96 | 30.44 | 52.75 | - |
| YUV | 153.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 190 | 0.11 | 0.27 | 0 | 0.25 | 276.92 | 0.29 | 0.64 |
| Hex | AA | 8A | BE | B | 1B | 0 | 19 | 115 | 1D | 40 |
| Octal | 252 | 212 | 276 | 13 | 33 | 0 | 31 | 425 | 35 | 100 |
| Binary | 10101010 | 10001010 | 10111110 | 1011 | 11011 | 0 | 11001 | 100010101 | 11101 | 1000000 |
Color Harmonies of #AA8ABE
Complementary color
Monochromatic Colors of #AA8ABE
Black with #AA8ABE
Text Example
Text Example
White with #AA8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8ABE; }
p { color: rgb(170,138,190); }
H1.HeaderClassName
{
color: #AA8ABE;
}
.AnyTagClassName
{
color: #AA8ABE;
}
</style>
background-color css
<style>
a { background-color: #AA8ABE; }
a { background-color: rgb(170,138,190); }
div.DivClassName
{
background-color: #AA8ABE;
}
.BgClassName
{
background-color: #AA8ABE;
}
</style>
border-color css
<style>
span { border-color: #AA8ABE; }
span { border-color: rgb(170,138,190); }
td.TdClassName
{
border-color: #AA8ABE;
}
.TagClassName
{
border-color: #AA8ABE;
}
</style>