#A197A3

Color #A197A3 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A197A3

Tints of Amethyst Smoke #A197A3

Color information

#A197A3 (or 0xA197A3) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 97 and A3. RGB value is (161,151,163). Sum of RGB (Red+Green+Blue) = 161+151+163=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 163 - color contains mainly: blue. Hex color #A197A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197A3 is #5E685C. Grayscale: #9B9B9B. Windows color (decimal): -6187101 or 10721185. OLE color: 10721185.

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

Color convert

RGB161151163-
CMYK0.010.0700.36
HSL290º6.12%61.57%-
HSV(B)290º7.36%63.92%-
XYZ32.3832.3539.19-
YUV155.36132.31132.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=33.89%
G=31.79%
B=34.32%

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
Decimal1611511630.010.0700.362906.1261.57
HexA197A31702412263e
Octal24122724317044442676
Binary10100001100101111010001111110100100100100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197A3; }

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

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

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

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

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

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

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

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