Shades of East Side #AA7EC9
Tints of East Side #AA7EC9
RGB
CMYK
RGB Variations
Color information
#AA7EC9 (or 0xAA7EC9) is known color: East Side. HEX triplet: AA, 7E and C9. RGB value is (170,126,201). Sum of RGB (Red+Green+Blue) = 170+126+201=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA7EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EC9 is #558136. Grayscale: #939393. Windows color (decimal): -5603639 or 13205162. OLE color: 13205162.
HSL color Cylindrical-coordinate representation of color #AA7EC9: hue angle of 275.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7EC9 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 126 | 201 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.21 |
| HSL | 275.2º | 0.41% | 0.64% | - |
| HSV(B) | 275.2º | 0.37% | 0.79% | - |
| XYZ | 34.58 | 27.68 | 58.78 | - |
| YUV | 147.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 201 | 0.15 | 0.37 | 0 | 0.21 | 275.2 | 0.41 | 0.64 |
| Hex | AA | 7E | C9 | F | 25 | 0 | 15 | 113 | 29 | 40 |
| Octal | 252 | 176 | 311 | 17 | 45 | 0 | 25 | 423 | 51 | 100 |
| Binary | 10101010 | 1111110 | 11001001 | 1111 | 100101 | 0 | 10101 | 100010011 | 101001 | 1000000 |
Color Harmonies of #AA7EC9
Complementary color
Monochromatic Colors of #AA7EC9
Black with #AA7EC9
Text Example
Text Example
White with #AA7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EC9; }
p { color: rgb(170,126,201); }
H1.HeaderClassName
{
color: #AA7EC9;
}
.AnyTagClassName
{
color: #AA7EC9;
}
</style>
background-color css
<style>
a { background-color: #AA7EC9; }
a { background-color: rgb(170,126,201); }
div.DivClassName
{
background-color: #AA7EC9;
}
.BgClassName
{
background-color: #AA7EC9;
}
</style>
border-color css
<style>
span { border-color: #AA7EC9; }
span { border-color: rgb(170,126,201); }
td.TdClassName
{
border-color: #AA7EC9;
}
.TagClassName
{
border-color: #AA7EC9;
}
</style>