#AE77BF

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

Shades of East Side #AE77BF

Tints of East Side #AE77BF

Color information

#AE77BF (or 0xAE77BF) is unknown color: approx East Side. HEX triplet: AE, 77 and BF. RGB value is (174,119,191). Sum of RGB (Red+Green+Blue) = 174+119+191=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE77BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77BF is #518840. Grayscale: #8F8F8F. Windows color (decimal): -5343297 or 12548014. OLE color: 12548014.

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

Color convert

RGB174119191-
CMYK0.090.3800.25
HSL285.83º36%60.78%-
HSV(B)285.83º37.7%74.9%-
XYZ33.4625.9552.54-
YUV143.65154.72149.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 191 (75% from 255) = 39.46%
R=35.95%
G=24.59%
B=39.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741191910.090.3800.25285.833660.78
HexAE77BF92601911e243d
Octal25616727711460314364475
Binary101011101110111101111111001100110011001100011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77BF; }

 p { color: rgb(174,119,191); }

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

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

 a { background-color: rgb(174,119,191); }

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

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

 span { border-color: rgb(174,119,191); }

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