Shades of East Side #AA7ECB
Tints of East Side #AA7ECB
RGB
CMYK
RGB Variations
Color information
#AA7ECB (or 0xAA7ECB) is known color: East Side. HEX triplet: AA, 7E and CB. RGB value is (170,126,203). Sum of RGB (Red+Green+Blue) = 170+126+203=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ECB is #558134. Grayscale: #939393. Windows color (decimal): -5603637 or 13336234. OLE color: 13336234.
HSL color Cylindrical-coordinate representation of color #AA7ECB: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA7ECB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 126 | 203 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.20 |
| HSL | 274.29º | 0.43% | 0.65% | - |
| HSV(B) | 274.29º | 0.38% | 0.8% | - |
| XYZ | 34.82 | 27.78 | 60.03 | - |
| YUV | 147.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 203 | 0.16 | 0.38 | 0 | 0.20 | 274.29 | 0.43 | 0.65 |
| Hex | AA | 7E | CB | 10 | 26 | 0 | 14 | 112 | 2B | 41 |
| Octal | 252 | 176 | 313 | 20 | 46 | 0 | 24 | 422 | 53 | 101 |
| Binary | 10101010 | 1111110 | 11001011 | 10000 | 100110 | 0 | 10100 | 100010010 | 101011 | 1000001 |
Color Harmonies of #AA7ECB
Complementary color
Monochromatic Colors of #AA7ECB
Black with #AA7ECB
Text Example
Text Example
White with #AA7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ECB; }
p { color: rgb(170,126,203); }
H1.HeaderClassName
{
color: #AA7ECB;
}
.AnyTagClassName
{
color: #AA7ECB;
}
</style>
background-color css
<style>
a { background-color: #AA7ECB; }
a { background-color: rgb(170,126,203); }
div.DivClassName
{
background-color: #AA7ECB;
}
.BgClassName
{
background-color: #AA7ECB;
}
</style>
border-color css
<style>
span { border-color: #AA7ECB; }
span { border-color: rgb(170,126,203); }
td.TdClassName
{
border-color: #AA7ECB;
}
.TagClassName
{
border-color: #AA7ECB;
}
</style>