#A979A6

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

Shades of London Hue #A979A6

Tints of London Hue #A979A6

Color information

#A979A6 (or 0xA979A6) is unknown color: approx London Hue. HEX triplet: A9, 79 and A6. RGB value is (169,121,166). Sum of RGB (Red+Green+Blue) = 169+121+166=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A979A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979A6 is #568659. Grayscale: #8C8C8C. Windows color (decimal): -5670490 or 10910121. OLE color: 10910121.

HSL color Cylindrical-coordinate representation of color #A979A6: hue angle of 303.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A979A6 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB169121166-
CMYK00.280.020.34
HSL303.75º21.82%56.86%-
HSV(B)303.75º28.4%66.27%-
XYZ30.0824.8639.29-
YUV140.48142.4148.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=37.06%
G=26.54%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912116600.280.020.34303.7521.8256.86
HexA979A601C2221301639
Octal2511712460342424602671
Binary101010011111001101001100111001010001010011000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979A6; }

 p { color: rgb(169,121,166); }

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

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

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

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

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

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

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