#AA80AA

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

Shades of London Hue #AA80AA

Tints of London Hue #AA80AA

Color information

#AA80AA (or 0xAA80AA) is unknown color: approx London Hue. HEX triplet: AA, 80 and AA. RGB value is (170,128,170). Sum of RGB (Red+Green+Blue) = 170+128+170=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA80AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA80AA is #557F55. Grayscale: #919191. Windows color (decimal): -5603158 or 11174058. OLE color: 11174058.

HSL color Cylindrical-coordinate representation of color #AA80AA: hue angle of 300º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA80AA is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170128170-
CMYK00.2500.33
HSL300º19.81%58.43%-
HSV(B)300º24.71%66.67%-
XYZ31.5526.8941.56-
YUV145.35141.91145.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=36.32%
G=27.35%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012817000.2500.3330019.8158.43
HexAA80AA01902112c143a
Octal2522002520310414542472
Binary101010101000000010101010011001010000110010110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80AA; }

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

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

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

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

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

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

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

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