#AA83AB

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

Shades of London Hue #AA83AB

Tints of London Hue #AA83AB

Color information

#AA83AB (or 0xAA83AB) is unknown color: approx London Hue. HEX triplet: AA, 83 and AB. RGB value is (170,131,171). Sum of RGB (Red+Green+Blue) = 170+131+171=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83AB is #557C54. Grayscale: #939393. Windows color (decimal): -5602389 or 11240362. OLE color: 11240362.

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

Color convert

RGB170131171-
CMYK0.010.2300.33
HSL298.5º19.23%59.22%-
HSV(B)298.5º23.39%67.06%-
XYZ32.0427.7242.19-
YUV147.22141.42144.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=36.02%
G=27.75%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701311710.010.2300.33298.519.2359.22
HexAA83AB11702112a133b
Octal2522032531270414522373
Binary101010101000001110101011110111010000110010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83AB; }

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

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

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

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

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

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

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

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