#AE8AAF

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

Shades of London Hue #AE8AAF

Tints of London Hue #AE8AAF

Color information

#AE8AAF (or 0xAE8AAF) is unknown color: approx London Hue. HEX triplet: AE, 8A and AF. RGB value is (174,138,175). Sum of RGB (Red+Green+Blue) = 174+138+175=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AAF is #517550. Grayscale: #989898. Windows color (decimal): -5338449 or 11504302. OLE color: 11504302.

HSL color Cylindrical-coordinate representation of color #AE8AAF: hue angle of 298.38º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE8AAF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174138175-
CMYK0.010.2100.31
HSL298.38º18.78%61.37%-
HSV(B)298.38º21.14%68.63%-
XYZ34.2830.2744.59-
YUV152.98140.43142.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=35.73%
G=28.34%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741381750.010.2100.31298.3818.7861.37
HexAE8AAF11501F12a133d
Octal2562122571250374522375
Binary10101110100010101010111111010101111110010101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AAF; }

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

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

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

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

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

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

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

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