#A19EA3

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

Shades of Amethyst Smoke #A19EA3

Tints of Amethyst Smoke #A19EA3

Color information

#A19EA3 (or 0xA19EA3) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 9E and A3. RGB value is (161,158,163). Sum of RGB (Red+Green+Blue) = 161+158+163=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 163 - color contains mainly: blue. Hex color #A19EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19EA3 is #5E615C. Grayscale: #9F9F9F. Windows color (decimal): -6185309 or 10722977. OLE color: 10722977.

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

Color convert

RGB161158163-
CMYK0.010.0300.36
HSL276º2.65%62.94%-
HSV(B)276º3.07%63.92%-
XYZ33.5434.6839.58-
YUV159.47129.99129.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=33.40%
G=32.78%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611581630.010.0300.362762.6562.94
HexA19EA31302411433f
Octal24123624313044424377
Binary101000011001111010100011111010010010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EA3; }

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

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

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

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

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

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

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

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