Shades of East Side #AA81B2
Tints of East Side #AA81B2
RGB
CMYK
RGB Variations
Color information
#AA81B2 (or 0xAA81B2) is known color: East Side. HEX triplet: AA, 81 and B2. RGB value is (170,129,178). Sum of RGB (Red+Green+Blue) = 170+129+178=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA81B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81B2 is #557E4D. Grayscale: #929292. Windows color (decimal): -5602894 or 11698602. OLE color: 11698602.
HSL color Cylindrical-coordinate representation of color #AA81B2: hue angle of 290.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA81B2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 129 | 178 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.30 |
| HSL | 290.2º | 0.24% | 0.6% | - |
| HSV(B) | 290.2º | 0.28% | 0.7% | - |
| XYZ | 32.46 | 27.46 | 45.71 | - |
| YUV | 146.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 178 | 0.04 | 0.28 | 0 | 0.30 | 290.2 | 0.24 | 0.6 |
| Hex | AA | 81 | B2 | 4 | 1C | 0 | 1E | 122 | 18 | 3C |
| Octal | 252 | 201 | 262 | 4 | 34 | 0 | 36 | 442 | 30 | 74 |
| Binary | 10101010 | 10000001 | 10110010 | 100 | 11100 | 0 | 11110 | 100100010 | 11000 | 111100 |
Color Harmonies of #AA81B2
Complementary color
Monochromatic Colors of #AA81B2
Black with #AA81B2
Text Example
Text Example
White with #AA81B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81B2; }
p { color: rgb(170,129,178); }
H1.HeaderClassName
{
color: #AA81B2;
}
.AnyTagClassName
{
color: #AA81B2;
}
</style>
background-color css
<style>
a { background-color: #AA81B2; }
a { background-color: rgb(170,129,178); }
div.DivClassName
{
background-color: #AA81B2;
}
.BgClassName
{
background-color: #AA81B2;
}
</style>
border-color css
<style>
span { border-color: #AA81B2; }
span { border-color: rgb(170,129,178); }
td.TdClassName
{
border-color: #AA81B2;
}
.TagClassName
{
border-color: #AA81B2;
}
</style>