#AA8EC7

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

Shades of East Side #AA8EC7

Tints of East Side #AA8EC7

Color information

#AA8EC7 (or 0xAA8EC7) is unknown color: approx East Side. HEX triplet: AA, 8E and C7. RGB value is (170,142,199). Sum of RGB (Red+Green+Blue) = 170+142+199=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA8EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EC7 is #557138. Grayscale: #9C9C9C. Windows color (decimal): -5599545 or 13078186. OLE color: 13078186.

HSL color Cylindrical-coordinate representation of color #AA8EC7: hue angle of 269.47º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8EC7 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170142199-
CMYK0.150.2900.22
HSL269.47º33.73%66.86%-
HSV(B)269.47º28.64%78.04%-
XYZ36.5632.0258.29-
YUV156.87151.78137.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 199 (78.12% from 255) = 38.94%
R=33.27%
G=27.79%
B=38.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701421990.150.2900.22269.4733.7366.86
HexAA8EC7F1D01610d2243
Octal252216307173502641542103
Binary1010101010001110110001111111111010101101000011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EC7; }

 p { color: rgb(170,142,199); }

 H1.HeaderClassName
 {
   color: #AA8EC7;
 }
 .AnyTagClassName
 {
   color: #AA8EC7;
 }
</style>
background-color css

<style>
 a { background-color: #AA8EC7; }

 a { background-color: rgb(170,142,199); }

 div.DivClassName
 {
   background-color: #AA8EC7;
 }
 .BgClassName
 {
   background-color: #AA8EC7;
 }
</style>
border-color css

<style>
 span { border-color: #AA8EC7; }

 span { border-color: rgb(170,142,199); }

 td.TdClassName
 {
   border-color: #AA8EC7;
 }
 .TagClassName
 {
   border-color: #AA8EC7;
 }
</style>