#AA97AD

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

Shades of London Hue #AA97AD

Tints of London Hue #AA97AD

Color information

#AA97AD (or 0xAA97AD) is unknown color: approx London Hue. HEX triplet: AA, 97 and AD. RGB value is (170,151,173). Sum of RGB (Red+Green+Blue) = 170+151+173=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA97AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA97AD is #556852. Grayscale: #9F9F9F. Windows color (decimal): -5597267 or 11376554. OLE color: 11376554.

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

Color convert

RGB170151173-
CMYK0.020.1300.32
HSL291.82º11.83%63.53%-
HSV(B)291.82º12.72%67.84%-
XYZ35.1933.744.18-
YUV159.19135.79135.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=34.41%
G=30.57%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701511730.020.1300.32291.8211.8363.53
HexAA97AD2D020124c40
Octal25222725521504044414100
Binary101010101001011110101101101101010000010010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97AD; }

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

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

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

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

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

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

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

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