#A57DAC

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

Shades of Amethyst Smoke #A57DAC

Tints of Amethyst Smoke #A57DAC

Color information

#A57DAC (or 0xA57DAC) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 7D and AC. RGB value is (165,125,172). Sum of RGB (Red+Green+Blue) = 165+125+172=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #A57DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DAC is #5A8253. Grayscale: #8E8E8E. Windows color (decimal): -5931604 or 11304357. OLE color: 11304357.

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

Color convert

RGB165125172-
CMYK0.040.2700.33
HSL291.06º22.07%58.24%-
HSV(B)291.06º27.33%67.45%-
XYZ30.325.6542.38-
YUV142.32144.75144.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=35.71%
G=27.06%
B=37.23%

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
Decimal1651251720.040.2700.33291.0622.0758.24
HexA57DAC41B021123163a
Octal2451752544330414432672
Binary1010010111111011010110010011011010000110010001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DAC; }

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

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

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

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

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

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

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

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