#A18FAA

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

Shades of Amethyst Smoke #A18FAA

Tints of Amethyst Smoke #A18FAA

Color information

#A18FAA (or 0xA18FAA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 8F and AA. RGB value is (161,143,170). Sum of RGB (Red+Green+Blue) = 161+143+170=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A18FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAA is #5E7055. Grayscale: #979797. Windows color (decimal): -6189142 or 11177889. OLE color: 11177889.

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

Color convert

RGB161143170-
CMYK0.050.1600.33
HSL280º13.71%61.37%-
HSV(B)280º15.88%66.67%-
XYZ31.7830.1242.17-
YUV151.46138.46134.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=33.97%
G=30.17%
B=35.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611431700.050.1600.3328013.7161.37
HexA18FAA510021118e3d
Octal2412172525200414301675
Binary1010000110001111101010101011000001000011000110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FAA; }

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

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

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

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

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

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

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

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