#AA84AB

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

Shades of London Hue #AA84AB

Tints of London Hue #AA84AB

Color information

#AA84AB (or 0xAA84AB) is unknown color: approx London Hue. HEX triplet: AA, 84 and AB. RGB value is (170,132,171). Sum of RGB (Red+Green+Blue) = 170+132+171=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84AB is #557B54. Grayscale: #939393. Windows color (decimal): -5602133 or 11240618. OLE color: 11240618.

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

Color convert

RGB170132171-
CMYK0.010.2300.33
HSL298.46º18.84%59.41%-
HSV(B)298.46º22.81%67.06%-
XYZ32.1827.9942.23-
YUV147.81141.09143.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=35.94%
G=27.91%
B=36.15%

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
Decimal1701321710.010.2300.33298.4618.8459.41
HexAA84AB11702112a133b
Octal2522042531270414522373
Binary101010101000010010101011110111010000110010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84AB; }

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

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

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

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

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

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

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

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