#AE7AAF

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

Shades of London Hue #AE7AAF

Tints of London Hue #AE7AAF

Color information

#AE7AAF (or 0xAE7AAF) is unknown color: approx London Hue. HEX triplet: AE, 7A and AF. RGB value is (174,122,175). Sum of RGB (Red+Green+Blue) = 174+122+175=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7AAF is #518550. Grayscale: #8F8F8F. Windows color (decimal): -5342545 or 11500206. OLE color: 11500206.

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

Color convert

RGB174122175-
CMYK0.010.3000.31
HSL298.87º24.88%58.24%-
HSV(B)298.87º30.29%68.63%-
XYZ32.1526.0143.88-
YUV143.59145.73149.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=36.94%
G=25.90%
B=37.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741221750.010.3000.31298.8724.8858.24
HexAE7AAF11E01F12b193a
Octal2561722571360374533172
Binary1010111011110101010111111111001111110010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7AAF; }

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

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

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

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

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

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

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

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