#A09FA1

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

Shades of Amethyst Smoke #A09FA1

Tints of Amethyst Smoke #A09FA1

Color information

#A09FA1 (or 0xA09FA1) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 9F and A1. RGB value is (160,159,161). Sum of RGB (Red+Green+Blue) = 160+159+161=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 161 - color contains mainly: blue. Hex color #A09FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FA1 is #5F605E. Grayscale: #9F9F9F. Windows color (decimal): -6250591 or 10592160. OLE color: 10592160.

HSL color Cylindrical-coordinate representation of color #A09FA1: hue angle of 270º degrees, saturation: 0.01, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A09FA1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB160159161-
CMYK0.010.0100.37
HSL270º1.05%62.75%-
HSV(B)270º1.24%63.14%-
XYZ33.3334.8438.69-
YUV159.53128.83128.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=33.33%
G=33.12%
B=33.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601591610.010.0100.372701.0562.75
HexA09FA11102510e13f
Octal24023724111045416177
Binary1010000010011111101000011101001011000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FA1; }

 p { color: rgb(160,159,161); }

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

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

 a { background-color: rgb(160,159,161); }

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

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

 span { border-color: rgb(160,159,161); }

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