#AA93AB

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

Shades of London Hue #AA93AB

Tints of London Hue #AA93AB

Color information

#AA93AB (or 0xAA93AB) is unknown color: approx London Hue. HEX triplet: AA, 93 and AB. RGB value is (170,147,171). Sum of RGB (Red+Green+Blue) = 170+147+171=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93AB is #556C54. Grayscale: #9C9C9C. Windows color (decimal): -5598293 or 11244458. OLE color: 11244458.

HSL color Cylindrical-coordinate representation of color #AA93AB: hue angle of 297.5º 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 #AA93AB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170147171-
CMYK0.010.1400.33
HSL297.5º12.5%62.35%-
HSV(B)297.5º14.04%67.06%-
XYZ34.3632.3542.96-
YUV156.61136.12137.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=34.84%
G=30.12%
B=35.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701471710.010.1400.33297.512.562.35
HexAA93AB1E02112ac3e
Octal2522232531160414521476
Binary1010101010010011101010111111001000011001010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93AB; }

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

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

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

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

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

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

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

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