#AA8EC5

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

Shades of East Side #AA8EC5

Tints of East Side #AA8EC5

Color information

#AA8EC5 (or 0xAA8EC5) is unknown color: approx East Side. HEX triplet: AA, 8E and C5. RGB value is (170,142,197). Sum of RGB (Red+Green+Blue) = 170+142+197=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA8EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EC5 is #55713A. Grayscale: #9C9C9C. Windows color (decimal): -5599547 or 12947114. OLE color: 12947114.

HSL color Cylindrical-coordinate representation of color #AA8EC5: hue angle of 270.55º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA8EC5 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170142197-
CMYK0.140.2800.23
HSL270.55º32.16%66.47%-
HSV(B)270.55º27.92%77.25%-
XYZ36.3331.9257.07-
YUV156.64150.78137.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 197 (77.34% from 255) = 38.70%
R=33.40%
G=27.90%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701421970.140.2800.23270.5532.1666.47
HexAA8EC5E1C01710f2042
Octal252216305163402741740102
Binary1010101010001110110001011110111000101111000011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EC5; }

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

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

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

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

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

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

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

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