#AE7CB5

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

Shades of East Side #AE7CB5

Tints of East Side #AE7CB5

Color information

#AE7CB5 (or 0xAE7CB5) is unknown color: approx East Side. HEX triplet: AE, 7C and B5. RGB value is (174,124,181). Sum of RGB (Red+Green+Blue) = 174+124+181=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE7CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CB5 is #51834A. Grayscale: #919191. Windows color (decimal): -5342027 or 11893934. OLE color: 11893934.

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

Color convert

RGB174124181-
CMYK0.040.3100.29
HSL292.63º27.8%59.8%-
HSV(B)292.63º31.49%70.98%-
XYZ3326.7547.14-
YUV145.45148.06148.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=36.33%
G=25.89%
B=37.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741241810.040.3100.29292.6327.859.8
HexAE7CB541F01D1251c3c
Octal2561742654370354453474
Binary101011101111100101101011001111101110110010010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CB5; }

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

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

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

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

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

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

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

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