#AA82AE

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

Shades of London Hue #AA82AE

Tints of London Hue #AA82AE

Color information

#AA82AE (or 0xAA82AE) is unknown color: approx London Hue. HEX triplet: AA, 82 and AE. RGB value is (170,130,174). Sum of RGB (Red+Green+Blue) = 170+130+174=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA82AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82AE is #557D51. Grayscale: #929292. Windows color (decimal): -5602642 or 11436714. OLE color: 11436714.

HSL color Cylindrical-coordinate representation of color #AA82AE: hue angle of 294.55º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA82AE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170130174-
CMYK0.020.2500.32
HSL294.55º21.36%59.61%-
HSV(B)294.55º25.29%68.24%-
XYZ32.227.5743.67-
YUV146.98143.25144.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=35.86%
G=27.43%
B=36.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701301740.020.2500.32294.5521.3659.61
HexAA82AE219020127153c
Octal2522022562310404472574
Binary1010101010000010101011101011001010000010010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82AE; }

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

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

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

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

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

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

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

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