#A18AAB

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

Shades of Amethyst Smoke #A18AAB

Tints of Amethyst Smoke #A18AAB

Color information

#A18AAB (or 0xA18AAB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 8A and AB. RGB value is (161,138,171). Sum of RGB (Red+Green+Blue) = 161+138+171=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #A18AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18AAB is #5E7554. Grayscale: #949494. Windows color (decimal): -6190421 or 11242145. OLE color: 11242145.

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

Color convert

RGB161138171-
CMYK0.060.1900.33
HSL281.82º16.42%60.59%-
HSV(B)281.82º19.3%67.06%-
XYZ31.1428.6942.43-
YUV148.64140.62136.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=34.26%
G=29.36%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611381710.060.1900.33281.8216.4260.59
HexA18AAB61302111a103d
Octal2412122536230414322075
Binary10100001100010101010101111010011010000110001101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AAB; }

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

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

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

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

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

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

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

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