Shades of East Side #AA7EC4
Tints of East Side #AA7EC4
RGB
CMYK
RGB Variations
Color information
#AA7EC4 (or 0xAA7EC4) is known color: East Side. HEX triplet: AA, 7E and C4. RGB value is (170,126,196). Sum of RGB (Red+Green+Blue) = 170+126+196=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA7EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EC4 is #55813B. Grayscale: #929292. Windows color (decimal): -5603644 or 12877482. OLE color: 12877482.
HSL color Cylindrical-coordinate representation of color #AA7EC4: hue angle of 277.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA7EC4 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 126 | 196 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.23 |
| HSL | 277.71º | 0.37% | 0.63% | - |
| HSV(B) | 277.71º | 0.36% | 0.77% | - |
| XYZ | 34 | 27.45 | 55.73 | - |
| YUV | 147.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 196 | 0.13 | 0.36 | 0 | 0.23 | 277.71 | 0.37 | 0.63 |
| Hex | AA | 7E | C4 | D | 24 | 0 | 17 | 116 | 25 | 3F |
| Octal | 252 | 176 | 304 | 15 | 44 | 0 | 27 | 426 | 45 | 77 |
| Binary | 10101010 | 1111110 | 11000100 | 1101 | 100100 | 0 | 10111 | 100010110 | 100101 | 111111 |
Color Harmonies of #AA7EC4
Complementary color
Monochromatic Colors of #AA7EC4
Black with #AA7EC4
Text Example
Text Example
White with #AA7EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EC4; }
p { color: rgb(170,126,196); }
H1.HeaderClassName
{
color: #AA7EC4;
}
.AnyTagClassName
{
color: #AA7EC4;
}
</style>
background-color css
<style>
a { background-color: #AA7EC4; }
a { background-color: rgb(170,126,196); }
div.DivClassName
{
background-color: #AA7EC4;
}
.BgClassName
{
background-color: #AA7EC4;
}
</style>
border-color css
<style>
span { border-color: #AA7EC4; }
span { border-color: rgb(170,126,196); }
td.TdClassName
{
border-color: #AA7EC4;
}
.TagClassName
{
border-color: #AA7EC4;
}
</style>