#A57EAB

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

Shades of Amethyst Smoke #A57EAB

Tints of Amethyst Smoke #A57EAB

Color information

#A57EAB (or 0xA57EAB) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 7E and AB. RGB value is (165,126,171). Sum of RGB (Red+Green+Blue) = 165+126+171=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57EAB is #5A8154. Grayscale: #8E8E8E. Windows color (decimal): -5931349 or 11239077. OLE color: 11239077.

HSL color Cylindrical-coordinate representation of color #A57EAB: hue angle of 292º 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 #A57EAB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165126171-
CMYK0.040.2600.33
HSL292º21.13%58.24%-
HSV(B)292º26.32%67.06%-
XYZ30.3325.8641.92-
YUV142.79143.92143.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=35.71%
G=27.27%
B=37.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651261710.040.2600.3329221.1358.24
HexA57EAB41A021124153a
Octal2451762534320414442572
Binary1010010111111101010101110011010010000110010010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EAB; }

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

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

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

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

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

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

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

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