#AE79AB

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

Shades of London Hue #AE79AB

Tints of London Hue #AE79AB

Color information

#AE79AB (or 0xAE79AB) is unknown color: approx London Hue. HEX triplet: AE, 79 and AB. RGB value is (174,121,171). Sum of RGB (Red+Green+Blue) = 174+121+171=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE79AB is #518654. Grayscale: #8E8E8E. Windows color (decimal): -5342805 or 11237806. OLE color: 11237806.

HSL color Cylindrical-coordinate representation of color #AE79AB: hue angle of 303.4º 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 #AE79AB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174121171-
CMYK00.300.020.32
HSL303.4º24.65%57.84%-
HSV(B)303.4º30.46%68.24%-
XYZ31.6425.6141.8-
YUV142.55144.06150.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=37.34%
G=25.97%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412117100.300.020.32303.424.6557.84
HexAE79AB01E22012f193a
Octal2561712530362404573172
Binary101011101111001101010110111101010000010010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79AB; }

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

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

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

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

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

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

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

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