#AA82AC

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

Shades of London Hue #AA82AC

Tints of London Hue #AA82AC

Color information

#AA82AC (or 0xAA82AC) is unknown color: approx London Hue. HEX triplet: AA, 82 and AC. RGB value is (170,130,172). Sum of RGB (Red+Green+Blue) = 170+130+172=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA82AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82AC is #557D53. Grayscale: #929292. Windows color (decimal): -5602644 or 11305642. OLE color: 11305642.

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

Color convert

RGB170130172-
CMYK0.010.2400.33
HSL297.14º20.19%59.22%-
HSV(B)297.14º24.42%67.45%-
XYZ32.0127.4942.65-
YUV146.75142.25144.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=36.02%
G=27.54%
B=36.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701301720.010.2400.33297.1420.1959.22
HexAA82AC118021129143b
Octal2522022541300414512473
Binary101010101000001010101100111000010000110010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82AC; }

 p { color: rgb(170,130,172); }

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

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

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

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

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

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

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