#AA83A6

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

Shades of London Hue #AA83A6

Tints of London Hue #AA83A6

Color information

#AA83A6 (or 0xAA83A6) is unknown color: approx London Hue. HEX triplet: AA, 83 and A6. RGB value is (170,131,166). Sum of RGB (Red+Green+Blue) = 170+131+166=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA83A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83A6 is #557C59. Grayscale: #929292. Windows color (decimal): -5602394 or 10912682. OLE color: 10912682.

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

Color convert

RGB170131166-
CMYK00.230.020.33
HSL306.15º18.66%59.02%-
HSV(B)306.15º22.94%66.67%-
XYZ31.5827.5339.73-
YUV146.65138.92144.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=36.40%
G=28.05%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013116600.230.020.33306.1518.6659.02
HexAA83A6017221132133b
Octal2522032460272414622373
Binary1010101010000011101001100101111010000110011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83A6; }

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

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

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

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

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

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

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

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