#A196A4

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

Shades of Amethyst Smoke #A196A4

Tints of Amethyst Smoke #A196A4

Color information

#A196A4 (or 0xA196A4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 96 and A4. RGB value is (161,150,164). Sum of RGB (Red+Green+Blue) = 161+150+164=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 164 - color contains mainly: blue. Hex color #A196A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A196A4 is #5E695B. Grayscale: #9A9A9A. Windows color (decimal): -6187356 or 10786465. OLE color: 10786465.

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

Color convert

RGB161150164-
CMYK0.020.0900.36
HSL287.14º7.14%61.57%-
HSV(B)287.14º8.54%64.31%-
XYZ32.3132.0739.61-
YUV154.88133.14132.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=33.89%
G=31.58%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611501640.020.0900.36287.147.1461.57
HexA196A42902411f73e
Octal241226244211044437776
Binary1010000110010110101001001010010100100100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196A4; }

 p { color: rgb(161,150,164); }

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

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

 a { background-color: rgb(161,150,164); }

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

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

 span { border-color: rgb(161,150,164); }

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