#AA80AC

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

Shades of London Hue #AA80AC

Tints of London Hue #AA80AC

Color information

#AA80AC (or 0xAA80AC) is unknown color: approx London Hue. HEX triplet: AA, 80 and AC. RGB value is (170,128,172). Sum of RGB (Red+Green+Blue) = 170+128+172=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA80AC is #557F53. Grayscale: #919191. Windows color (decimal): -5603156 or 11305130. OLE color: 11305130.

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

Color convert

RGB170128172-
CMYK0.010.2600.33
HSL297.27º20.95%58.82%-
HSV(B)297.27º25.58%67.45%-
XYZ31.7426.9642.56-
YUV145.57142.91145.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=36.17%
G=27.23%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701281720.010.2600.33297.2720.9558.82
HexAA80AC11A021129153b
Octal2522002541320414512573
Binary101010101000000010101100111010010000110010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80AC; }

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

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

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

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

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

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

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

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