#A186AA

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

Shades of Amethyst Smoke #A186AA

Tints of Amethyst Smoke #A186AA

Color information

#A186AA (or 0xA186AA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 86 and AA. RGB value is (161,134,170). Sum of RGB (Red+Green+Blue) = 161+134+170=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A186AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A186AA is #5E7955. Grayscale: #929292. Windows color (decimal): -6191446 or 11175585. OLE color: 11175585.

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

Color convert

RGB161134170-
CMYK0.050.2100.33
HSL285º17.48%59.61%-
HSV(B)285º21.18%66.67%-
XYZ30.4827.5341.74-
YUV146.18141.45138.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=34.62%
G=28.82%
B=36.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611341700.050.2100.3328517.4859.61
HexA186AA51502111d113c
Octal2412062525250414352174
Binary10100001100001101010101010110101010000110001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186AA; }

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

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

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

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

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

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

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

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