#AA84AA

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

Shades of London Hue #AA84AA

Tints of London Hue #AA84AA

Color information

#AA84AA (or 0xAA84AA) is unknown color: approx London Hue. HEX triplet: AA, 84 and AA. RGB value is (170,132,170). Sum of RGB (Red+Green+Blue) = 170+132+170=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84AA is #557B55. Grayscale: #939393. Windows color (decimal): -5602134 or 11175082. OLE color: 11175082.

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

Color convert

RGB170132170-
CMYK00.2200.33
HSL300º18.27%59.22%-
HSV(B)300º22.35%66.67%-
XYZ32.0827.9541.73-
YUV147.69140.59143.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=36.02%
G=27.97%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013217000.2200.3330018.2759.22
HexAA84AA01602112c123b
Octal2522042520260414542273
Binary101010101000010010101010010110010000110010110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84AA; }

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

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

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

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

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

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

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

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