Shades of East Side #AA81BD
Tints of East Side #AA81BD
RGB
CMYK
RGB Variations
Color information
#AA81BD (or 0xAA81BD) is known color: East Side. HEX triplet: AA, 81 and BD. RGB value is (170,129,189). Sum of RGB (Red+Green+Blue) = 170+129+189=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81BD is #557E42. Grayscale: #939393. Windows color (decimal): -5602883 or 12419498. OLE color: 12419498.
HSL color Cylindrical-coordinate representation of color #AA81BD: hue angle of 281º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA81BD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 129 | 189 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.26 |
| HSL | 281º | 0.31% | 0.62% | - |
| HSV(B) | 281º | 0.32% | 0.74% | - |
| XYZ | 33.61 | 27.92 | 51.76 | - |
| YUV | 148.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 189 | 0.10 | 0.32 | 0 | 0.26 | 281 | 0.31 | 0.62 |
| Hex | AA | 81 | BD | A | 20 | 0 | 1A | 119 | 1F | 3E |
| Octal | 252 | 201 | 275 | 12 | 40 | 0 | 32 | 431 | 37 | 76 |
| Binary | 10101010 | 10000001 | 10111101 | 1010 | 100000 | 0 | 11010 | 100011001 | 11111 | 111110 |
Color Harmonies of #AA81BD
Complementary color
Monochromatic Colors of #AA81BD
Black with #AA81BD
Text Example
Text Example
White with #AA81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81BD; }
p { color: rgb(170,129,189); }
H1.HeaderClassName
{
color: #AA81BD;
}
.AnyTagClassName
{
color: #AA81BD;
}
</style>
background-color css
<style>
a { background-color: #AA81BD; }
a { background-color: rgb(170,129,189); }
div.DivClassName
{
background-color: #AA81BD;
}
.BgClassName
{
background-color: #AA81BD;
}
</style>
border-color css
<style>
span { border-color: #AA81BD; }
span { border-color: rgb(170,129,189); }
td.TdClassName
{
border-color: #AA81BD;
}
.TagClassName
{
border-color: #AA81BD;
}
</style>