#AE77BC

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

Shades of East Side #AE77BC

Tints of East Side #AE77BC

Color information

#AE77BC (or 0xAE77BC) is unknown color: approx East Side. HEX triplet: AE, 77 and BC. RGB value is (174,119,188). Sum of RGB (Red+Green+Blue) = 174+119+188=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE77BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77BC is #518843. Grayscale: #8F8F8F. Windows color (decimal): -5343300 or 12351406. OLE color: 12351406.

HSL color Cylindrical-coordinate representation of color #AE77BC: hue angle of 287.83º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE77BC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174119188-
CMYK0.070.3700.26
HSL287.83º33.99%60.2%-
HSV(B)287.83º36.7%73.73%-
XYZ33.1325.8250.82-
YUV143.31153.22149.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=36.17%
G=24.74%
B=39.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741191880.070.3700.26287.8333.9960.2
HexAE77BC72501A120223c
Octal2561672747450324404274
Binary10101110111011110111100111100101011010100100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77BC; }

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

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

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

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

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

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

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

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