#AE8EB5

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

Shades of East Side #AE8EB5

Tints of East Side #AE8EB5

Color information

#AE8EB5 (or 0xAE8EB5) is unknown color: approx East Side. HEX triplet: AE, 8E and B5. RGB value is (174,142,181). Sum of RGB (Red+Green+Blue) = 174+142+181=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE8EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EB5 is #51714A. Grayscale: #9B9B9B. Windows color (decimal): -5337419 or 11898542. OLE color: 11898542.

HSL color Cylindrical-coordinate representation of color #AE8EB5: hue angle of 289.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE8EB5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174142181-
CMYK0.040.2200.29
HSL289.23º20.86%63.33%-
HSV(B)289.23º21.55%70.98%-
XYZ35.4731.6847.96-
YUV156.01142.1140.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=35.01%
G=28.57%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741421810.040.2200.29289.2320.8663.33
HexAE8EB541601D121153f
Octal2562162654260354412577
Binary1010111010001110101101011001011001110110010000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EB5; }

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

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

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

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

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

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

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

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