#AE80AF

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

Shades of London Hue #AE80AF

Tints of London Hue #AE80AF

Color information

#AE80AF (or 0xAE80AF) is unknown color: approx London Hue. HEX triplet: AE, 80 and AF. RGB value is (174,128,175). Sum of RGB (Red+Green+Blue) = 174+128+175=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80AF is #517F50. Grayscale: #929292. Windows color (decimal): -5341009 or 11501742. OLE color: 11501742.

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

Color convert

RGB174128175-
CMYK0.010.2700.31
HSL298.72º22.71%59.41%-
HSV(B)298.72º26.86%68.63%-
XYZ32.9127.5344.14-
YUV147.11143.74147.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=36.48%
G=26.83%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741281750.010.2700.31298.7222.7159.41
HexAE80AF11B01F12b173b
Octal2562002571330374532773
Binary10101110100000001010111111101101111110010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80AF; }

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

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

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

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

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

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

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

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