#AA93AD

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

Shades of London Hue #AA93AD

Tints of London Hue #AA93AD

Color information

#AA93AD (or 0xAA93AD) is unknown color: approx London Hue. HEX triplet: AA, 93 and AD. RGB value is (170,147,173). Sum of RGB (Red+Green+Blue) = 170+147+173=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93AD is #556C52. Grayscale: #9C9C9C. Windows color (decimal): -5598291 or 11375530. OLE color: 11375530.

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

Color convert

RGB170147173-
CMYK0.020.1500.32
HSL293.08º13.68%62.75%-
HSV(B)293.08º15.03%67.84%-
XYZ34.5532.4343.97-
YUV156.84137.12137.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=34.69%
G=30%
B=35.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701471730.020.1500.32293.0813.6862.75
HexAA93AD2F020125e3f
Octal2522232552170404451677
Binary10101010100100111010110110111101000001001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93AD; }

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

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

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

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

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

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

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

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