#A186AB

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

Shades of Amethyst Smoke #A186AB

Tints of Amethyst Smoke #A186AB

Color information

#A186AB (or 0xA186AB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 86 and AB. RGB value is (161,134,171). Sum of RGB (Red+Green+Blue) = 161+134+171=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A186AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A186AB is #5E7954. Grayscale: #929292. Windows color (decimal): -6191445 or 11241121. OLE color: 11241121.

HSL color Cylindrical-coordinate representation of color #A186AB: hue angle of 283.78º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A186AB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161134171-
CMYK0.060.2200.33
HSL283.78º18.05%59.8%-
HSV(B)283.78º21.64%67.06%-
XYZ30.5727.5742.24-
YUV146.29141.95138.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=34.55%
G=28.76%
B=36.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611341710.060.2200.33283.7818.0559.8
HexA186AB61602111c123c
Octal2412062536260414342274
Binary10100001100001101010101111010110010000110001110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186AB; }

 p { color: rgb(161,134,171); }

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

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

 a { background-color: rgb(161,134,171); }

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

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

 span { border-color: rgb(161,134,171); }

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