#AA79AE

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

Shades of London Hue #AA79AE

Tints of London Hue #AA79AE

Color information

#AA79AE (or 0xAA79AE) is unknown color: approx London Hue. HEX triplet: AA, 79 and AE. RGB value is (170,121,174). Sum of RGB (Red+Green+Blue) = 170+121+174=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA79AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AE is #558651. Grayscale: #8D8D8D. Windows color (decimal): -5604946 or 11434410. OLE color: 11434410.

HSL color Cylindrical-coordinate representation of color #AA79AE: hue angle of 295.47º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA79AE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170121174-
CMYK0.020.3000.32
HSL295.47º24.65%57.84%-
HSV(B)295.47º30.46%68.24%-
XYZ31.0525.2843.29-
YUV141.69146.23148.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=36.56%
G=26.02%
B=37.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701211740.020.3000.32295.4724.6557.84
HexAA79AE21E020127193a
Octal2521712562360404473172
Binary101010101111001101011101011110010000010010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79AE; }

 p { color: rgb(170,121,174); }

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

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

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

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

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

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

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