#AE7BA9

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

Shades of London Hue #AE7BA9

Tints of London Hue #AE7BA9

Color information

#AE7BA9 (or 0xAE7BA9) is unknown color: approx London Hue. HEX triplet: AE, 7B and A9. RGB value is (174,123,169). Sum of RGB (Red+Green+Blue) = 174+123+169=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BA9 is #518456. Grayscale: #8F8F8F. Windows color (decimal): -5342295 or 11107246. OLE color: 11107246.

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

Color convert

RGB174123169-
CMYK00.290.030.32
HSL305.88º23.94%58.24%-
HSV(B)305.88º29.31%68.24%-
XYZ31.726.0340.89-
YUV143.49142.4149.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=37.34%
G=26.39%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412316900.290.030.32305.8823.9458.24
HexAE7BA901D320132183a
Octal2561732510353404623072
Binary101011101111011101010010111011110000010011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BA9; }

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

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

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

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

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

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

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

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