#AA94AD

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

Shades of London Hue #AA94AD

Tints of London Hue #AA94AD

Color information

#AA94AD (or 0xAA94AD) is unknown color: approx London Hue. HEX triplet: AA, 94 and AD. RGB value is (170,148,173). Sum of RGB (Red+Green+Blue) = 170+148+173=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94AD is #556B52. Grayscale: #9D9D9D. Windows color (decimal): -5598035 or 11375786. OLE color: 11375786.

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

Color convert

RGB170148173-
CMYK0.020.1400.32
HSL292.8º13.23%62.94%-
HSV(B)292.8º14.45%67.84%-
XYZ34.7132.7444.03-
YUV157.43136.79136.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=34.62%
G=30.14%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701481730.020.1400.32292.813.2362.94
HexAA94AD2E020125d3f
Octal2522242552160404451577
Binary10101010100101001010110110111001000001001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94AD; }

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

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

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

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

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

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

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

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