#AA93AE

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

Shades of London Hue #AA93AE

Tints of London Hue #AA93AE

Color information

#AA93AE (or 0xAA93AE) is unknown color: approx London Hue. HEX triplet: AA, 93 and AE. RGB value is (170,147,174). Sum of RGB (Red+Green+Blue) = 170+147+174=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA93AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93AE is #556C51. Grayscale: #9C9C9C. Windows color (decimal): -5598290 or 11441066. OLE color: 11441066.

HSL color Cylindrical-coordinate representation of color #AA93AE: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA93AE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170147174-
CMYK0.020.1600.32
HSL291.11º14.29%62.94%-
HSV(B)291.11º15.52%68.24%-
XYZ34.6532.4744.49-
YUV156.96137.62137.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=34.62%
G=29.94%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701471740.020.1600.32291.1114.2962.94
HexAA93AE210020123e3f
Octal2522232562200404431677
Binary101010101001001110101110101000001000001001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93AE; }

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

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

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

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

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

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

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

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