#AA9AAA

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

Shades of London Hue #AA9AAA

Tints of London Hue #AA9AAA

Color information

#AA9AAA (or 0xAA9AAA) is unknown color: approx London Hue. HEX triplet: AA, 9A and AA. RGB value is (170,154,170). Sum of RGB (Red+Green+Blue) = 170+154+170=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAA is #556555. Grayscale: #A0A0A0. Windows color (decimal): -5596502 or 11180714. OLE color: 11180714.

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

Color convert

RGB170154170-
CMYK00.0900.33
HSL300º8.6%63.53%-
HSV(B)300º9.41%66.67%-
XYZ35.3934.5642.84-
YUV160.61133.3134.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=34.41%
G=31.17%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015417000.0900.333008.663.53
HexAA9AAA0902112c940
Octal25223225201104145411100
Binary10101010100110101010101001001010000110010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AAA; }

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

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

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

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

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

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

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

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