#AE8ECB

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

Shades of East Side #AE8ECB

Tints of East Side #AE8ECB

Color information

#AE8ECB (or 0xAE8ECB) is unknown color: approx East Side. HEX triplet: AE, 8E and CB. RGB value is (174,142,203). Sum of RGB (Red+Green+Blue) = 174+142+203=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE8ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ECB is #517134. Grayscale: #9E9E9E. Windows color (decimal): -5337397 or 13340334. OLE color: 13340334.

HSL color Cylindrical-coordinate representation of color #AE8ECB: hue angle of 271.48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8ECB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174142203-
CMYK0.140.3000.20
HSL271.48º36.97%67.65%-
HSV(B)271.48º30.05%79.61%-
XYZ37.9132.6660.81-
YUV158.52153.1139.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=33.53%
G=27.36%
B=39.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741422030.140.3000.20271.4836.9767.65
HexAE8ECBE1E01410f2544
Octal256216313163602441745104
Binary1010111010001110110010111110111100101001000011111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8ECB; }

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

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

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

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

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

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

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

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