#A18DAA

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

Shades of Amethyst Smoke #A18DAA

Tints of Amethyst Smoke #A18DAA

Color information

#A18DAA (or 0xA18DAA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 8D and AA. RGB value is (161,141,170). Sum of RGB (Red+Green+Blue) = 161+141+170=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A18DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18DAA is #5E7255. Grayscale: #969696. Windows color (decimal): -6189654 or 11177377. OLE color: 11177377.

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

Color convert

RGB161141170-
CMYK0.050.1700.33
HSL281.38º14.57%60.98%-
HSV(B)281.38º17.06%66.67%-
XYZ31.4829.5342.07-
YUV150.29139.13135.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=34.11%
G=29.87%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611411700.050.1700.33281.3814.5760.98
HexA18DAA511021119f3d
Octal2412152525210414311775
Binary1010000110001101101010101011000101000011000110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DAA; }

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

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

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

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

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

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

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

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