#AA79AA

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

Shades of London Hue #AA79AA

Tints of London Hue #AA79AA

Color information

#AA79AA (or 0xAA79AA) is unknown color: approx London Hue. HEX triplet: AA, 79 and AA. RGB value is (170,121,170). Sum of RGB (Red+Green+Blue) = 170+121+170=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AA is #558655. Grayscale: #8D8D8D. Windows color (decimal): -5604950 or 11172266. OLE color: 11172266.

HSL color Cylindrical-coordinate representation of color #AA79AA: hue angle of 300º degrees, saturation: 0.22, 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 #AA79AA is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170121170-
CMYK00.2900.33
HSL300º22.37%57.06%-
HSV(B)300º28.82%66.67%-
XYZ30.6725.1241.26-
YUV141.24144.23148.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=36.88%
G=26.25%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012117000.2900.3330022.3757.06
HexAA79AA01D02112c1639
Octal2521712520350414542671
Binary10101010111100110101010011101010000110010110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79AA; }

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

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

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

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

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

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

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

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