Shades of East Side #AA81BC
Tints of East Side #AA81BC
RGB
CMYK
RGB Variations
Color information
#AA81BC (or 0xAA81BC) is known color: East Side. HEX triplet: AA, 81 and BC. RGB value is (170,129,188). Sum of RGB (Red+Green+Blue) = 170+129+188=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81BC is #557E43. Grayscale: #939393. Windows color (decimal): -5602884 or 12353962. OLE color: 12353962.
HSL color Cylindrical-coordinate representation of color #AA81BC: hue angle of 281.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA81BC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 129 | 188 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.26 |
| HSL | 281.69º | 0.31% | 0.62% | - |
| HSV(B) | 281.69º | 0.31% | 0.74% | - |
| XYZ | 33.5 | 27.88 | 51.19 | - |
| YUV | 147.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 188 | 0.10 | 0.31 | 0 | 0.26 | 281.69 | 0.31 | 0.62 |
| Hex | AA | 81 | BC | A | 1F | 0 | 1A | 11A | 1F | 3E |
| Octal | 252 | 201 | 274 | 12 | 37 | 0 | 32 | 432 | 37 | 76 |
| Binary | 10101010 | 10000001 | 10111100 | 1010 | 11111 | 0 | 11010 | 100011010 | 11111 | 111110 |
Color Harmonies of #AA81BC
Complementary color
Monochromatic Colors of #AA81BC
Black with #AA81BC
Text Example
Text Example
White with #AA81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81BC; }
p { color: rgb(170,129,188); }
H1.HeaderClassName
{
color: #AA81BC;
}
.AnyTagClassName
{
color: #AA81BC;
}
</style>
background-color css
<style>
a { background-color: #AA81BC; }
a { background-color: rgb(170,129,188); }
div.DivClassName
{
background-color: #AA81BC;
}
.BgClassName
{
background-color: #AA81BC;
}
</style>
border-color css
<style>
span { border-color: #AA81BC; }
span { border-color: rgb(170,129,188); }
td.TdClassName
{
border-color: #AA81BC;
}
.TagClassName
{
border-color: #AA81BC;
}
</style>