#A18FA7

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

Shades of Amethyst Smoke #A18FA7

Tints of Amethyst Smoke #A18FA7

Color information

#A18FA7 (or 0xA18FA7) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 8F and A7. RGB value is (161,143,167). Sum of RGB (Red+Green+Blue) = 161+143+167=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 167 - color contains mainly: blue. Hex color #A18FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FA7 is #5E7058. Grayscale: #979797. Windows color (decimal): -6189145 or 10981281. OLE color: 10981281.

HSL color Cylindrical-coordinate representation of color #A18FA7: hue angle of 285º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A18FA7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161143167-
CMYK0.040.1400.35
HSL285º12%60.78%-
HSV(B)285º14.37%65.49%-
XYZ31.530.0140.69-
YUV151.12136.96135.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=34.18%
G=30.36%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611431670.040.1400.352851260.78
HexA18FA74E02311dc3d
Octal2412172474160434351475
Binary101000011000111110100111100111001000111000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FA7; }

 p { color: rgb(161,143,167); }

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

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

 a { background-color: rgb(161,143,167); }

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

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

 span { border-color: rgb(161,143,167); }

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