#A097A5

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

Shades of Amethyst Smoke #A097A5

Tints of Amethyst Smoke #A097A5

Color information

#A097A5 (or 0xA097A5) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 97 and A5. RGB value is (160,151,165). Sum of RGB (Red+Green+Blue) = 160+151+165=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 165 - color contains mainly: blue. Hex color #A097A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A097A5 is #5F685A. Grayscale: #9B9B9B. Windows color (decimal): -6252635 or 10852256. OLE color: 10852256.

HSL color Cylindrical-coordinate representation of color #A097A5: hue angle of 278.57º 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 #A097A5 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB160151165-
CMYK0.030.0800.35
HSL278.57º7.22%61.96%-
HSV(B)278.57º8.48%64.71%-
XYZ32.3632.3240.13-
YUV155.29133.48131.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=33.61%
G=31.72%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601511650.030.0800.35278.577.2261.96
HexA097A53802311773e
Octal240227245310043427776
Binary1010000010010111101001011110000100011100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097A5; }

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

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

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

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

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

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

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

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