#AE76BE

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

Shades of East Side #AE76BE

Tints of East Side #AE76BE

Color information

#AE76BE (or 0xAE76BE) is unknown color: approx East Side. HEX triplet: AE, 76 and BE. RGB value is (174,118,190). Sum of RGB (Red+Green+Blue) = 174+118+190=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76BE is #518941. Grayscale: #8E8E8E. Windows color (decimal): -5343554 or 12482222. OLE color: 12482222.

HSL color Cylindrical-coordinate representation of color #AE76BE: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE76BE is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174118190-
CMYK0.080.3800.25
HSL286.67º35.64%60.39%-
HSV(B)286.67º37.89%74.51%-
XYZ33.2325.6751.92-
YUV142.95154.55150.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=36.10%
G=24.48%
B=39.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741181900.080.3800.25286.6735.6460.39
HexAE76BE82601911f243c
Octal25616627610460314374474
Binary101011101110110101111101000100110011001100011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76BE; }

 p { color: rgb(174,118,190); }

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

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

 a { background-color: rgb(174,118,190); }

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

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

 span { border-color: rgb(174,118,190); }

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