#AA83A9

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

Shades of London Hue #AA83A9

Tints of London Hue #AA83A9

Color information

#AA83A9 (or 0xAA83A9) is unknown color: approx London Hue. HEX triplet: AA, 83 and A9. RGB value is (170,131,169). Sum of RGB (Red+Green+Blue) = 170+131+169=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA83A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83A9 is #557C56. Grayscale: #929292. Windows color (decimal): -5602391 or 11109290. OLE color: 11109290.

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

Color convert

RGB170131169-
CMYK00.230.010.33
HSL301.54º18.66%59.02%-
HSV(B)301.54º22.94%66.67%-
XYZ31.8627.6441.19-
YUV146.99140.42144.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=36.17%
G=27.87%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013116900.230.010.33301.5418.6659.02
HexAA83A901712112e133b
Octal2522032510271414562373
Binary101010101000001110101001010111110000110010111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83A9; }

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

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

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

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

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

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

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

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