#AE7EB3

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

Shades of East Side #AE7EB3

Tints of East Side #AE7EB3

Color information

#AE7EB3 (or 0xAE7EB3) is unknown color: approx East Side. HEX triplet: AE, 7E and B3. RGB value is (174,126,179). Sum of RGB (Red+Green+Blue) = 174+126+179=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE7EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EB3 is #51814C. Grayscale: #929292. Windows color (decimal): -5341517 or 11763374. OLE color: 11763374.

HSL color Cylindrical-coordinate representation of color #AE7EB3: hue angle of 294.34º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7EB3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174126179-
CMYK0.030.3000.30
HSL294.34º25.85%59.8%-
HSV(B)294.34º29.61%70.2%-
XYZ33.0527.1846.15-
YUV146.39146.4147.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=36.33%
G=26.30%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741261790.030.3000.30294.3425.8559.8
HexAE7EB331E01E1261a3c
Octal2561762633360364463274
Binary10101110111111010110011111111001111010010011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EB3; }

 p { color: rgb(174,126,179); }

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

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

 a { background-color: rgb(174,126,179); }

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

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

 span { border-color: rgb(174,126,179); }

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