#A57EAC

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

Shades of Amethyst Smoke #A57EAC

Tints of Amethyst Smoke #A57EAC

Color information

#A57EAC (or 0xA57EAC) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 7E and AC. RGB value is (165,126,172). Sum of RGB (Red+Green+Blue) = 165+126+172=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #A57EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57EAC is #5A8153. Grayscale: #8E8E8E. Windows color (decimal): -5931348 or 11304613. OLE color: 11304613.

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

Color convert

RGB165126172-
CMYK0.040.2700.33
HSL290.87º21.7%58.43%-
HSV(B)290.87º26.74%67.45%-
XYZ30.4225.942.43-
YUV142.9144.42143.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=35.64%
G=27.21%
B=37.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651261720.040.2700.33290.8721.758.43
HexA57EAC41B021123163a
Octal2451762544330414432672
Binary1010010111111101010110010011011010000110010001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EAC; }

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

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

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

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

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

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

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

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