#AA81AF

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

Shades of London Hue #AA81AF

Tints of London Hue #AA81AF

Color information

#AA81AF (or 0xAA81AF) is unknown color: approx London Hue. HEX triplet: AA, 81 and AF. RGB value is (170,129,175). Sum of RGB (Red+Green+Blue) = 170+129+175=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA81AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81AF is #557E50. Grayscale: #929292. Windows color (decimal): -5602897 or 11501994. OLE color: 11501994.

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

Color convert

RGB170129175-
CMYK0.030.2600.31
HSL293.48º22.33%59.61%-
HSV(B)293.48º26.29%68.63%-
XYZ32.1727.3444.14-
YUV146.5144.08144.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=35.86%
G=27.22%
B=36.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701291750.030.2600.31293.4822.3359.61
HexAA81AF31A01F125163c
Octal2522012573320374452674
Binary101010101000000110101111111101001111110010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81AF; }

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

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

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

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

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

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

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

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