#AE79AC

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

Shades of London Hue #AE79AC

Tints of London Hue #AE79AC

Color information

#AE79AC (or 0xAE79AC) is unknown color: approx London Hue. HEX triplet: AE, 79 and AC. RGB value is (174,121,172). Sum of RGB (Red+Green+Blue) = 174+121+172=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE79AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE79AC is #518653. Grayscale: #8E8E8E. Windows color (decimal): -5342804 or 11303342. OLE color: 11303342.

HSL color Cylindrical-coordinate representation of color #AE79AC: hue angle of 302.26º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE79AC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174121172-
CMYK00.300.010.32
HSL302.26º24.65%57.84%-
HSV(B)302.26º30.46%68.24%-
XYZ31.7425.6542.31-
YUV142.66144.56150.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=37.26%
G=25.91%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412117200.300.010.32302.2624.6557.84
HexAE79AC01E12012e193a
Octal2561712540361404563172
Binary10101110111100110101100011110110000010010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79AC; }

 p { color: rgb(174,121,172); }

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

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

 a { background-color: rgb(174,121,172); }

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

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

 span { border-color: rgb(174,121,172); }

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