#A18AAA

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

Shades of Amethyst Smoke #A18AAA

Tints of Amethyst Smoke #A18AAA

Color information

#A18AAA (or 0xA18AAA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 8A and AA. RGB value is (161,138,170). Sum of RGB (Red+Green+Blue) = 161+138+170=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A18AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18AAA is #5E7555. Grayscale: #949494. Windows color (decimal): -6190422 or 11176609. OLE color: 11176609.

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

Color convert

RGB161138170-
CMYK0.050.1900.33
HSL283.12º15.84%60.39%-
HSV(B)283.12º18.82%66.67%-
XYZ31.0428.6641.93-
YUV148.52140.12136.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=34.33%
G=29.42%
B=36.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611381700.050.1900.33283.1215.8460.39
HexA18AAA51302111b103c
Octal2412122525230414332074
Binary10100001100010101010101010110011010000110001101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AAA; }

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

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

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

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

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

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

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

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