#AA79AF

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

Shades of London Hue #AA79AF

Tints of London Hue #AA79AF

Color information

#AA79AF (or 0xAA79AF) is unknown color: approx London Hue. HEX triplet: AA, 79 and AF. RGB value is (170,121,175). Sum of RGB (Red+Green+Blue) = 170+121+175=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA79AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79AF is #558650. Grayscale: #8D8D8D. Windows color (decimal): -5604945 or 11499946. OLE color: 11499946.

HSL color Cylindrical-coordinate representation of color #AA79AF: hue angle of 294.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA79AF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170121175-
CMYK0.030.3100.31
HSL294.44º25.23%58.04%-
HSV(B)294.44º30.86%68.63%-
XYZ31.1525.3243.8-
YUV141.81146.73148.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=36.48%
G=25.97%
B=37.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701211750.030.3100.31294.4425.2358.04
HexAA79AF31F01F126193a
Octal2521712573370374463172
Binary10101010111100110101111111111101111110010011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79AF; }

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

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

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

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

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

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

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

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