#AE6EC0

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

Shades of East Side #AE6EC0

Tints of East Side #AE6EC0

Color information

#AE6EC0 (or 0xAE6EC0) is unknown color: approx East Side. HEX triplet: AE, 6E and C0. RGB value is (174,110,192). Sum of RGB (Red+Green+Blue) = 174+110+192=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE6EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EC0 is #51913F. Grayscale: #8A8A8A. Windows color (decimal): -5345600 or 12611246. OLE color: 12611246.

HSL color Cylindrical-coordinate representation of color #AE6EC0: hue angle of 286.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6EC0 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174110192-
CMYK0.090.4300.25
HSL286.83º39.42%59.22%-
HSV(B)286.83º42.71%75.29%-
XYZ32.5523.9652.78-
YUV138.48158.2153.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=36.55%
G=23.11%
B=40.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741101920.090.4300.25286.8339.4259.22
HexAE6EC092B01911f273b
Octal25615630011530314374773
Binary101011101101110110000001001101011011001100011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EC0; }

 p { color: rgb(174,110,192); }

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

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

 a { background-color: rgb(174,110,192); }

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

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

 span { border-color: rgb(174,110,192); }

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