#AE77BD

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

Shades of East Side #AE77BD

Tints of East Side #AE77BD

Color information

#AE77BD (or 0xAE77BD) is unknown color: approx East Side. HEX triplet: AE, 77 and BD. RGB value is (174,119,189). Sum of RGB (Red+Green+Blue) = 174+119+189=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77BD is #518842. Grayscale: #8F8F8F. Windows color (decimal): -5343299 or 12416942. OLE color: 12416942.

HSL color Cylindrical-coordinate representation of color #AE77BD: hue angle of 287.14º degrees, saturation: 0.35, 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 #AE77BD is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174119189-
CMYK0.080.3700.26
HSL287.14º34.65%60.39%-
HSV(B)287.14º37.04%74.12%-
XYZ33.2425.8751.39-
YUV143.42153.72149.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=36.10%
G=24.69%
B=39.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741191890.080.3700.26287.1434.6560.39
HexAE77BD82501A11f233c
Octal25616727510450324374374
Binary101011101110111101111011000100101011010100011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77BD; }

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

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

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

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

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

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

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

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