#AA79AB

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

Shades of London Hue #AA79AB

Tints of London Hue #AA79AB

Color information

#AA79AB (or 0xAA79AB) is unknown color: approx London Hue. HEX triplet: AA, 79 and AB. RGB value is (170,121,171). Sum of RGB (Red+Green+Blue) = 170+121+171=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AB is #558654. Grayscale: #8D8D8D. Windows color (decimal): -5604949 or 11237802. OLE color: 11237802.

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

Color convert

RGB170121171-
CMYK0.010.2900.33
HSL298.8º22.94%57.25%-
HSV(B)298.8º29.24%67.06%-
XYZ30.7725.1641.76-
YUV141.35144.73148.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=36.80%
G=26.19%
B=37.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701211710.010.2900.33298.822.9457.25
HexAA79AB11D02112b1739
Octal2521712531350414532771
Binary10101010111100110101011111101010000110010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79AB; }

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

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

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

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

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

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

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

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