#AE88AF

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

Shades of London Hue #AE88AF

Tints of London Hue #AE88AF

Color information

#AE88AF (or 0xAE88AF) is unknown color: approx London Hue. HEX triplet: AE, 88 and AF. RGB value is (174,136,175). Sum of RGB (Red+Green+Blue) = 174+136+175=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE88AF is #517750. Grayscale: #979797. Windows color (decimal): -5338961 or 11503790. OLE color: 11503790.

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

Color convert

RGB174136175-
CMYK0.010.2200.31
HSL298.46º19.6%60.98%-
HSV(B)298.46º22.29%68.63%-
XYZ3429.744.5-
YUV151.81141.09143.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=35.88%
G=28.04%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741361750.010.2200.31298.4619.660.98
HexAE88AF11601F12a143d
Octal2562102571260374522475
Binary10101110100010001010111111011001111110010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88AF; }

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

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

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

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

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

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

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

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