#A19CA2

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

Shades of Amethyst Smoke #A19CA2

Tints of Amethyst Smoke #A19CA2

Color information

#A19CA2 (or 0xA19CA2) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 9C and A2. RGB value is (161,156,162). Sum of RGB (Red+Green+Blue) = 161+156+162=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 162 - color contains mainly: blue. Hex color #A19CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19CA2 is #5E635D. Grayscale: #9E9E9E. Windows color (decimal): -6185822 or 10656929. OLE color: 10656929.

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

Color convert

RGB161156162-
CMYK0.010.0400.36
HSL290º3.12%62.35%-
HSV(B)290º3.7%63.53%-
XYZ33.1133.9638.99-
YUV158.18130.16130.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=33.61%
G=32.57%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611561620.010.0400.362903.1262.35
HexA19CA21402412233e
Octal24123424214044442376
Binary1010000110011100101000101100010010010010001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CA2; }

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

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

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

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

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

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

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

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