Shades of East Side #AA7ECE
Tints of East Side #AA7ECE
RGB
CMYK
RGB Variations
Color information
#AA7ECE (or 0xAA7ECE) is known color: East Side. HEX triplet: AA, 7E and CE. RGB value is (170,126,206). Sum of RGB (Red+Green+Blue) = 170+126+206=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ECE is #558131. Grayscale: #949494. Windows color (decimal): -5603634 or 13532842. OLE color: 13532842.
HSL color Cylindrical-coordinate representation of color #AA7ECE: hue angle of 273º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7ECE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 126 | 206 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.19 |
| HSL | 273º | 0.45% | 0.65% | - |
| HSV(B) | 273º | 0.39% | 0.81% | - |
| XYZ | 35.18 | 27.92 | 61.93 | - |
| YUV | 148.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 206 | 0.17 | 0.39 | 0 | 0.19 | 273 | 0.45 | 0.65 |
| Hex | AA | 7E | CE | 11 | 27 | 0 | 13 | 111 | 2D | 41 |
| Octal | 252 | 176 | 316 | 21 | 47 | 0 | 23 | 421 | 55 | 101 |
| Binary | 10101010 | 1111110 | 11001110 | 10001 | 100111 | 0 | 10011 | 100010001 | 101101 | 1000001 |
Color Harmonies of #AA7ECE
Complementary color
Monochromatic Colors of #AA7ECE
Black with #AA7ECE
Text Example
Text Example
White with #AA7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ECE; }
p { color: rgb(170,126,206); }
H1.HeaderClassName
{
color: #AA7ECE;
}
.AnyTagClassName
{
color: #AA7ECE;
}
</style>
background-color css
<style>
a { background-color: #AA7ECE; }
a { background-color: rgb(170,126,206); }
div.DivClassName
{
background-color: #AA7ECE;
}
.BgClassName
{
background-color: #AA7ECE;
}
</style>
border-color css
<style>
span { border-color: #AA7ECE; }
span { border-color: rgb(170,126,206); }
td.TdClassName
{
border-color: #AA7ECE;
}
.TagClassName
{
border-color: #AA7ECE;
}
</style>