#A19DA3

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

Shades of Amethyst Smoke #A19DA3

Tints of Amethyst Smoke #A19DA3

Color information

#A19DA3 (or 0xA19DA3) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 9D and A3. RGB value is (161,157,163). Sum of RGB (Red+Green+Blue) = 161+157+163=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 163 - color contains mainly: blue. Hex color #A19DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19DA3 is #5E625C. Grayscale: #9E9E9E. Windows color (decimal): -6185565 or 10722721. OLE color: 10722721.

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

Color convert

RGB161157163-
CMYK0.010.0400.36
HSL280º3.16%62.75%-
HSV(B)280º3.68%63.92%-
XYZ33.3734.3439.52-
YUV158.88130.33129.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=33.47%
G=32.64%
B=33.89%

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
Decimal1611571630.010.0400.362803.1662.75
HexA19DA31402411833f
Octal24123524314044430377
Binary1010000110011101101000111100010010010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DA3; }

 p { color: rgb(161,157,163); }

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

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

 a { background-color: rgb(161,157,163); }

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

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

 span { border-color: rgb(161,157,163); }

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