#A197A5

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

Shades of Amethyst Smoke #A197A5

Tints of Amethyst Smoke #A197A5

Color information

#A197A5 (or 0xA197A5) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 97 and A5. RGB value is (161,151,165). Sum of RGB (Red+Green+Blue) = 161+151+165=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 165 - color contains mainly: blue. Hex color #A197A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197A5 is #5E685A. Grayscale: #9B9B9B. Windows color (decimal): -6187099 or 10852257. OLE color: 10852257.

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

Color convert

RGB161151165-
CMYK0.020.0800.35
HSL282.86º7.22%61.96%-
HSV(B)282.86º8.48%64.71%-
XYZ32.5632.4340.14-
YUV155.59133.31131.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=33.75%
G=31.66%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611511650.020.0800.35282.867.2261.96
HexA197A52802311b73e
Octal241227245210043433776
Binary1010000110010111101001011010000100011100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197A5; }

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

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

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

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

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

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

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

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