#A197A2

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

Shades of London Hue #A197A2

Tints of London Hue #A197A2

Color information

#A197A2 (or 0xA197A2) is unknown color: approx London Hue. HEX triplet: A1, 97 and A2. RGB value is (161,151,162). Sum of RGB (Red+Green+Blue) = 161+151+162=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 162 - color contains mainly: blue. Hex color #A197A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197A2 is #5E685D. Grayscale: #9B9B9B. Windows color (decimal): -6187102 or 10655649. OLE color: 10655649.

HSL color Cylindrical-coordinate representation of color #A197A2: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A197A2 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161151162-
CMYK0.010.0700.36
HSL294.55º5.58%61.37%-
HSV(B)294.55º6.79%63.53%-
XYZ32.2932.3238.72-
YUV155.24131.81132.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=33.97%
G=31.86%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611511620.010.0700.36294.555.5861.37
HexA197A21702412763d
Octal24122724217044447675
Binary10100001100101111010001011110100100100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197A2; }

 p { color: rgb(161,151,162); }

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

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

 a { background-color: rgb(161,151,162); }

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

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

 span { border-color: rgb(161,151,162); }

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