#AE77B2

Color #AE77B2 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AE77B2

Tints of London Hue #AE77B2

Color information

#AE77B2 (or 0xAE77B2) is unknown color: approx London Hue. HEX triplet: AE, 77 and B2. RGB value is (174,119,178). Sum of RGB (Red+Green+Blue) = 174+119+178=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE77B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE77B2 is #51884D. Grayscale: #8D8D8D. Windows color (decimal): -5343310 or 11696046. OLE color: 11696046.

HSL color Cylindrical-coordinate representation of color #AE77B2: hue angle of 295.93º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE77B2 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174119178-
CMYK0.020.3300.30
HSL295.93º27.7%58.24%-
HSV(B)295.93º33.15%69.8%-
XYZ32.0925.4145.33-
YUV142.17148.22150.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=36.94%
G=25.27%
B=37.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741191780.020.3300.30295.9327.758.24
HexAE77B222101E1281c3a
Octal2561672622410364503472
Binary101011101110111101100101010000101111010010100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77B2; }

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

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

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

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

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

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

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

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