Shades of East Side #AA7AB1
Tints of East Side #AA7AB1
RGB
CMYK
RGB Variations
Color information
#AA7AB1 (or 0xAA7AB1) is known color: East Side. HEX triplet: AA, 7A and B1. RGB value is (170,122,177). Sum of RGB (Red+Green+Blue) = 170+122+177=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA7AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AB1 is #55854E. Grayscale: #8E8E8E. Windows color (decimal): -5604687 or 11631274. OLE color: 11631274.
HSL color Cylindrical-coordinate representation of color #AA7AB1: hue angle of 292.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7AB1 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 122 | 177 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.31 |
| HSL | 292.36º | 0.26% | 0.59% | - |
| HSV(B) | 292.36º | 0.31% | 0.69% | - |
| XYZ | 31.47 | 25.64 | 44.89 | - |
| YUV | 142.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 177 | 0.04 | 0.31 | 0 | 0.31 | 292.36 | 0.26 | 0.59 |
| Hex | AA | 7A | B1 | 4 | 1F | 0 | 1F | 124 | 1A | 3B |
| Octal | 252 | 172 | 261 | 4 | 37 | 0 | 37 | 444 | 32 | 73 |
| Binary | 10101010 | 1111010 | 10110001 | 100 | 11111 | 0 | 11111 | 100100100 | 11010 | 111011 |
Color Harmonies of #AA7AB1
Complementary color
Monochromatic Colors of #AA7AB1
Black with #AA7AB1
Text Example
Text Example
White with #AA7AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7AB1; }
p { color: rgb(170,122,177); }
H1.HeaderClassName
{
color: #AA7AB1;
}
.AnyTagClassName
{
color: #AA7AB1;
}
</style>
background-color css
<style>
a { background-color: #AA7AB1; }
a { background-color: rgb(170,122,177); }
div.DivClassName
{
background-color: #AA7AB1;
}
.BgClassName
{
background-color: #AA7AB1;
}
</style>
border-color css
<style>
span { border-color: #AA7AB1; }
span { border-color: rgb(170,122,177); }
td.TdClassName
{
border-color: #AA7AB1;
}
.TagClassName
{
border-color: #AA7AB1;
}
</style>