#AA7CA9

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

Shades of London Hue #AA7CA9

Tints of London Hue #AA7CA9

Color information

#AA7CA9 (or 0xAA7CA9) is unknown color: approx London Hue. HEX triplet: AA, 7C and A9. RGB value is (170,124,169). Sum of RGB (Red+Green+Blue) = 170+124+169=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CA9 is #558356. Grayscale: #8E8E8E. Windows color (decimal): -5604183 or 11107498. OLE color: 11107498.

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

Color convert

RGB170124169-
CMYK00.270.010.33
HSL301.3º21.3%57.65%-
HSV(B)301.3º27.06%66.67%-
XYZ30.9525.8340.89-
YUV142.88142.74147.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=36.72%
G=26.78%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012416900.270.010.33301.321.357.65
HexAA7CA901B12112d153a
Octal2521742510331414552572
Binary10101010111110010101001011011110000110010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CA9; }

 p { color: rgb(170,124,169); }

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

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

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

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

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

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

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