#A186AC

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

Shades of Amethyst Smoke #A186AC

Tints of Amethyst Smoke #A186AC

Color information

#A186AC (or 0xA186AC) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 86 and AC. RGB value is (161,134,172). Sum of RGB (Red+Green+Blue) = 161+134+172=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #A186AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A186AC is #5E7953. Grayscale: #929292. Windows color (decimal): -6191444 or 11306657. OLE color: 11306657.

HSL color Cylindrical-coordinate representation of color #A186AC: hue angle of 282.63º degrees, saturation: 0.19, 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 #A186AC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161134172-
CMYK0.060.2200.33
HSL282.63º18.63%60%-
HSV(B)282.63º22.09%67.45%-
XYZ30.6727.6142.74-
YUV146.4142.45138.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=34.48%
G=28.69%
B=36.83%

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
Decimal1611341720.060.2200.33282.6318.6360
HexA186AC61602111b133c
Octal2412062546260414332374
Binary10100001100001101010110011010110010000110001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186AC; }

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

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

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

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

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

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

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

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