#AA83AA

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

Shades of London Hue #AA83AA

Tints of London Hue #AA83AA

Color information

#AA83AA (or 0xAA83AA) is unknown color: approx London Hue. HEX triplet: AA, 83 and AA. RGB value is (170,131,170). Sum of RGB (Red+Green+Blue) = 170+131+170=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83AA is #557C55. Grayscale: #929292. Windows color (decimal): -5602390 or 11174826. OLE color: 11174826.

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

Color convert

RGB170131170-
CMYK00.2300.33
HSL300º18.66%59.02%-
HSV(B)300º22.94%66.67%-
XYZ31.9527.6841.69-
YUV147.11140.92144.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=36.09%
G=27.81%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013117000.2300.3330018.6659.02
HexAA83AA01702112c133b
Octal2522032520270414542373
Binary101010101000001110101010010111010000110010110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83AA; }

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

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

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

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

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

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

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

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