#AA99AA

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

Shades of London Hue #AA99AA

Tints of London Hue #AA99AA

Color information

#AA99AA (or 0xAA99AA) is unknown color: approx London Hue. HEX triplet: AA, 99 and AA. RGB value is (170,153,170). Sum of RGB (Red+Green+Blue) = 170+153+170=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AA is #556655. Grayscale: #9F9F9F. Windows color (decimal): -5596758 or 11180458. OLE color: 11180458.

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

Color convert

RGB170153170-
CMYK00.100.33
HSL300º9.09%63.33%-
HSV(B)300º10%66.67%-
XYZ35.2234.2342.78-
YUV160.02133.63135.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=34.48%
G=31.03%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015317000.100.333009.0963.33
HexAA99AA0A02112c93f
Octal2522312520120414541177
Binary1010101010011001101010100101001000011001011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99AA; }

 p { color: rgb(170,153,170); }

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

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

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

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

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

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

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