#AE7FA9

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

Shades of London Hue #AE7FA9

Tints of London Hue #AE7FA9

Color information

#AE7FA9 (or 0xAE7FA9) is unknown color: approx London Hue. HEX triplet: AE, 7F and A9. RGB value is (174,127,169). Sum of RGB (Red+Green+Blue) = 174+127+169=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FA9 is #518056. Grayscale: #919191. Windows color (decimal): -5341271 or 11108270. OLE color: 11108270.

HSL color Cylindrical-coordinate representation of color #AE7FA9: hue angle of 306.38º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE7FA9 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB174127169-
CMYK00.270.030.32
HSL306.38º22.49%59.02%-
HSV(B)306.38º27.01%68.24%-
XYZ32.2127.0441.06-
YUV145.84141.07148.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=37.02%
G=27.02%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412716900.270.030.32306.3822.4959.02
HexAE7FA901B320132163b
Octal2561772510333404622673
Binary101011101111111101010010110111110000010011001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FA9; }

 p { color: rgb(174,127,169); }

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

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

 a { background-color: rgb(174,127,169); }

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

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

 span { border-color: rgb(174,127,169); }

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