#A497A4

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

Shades of London Hue #A497A4

Tints of London Hue #A497A4

Color information

#A497A4 (or 0xA497A4) is unknown color: approx London Hue. HEX triplet: A4, 97 and A4. RGB value is (164,151,164). Sum of RGB (Red+Green+Blue) = 164+151+164=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A497A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497A4 is #5B685B. Grayscale: #9C9C9C. Windows color (decimal): -5990492 or 10786724. OLE color: 10786724.

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

Color convert

RGB164151164-
CMYK00.0800.36
HSL300º6.67%61.76%-
HSV(B)300º7.93%64.31%-
XYZ33.0832.7139.69-
YUV156.37132.31133.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=34.24%
G=31.52%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415116400.0800.363006.6761.76
HexA497A40802412c73e
Octal244227244010044454776
Binary101001001001011110100100010000100100100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497A4; }

 p { color: rgb(164,151,164); }

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

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

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

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

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

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

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