Shades of East Side #AA7FB2
Tints of East Side #AA7FB2
RGB
CMYK
RGB Variations
Color information
#AA7FB2 (or 0xAA7FB2) is known color: East Side. HEX triplet: AA, 7F and B2. RGB value is (170,127,178). Sum of RGB (Red+Green+Blue) = 170+127+178=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA7FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FB2 is #55804D. Grayscale: #919191. Windows color (decimal): -5603406 or 11698090. OLE color: 11698090.
HSL color Cylindrical-coordinate representation of color #AA7FB2: hue angle of 290.59º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7FB2 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 127 | 178 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.30 |
| HSL | 290.59º | 0.25% | 0.6% | - |
| HSV(B) | 290.59º | 0.29% | 0.7% | - |
| XYZ | 32.2 | 26.94 | 45.62 | - |
| YUV | 145.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 178 | 0.04 | 0.29 | 0 | 0.30 | 290.59 | 0.25 | 0.6 |
| Hex | AA | 7F | B2 | 4 | 1D | 0 | 1E | 123 | 19 | 3C |
| Octal | 252 | 177 | 262 | 4 | 35 | 0 | 36 | 443 | 31 | 74 |
| Binary | 10101010 | 1111111 | 10110010 | 100 | 11101 | 0 | 11110 | 100100011 | 11001 | 111100 |
Color Harmonies of #AA7FB2
Complementary color
Monochromatic Colors of #AA7FB2
Black with #AA7FB2
Text Example
Text Example
White with #AA7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FB2; }
p { color: rgb(170,127,178); }
H1.HeaderClassName
{
color: #AA7FB2;
}
.AnyTagClassName
{
color: #AA7FB2;
}
</style>
background-color css
<style>
a { background-color: #AA7FB2; }
a { background-color: rgb(170,127,178); }
div.DivClassName
{
background-color: #AA7FB2;
}
.BgClassName
{
background-color: #AA7FB2;
}
</style>
border-color css
<style>
span { border-color: #AA7FB2; }
span { border-color: rgb(170,127,178); }
td.TdClassName
{
border-color: #AA7FB2;
}
.TagClassName
{
border-color: #AA7FB2;
}
</style>