#AA89AF

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

Shades of London Hue #AA89AF

Tints of London Hue #AA89AF

Color information

#AA89AF (or 0xAA89AF) is unknown color: approx London Hue. HEX triplet: AA, 89 and AF. RGB value is (170,137,175). Sum of RGB (Red+Green+Blue) = 170+137+175=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89AF is #557650. Grayscale: #979797. Windows color (decimal): -5600849 or 11504042. OLE color: 11504042.

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

Color convert

RGB170137175-
CMYK0.030.2200.31
HSL292.11º19.19%61.18%-
HSV(B)292.11º21.71%68.63%-
XYZ33.2629.5344.5-
YUV151.2141.43141.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=35.27%
G=28.42%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701371750.030.2200.31292.1119.1961.18
HexAA89AF31601F124133d
Octal2522112573260374442375
Binary101010101000100110101111111011001111110010010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89AF; }

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

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

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

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

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

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

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

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