Shades of East Side #AA81BA
Tints of East Side #AA81BA
RGB
CMYK
RGB Variations
Color information
#AA81BA (or 0xAA81BA) is known color: East Side. HEX triplet: AA, 81 and BA. RGB value is (170,129,186). Sum of RGB (Red+Green+Blue) = 170+129+186=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81BA is #557E45. Grayscale: #939393. Windows color (decimal): -5602886 or 12222890. OLE color: 12222890.
HSL color Cylindrical-coordinate representation of color #AA81BA: hue angle of 283.16º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA81BA is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 129 | 186 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.27 |
| HSL | 283.16º | 0.29% | 0.62% | - |
| HSV(B) | 283.16º | 0.31% | 0.73% | - |
| XYZ | 33.29 | 27.79 | 50.06 | - |
| YUV | 147.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 186 | 0.09 | 0.31 | 0 | 0.27 | 283.16 | 0.29 | 0.62 |
| Hex | AA | 81 | BA | 9 | 1F | 0 | 1B | 11B | 1D | 3E |
| Octal | 252 | 201 | 272 | 11 | 37 | 0 | 33 | 433 | 35 | 76 |
| Binary | 10101010 | 10000001 | 10111010 | 1001 | 11111 | 0 | 11011 | 100011011 | 11101 | 111110 |
Color Harmonies of #AA81BA
Complementary color
Monochromatic Colors of #AA81BA
Black with #AA81BA
Text Example
Text Example
White with #AA81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81BA; }
p { color: rgb(170,129,186); }
H1.HeaderClassName
{
color: #AA81BA;
}
.AnyTagClassName
{
color: #AA81BA;
}
</style>
background-color css
<style>
a { background-color: #AA81BA; }
a { background-color: rgb(170,129,186); }
div.DivClassName
{
background-color: #AA81BA;
}
.BgClassName
{
background-color: #AA81BA;
}
</style>
border-color css
<style>
span { border-color: #AA81BA; }
span { border-color: rgb(170,129,186); }
td.TdClassName
{
border-color: #AA81BA;
}
.TagClassName
{
border-color: #AA81BA;
}
</style>