#AE8CB5

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

Shades of East Side #AE8CB5

Tints of East Side #AE8CB5

Color information

#AE8CB5 (or 0xAE8CB5) is unknown color: approx East Side. HEX triplet: AE, 8C and B5. RGB value is (174,140,181). Sum of RGB (Red+Green+Blue) = 174+140+181=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE8CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CB5 is #51734A. Grayscale: #9A9A9A. Windows color (decimal): -5337931 or 11898030. OLE color: 11898030.

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

Color convert

RGB174140181-
CMYK0.040.2300.29
HSL289.76º21.69%62.94%-
HSV(B)289.76º22.65%70.98%-
XYZ35.1731.0947.86-
YUV154.84142.76141.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=35.15%
G=28.28%
B=36.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741401810.040.2300.29289.7621.6962.94
HexAE8CB541701D122163f
Octal2562142654270354422677
Binary1010111010001100101101011001011101110110010001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CB5; }

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

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

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

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

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

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

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

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