#AE77B4

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

Shades of East Side #AE77B4

Tints of East Side #AE77B4

Color information

#AE77B4 (or 0xAE77B4) is unknown color: approx East Side. HEX triplet: AE, 77 and B4. RGB value is (174,119,180). Sum of RGB (Red+Green+Blue) = 174+119+180=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE77B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77B4 is #51884B. Grayscale: #8E8E8E. Windows color (decimal): -5343308 or 11827118. OLE color: 11827118.

HSL color Cylindrical-coordinate representation of color #AE77B4: hue angle of 294.1º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE77B4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174119180-
CMYK0.030.3400.29
HSL294.1º28.91%58.63%-
HSV(B)294.1º33.89%70.59%-
XYZ32.2925.4946.4-
YUV142.4149.22150.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=36.79%
G=25.16%
B=38.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741191800.030.3400.29294.128.9158.63
HexAE77B432201D1261d3b
Octal2561672643420354463573
Binary101011101110111101101001110001001110110010011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77B4; }

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

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

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

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

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

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

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

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