#AA93AC

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

Shades of London Hue #AA93AC

Tints of London Hue #AA93AC

Color information

#AA93AC (or 0xAA93AC) is unknown color: approx London Hue. HEX triplet: AA, 93 and AC. RGB value is (170,147,172). Sum of RGB (Red+Green+Blue) = 170+147+172=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA93AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93AC is #556C53. Grayscale: #9C9C9C. Windows color (decimal): -5598292 or 11309994. OLE color: 11309994.

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

Color convert

RGB170147172-
CMYK0.010.1500.33
HSL295.2º13.09%62.55%-
HSV(B)295.2º14.53%67.45%-
XYZ34.4632.3943.47-
YUV156.73136.62137.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=34.76%
G=30.06%
B=35.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701471720.010.1500.33295.213.0962.55
HexAA93AC1F021127d3f
Octal2522232541170414471577
Binary1010101010010011101011001111101000011001001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93AC; }

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

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

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

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

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

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

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

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