#AE7AAC

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

Shades of London Hue #AE7AAC

Tints of London Hue #AE7AAC

Color information

#AE7AAC (or 0xAE7AAC) is unknown color: approx London Hue. HEX triplet: AE, 7A and AC. RGB value is (174,122,172). Sum of RGB (Red+Green+Blue) = 174+122+172=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AAC is #518553. Grayscale: #8F8F8F. Windows color (decimal): -5342548 or 11303598. OLE color: 11303598.

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

Color convert

RGB174122172-
CMYK00.300.010.32
HSL302.31º24.3%58.04%-
HSV(B)302.31º29.89%68.24%-
XYZ31.8625.942.35-
YUV143.25144.23149.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=37.18%
G=26.07%
B=36.75%

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
Decimal17412217200.300.010.32302.3124.358.04
HexAE7AAC01E12012e183a
Octal2561722540361404563072
Binary10101110111101010101100011110110000010010111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AAC; }

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

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

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

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

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

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

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

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