#AE80AD

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

Shades of London Hue #AE80AD

Tints of London Hue #AE80AD

Color information

#AE80AD (or 0xAE80AD) is unknown color: approx London Hue. HEX triplet: AE, 80 and AD. RGB value is (174,128,173). Sum of RGB (Red+Green+Blue) = 174+128+173=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AE80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE80AD is #517F52. Grayscale: #929292. Windows color (decimal): -5341011 or 11370670. OLE color: 11370670.

HSL color Cylindrical-coordinate representation of color #AE80AD: hue angle of 301.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE80AD is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174128173-
CMYK00.260.010.32
HSL301.3º22.12%59.22%-
HSV(B)301.3º26.44%68.24%-
XYZ32.7227.4543.11-
YUV146.88142.74147.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=36.63%
G=26.95%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412817300.260.010.32301.322.1259.22
HexAE80AD01A12012d163b
Octal2562002550321404552673
Binary101011101000000010101101011010110000010010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80AD; }

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

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

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

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

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

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

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

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