#AE85AF

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

Shades of London Hue #AE85AF

Tints of London Hue #AE85AF

Color information

#AE85AF (or 0xAE85AF) is unknown color: approx London Hue. HEX triplet: AE, 85 and AF. RGB value is (174,133,175). Sum of RGB (Red+Green+Blue) = 174+133+175=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE85AF is #517A50. Grayscale: #959595. Windows color (decimal): -5339729 or 11503022. OLE color: 11503022.

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

Color convert

RGB174133175-
CMYK0.010.2400.31
HSL298.57º20.79%60.39%-
HSV(B)298.57º24%68.63%-
XYZ33.5828.8744.36-
YUV150.05142.08145.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=36.10%
G=27.59%
B=36.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741331750.010.2400.31298.5720.7960.39
HexAE85AF11801F12b153c
Octal2562052571300374532574
Binary10101110100001011010111111100001111110010101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85AF; }

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

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

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

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

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

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

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

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