Shades of East Side #AA7FB1
Tints of East Side #AA7FB1
RGB
CMYK
RGB Variations
Color information
#AA7FB1 (or 0xAA7FB1) is known color: East Side. HEX triplet: AA, 7F and B1. RGB value is (170,127,177). Sum of RGB (Red+Green+Blue) = 170+127+177=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA7FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FB1 is #55804E. Grayscale: #919191. Windows color (decimal): -5603407 or 11632554. OLE color: 11632554.
HSL color Cylindrical-coordinate representation of color #AA7FB1: hue angle of 291.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7FB1 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 127 | 177 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.31 |
| HSL | 291.6º | 0.24% | 0.6% | - |
| HSV(B) | 291.6º | 0.28% | 0.69% | - |
| XYZ | 32.1 | 26.9 | 45.1 | - |
| YUV | 145.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 177 | 0.04 | 0.28 | 0 | 0.31 | 291.6 | 0.24 | 0.6 |
| Hex | AA | 7F | B1 | 4 | 1C | 0 | 1F | 124 | 18 | 3C |
| Octal | 252 | 177 | 261 | 4 | 34 | 0 | 37 | 444 | 30 | 74 |
| Binary | 10101010 | 1111111 | 10110001 | 100 | 11100 | 0 | 11111 | 100100100 | 11000 | 111100 |
Color Harmonies of #AA7FB1
Complementary color
Monochromatic Colors of #AA7FB1
Black with #AA7FB1
Text Example
Text Example
White with #AA7FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FB1; }
p { color: rgb(170,127,177); }
H1.HeaderClassName
{
color: #AA7FB1;
}
.AnyTagClassName
{
color: #AA7FB1;
}
</style>
background-color css
<style>
a { background-color: #AA7FB1; }
a { background-color: rgb(170,127,177); }
div.DivClassName
{
background-color: #AA7FB1;
}
.BgClassName
{
background-color: #AA7FB1;
}
</style>
border-color css
<style>
span { border-color: #AA7FB1; }
span { border-color: rgb(170,127,177); }
td.TdClassName
{
border-color: #AA7FB1;
}
.TagClassName
{
border-color: #AA7FB1;
}
</style>