#A19FA2

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

Shades of Amethyst Smoke #A19FA2

Tints of Amethyst Smoke #A19FA2

Color information

#A19FA2 (or 0xA19FA2) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 9F and A2. RGB value is (161,159,162). Sum of RGB (Red+Green+Blue) = 161+159+162=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 162 - color contains mainly: blue. Hex color #A19FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FA2 is #5E605D. Grayscale: #9F9F9F. Windows color (decimal): -6185054 or 10657697. OLE color: 10657697.

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

Color convert

RGB161159162-
CMYK0.010.0200.36
HSL280º1.59%62.94%-
HSV(B)280º1.85%63.53%-
XYZ33.6234.9839.16-
YUV159.94129.16128.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 162 (63.67% from 255) = 33.61%
R=33.40%
G=32.99%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611591620.010.0200.362801.5962.94
HexA19FA21202411823f
Octal24123724212044430277
Binary101000011001111110100010110010010010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FA2; }

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

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

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

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

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

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

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

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