#AE8EC2

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

Shades of East Side #AE8EC2

Tints of East Side #AE8EC2

Color information

#AE8EC2 (or 0xAE8EC2) is unknown color: approx East Side. HEX triplet: AE, 8E and C2. RGB value is (174,142,194). Sum of RGB (Red+Green+Blue) = 174+142+194=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE8EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EC2 is #51713D. Grayscale: #9D9D9D. Windows color (decimal): -5337406 or 12750510. OLE color: 12750510.

HSL color Cylindrical-coordinate representation of color #AE8EC2: hue angle of 276.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE8EC2 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174142194-
CMYK0.100.2700.24
HSL276.92º29.89%65.88%-
HSV(B)276.92º26.8%76.08%-
XYZ36.8732.2455.32-
YUV157.5148.6139.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 194 (76.17% from 255) = 38.04%
R=34.12%
G=27.84%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741421940.100.2700.24276.9229.8965.88
HexAE8EC2A1B0181151e42
Octal256216302123303042536102
Binary101011101000111011000010101011011011000100010101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EC2; }

 p { color: rgb(174,142,194); }

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

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

 a { background-color: rgb(174,142,194); }

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

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

 span { border-color: rgb(174,142,194); }

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