#A37EAB

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

Shades of Amethyst Smoke #A37EAB

Tints of Amethyst Smoke #A37EAB

Color information

#A37EAB (or 0xA37EAB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 7E and AB. RGB value is (163,126,171). Sum of RGB (Red+Green+Blue) = 163+126+171=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A37EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37EAB is #5C8154. Grayscale: #8E8E8E. Windows color (decimal): -6062421 or 11239075. OLE color: 11239075.

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

Color convert

RGB163126171-
CMYK0.050.2600.33
HSL289.33º21.13%58.24%-
HSV(B)289.33º26.32%67.06%-
XYZ29.9225.6541.9-
YUV142.19144.26142.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=35.43%
G=27.39%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631261710.050.2600.33289.3321.1358.24
HexA37EAB51A021121153a
Octal2431762535320414412572
Binary1010001111111101010101110111010010000110010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EAB; }

 p { color: rgb(163,126,171); }

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

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

 a { background-color: rgb(163,126,171); }

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

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

 span { border-color: rgb(163,126,171); }

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