#AA93A9

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

Shades of London Hue #AA93A9

Tints of London Hue #AA93A9

Color information

#AA93A9 (or 0xAA93A9) is unknown color: approx London Hue. HEX triplet: AA, 93 and A9. RGB value is (170,147,169). Sum of RGB (Red+Green+Blue) = 170+147+169=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AA93A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93A9 is #556C56. Grayscale: #9C9C9C. Windows color (decimal): -5598295 or 11113386. OLE color: 11113386.

HSL color Cylindrical-coordinate representation of color #AA93A9: hue angle of 302.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA93A9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170147169-
CMYK00.140.010.33
HSL302.61º11.92%62.16%-
HSV(B)302.61º13.53%66.67%-
XYZ34.1732.2841.97-
YUV156.38135.12137.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=34.98%
G=30.25%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014716900.140.010.33302.6111.9262.16
HexAA93A90E12112fc3e
Octal2522232510161414571476
Binary1010101010010011101010010111011000011001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93A9; }

 p { color: rgb(170,147,169); }

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

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

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

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

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

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

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