#AA79AD

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

Shades of London Hue #AA79AD

Tints of London Hue #AA79AD

Color information

#AA79AD (or 0xAA79AD) is unknown color: approx London Hue. HEX triplet: AA, 79 and AD. RGB value is (170,121,173). Sum of RGB (Red+Green+Blue) = 170+121+173=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA79AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AD is #558652. Grayscale: #8D8D8D. Windows color (decimal): -5604947 or 11368874. OLE color: 11368874.

HSL color Cylindrical-coordinate representation of color #AA79AD: hue angle of 296.54º degrees, saturation: 0.24, 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 #AA79AD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170121173-
CMYK0.020.3000.32
HSL296.54º24.07%57.65%-
HSV(B)296.54º30.06%67.84%-
XYZ30.9625.2442.77-
YUV141.58145.73148.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=36.64%
G=26.08%
B=37.28%

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
Decimal1701211730.020.3000.32296.5424.0757.65
HexAA79AD21E020129183a
Octal2521712552360404513072
Binary101010101111001101011011011110010000010010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79AD; }

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

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

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

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

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

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

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

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