#AA80AE

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

Shades of London Hue #AA80AE

Tints of London Hue #AA80AE

Color information

#AA80AE (or 0xAA80AE) is unknown color: approx London Hue. HEX triplet: AA, 80 and AE. RGB value is (170,128,174). Sum of RGB (Red+Green+Blue) = 170+128+174=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA80AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA80AE is #557F51. Grayscale: #919191. Windows color (decimal): -5603154 or 11436202. OLE color: 11436202.

HSL color Cylindrical-coordinate representation of color #AA80AE: hue angle of 294.78º 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 #AA80AE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170128174-
CMYK0.020.2600.32
HSL294.78º22.12%59.22%-
HSV(B)294.78º26.44%68.24%-
XYZ31.9427.0443.58-
YUV145.8143.91145.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=36.02%
G=27.12%
B=36.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701281740.020.2600.32294.7822.1259.22
HexAA80AE21A020127163b
Octal2522002562320404472673
Binary1010101010000000101011101011010010000010010011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80AE; }

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

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

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

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

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

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

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

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