#AA7EC9

Color #AA7EC9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA7EC9

Tints of East Side #AA7EC9

Color information

#AA7EC9 (or 0xAA7EC9) is unknown color: approx 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

RGB170126201-
CMYK0.150.3700.21
HSL275.2º40.98%64.12%-
HSV(B)275.2º37.31%78.82%-
XYZ34.5827.6858.78-
YUV147.71158.08143.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=34.21%
G=25.35%
B=40.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701262010.150.3700.21275.240.9864.12
HexAA7EC9F250151132940
Octal252176311174502542351100
Binary1010101011111101100100111111001010101011000100111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>