Shades of East Side #AA81B1
Tints of East Side #AA81B1
RGB
CMYK
RGB Variations
Color information
#AA81B1 (or 0xAA81B1) is known color: East Side. HEX triplet: AA, 81 and B1. RGB value is (170,129,177). Sum of RGB (Red+Green+Blue) = 170+129+177=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA81B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81B1 is #557E4E. Grayscale: #929292. Windows color (decimal): -5602895 or 11633066. OLE color: 11633066.
HSL color Cylindrical-coordinate representation of color #AA81B1: hue angle of 291.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA81B1 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 129 | 177 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.31 |
| HSL | 291.25º | 0.24% | 0.6% | - |
| HSV(B) | 291.25º | 0.27% | 0.69% | - |
| XYZ | 32.36 | 27.42 | 45.18 | - |
| YUV | 146.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 177 | 0.04 | 0.27 | 0 | 0.31 | 291.25 | 0.24 | 0.6 |
| Hex | AA | 81 | B1 | 4 | 1B | 0 | 1F | 123 | 18 | 3C |
| Octal | 252 | 201 | 261 | 4 | 33 | 0 | 37 | 443 | 30 | 74 |
| Binary | 10101010 | 10000001 | 10110001 | 100 | 11011 | 0 | 11111 | 100100011 | 11000 | 111100 |
Color Harmonies of #AA81B1
Complementary color
Monochromatic Colors of #AA81B1
Black with #AA81B1
Text Example
Text Example
White with #AA81B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81B1; }
p { color: rgb(170,129,177); }
H1.HeaderClassName
{
color: #AA81B1;
}
.AnyTagClassName
{
color: #AA81B1;
}
</style>
background-color css
<style>
a { background-color: #AA81B1; }
a { background-color: rgb(170,129,177); }
div.DivClassName
{
background-color: #AA81B1;
}
.BgClassName
{
background-color: #AA81B1;
}
</style>
border-color css
<style>
span { border-color: #AA81B1; }
span { border-color: rgb(170,129,177); }
td.TdClassName
{
border-color: #AA81B1;
}
.TagClassName
{
border-color: #AA81B1;
}
</style>