#AA84AF

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

Shades of London Hue #AA84AF

Tints of London Hue #AA84AF

Color information

#AA84AF (or 0xAA84AF) is unknown color: approx London Hue. HEX triplet: AA, 84 and AF. RGB value is (170,132,175). Sum of RGB (Red+Green+Blue) = 170+132+175=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84AF is #557B50. Grayscale: #949494. Windows color (decimal): -5602129 or 11502762. OLE color: 11502762.

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

Color convert

RGB170132175-
CMYK0.030.2500.31
HSL293.02º21.18%60.2%-
HSV(B)293.02º24.57%68.63%-
XYZ32.5728.1444.27-
YUV148.26143.09143.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=35.64%
G=27.67%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701321750.030.2500.31293.0221.1860.2
HexAA84AF31901F125153c
Octal2522042573310374452574
Binary101010101000010010101111111100101111110010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84AF; }

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

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

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

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

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

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

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

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