#A37EAC

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

Shades of Amethyst Smoke #A37EAC

Tints of Amethyst Smoke #A37EAC

Color information

#A37EAC (or 0xA37EAC) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 7E and AC. RGB value is (163,126,172). Sum of RGB (Red+Green+Blue) = 163+126+172=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A37EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37EAC is #5C8153. Grayscale: #8E8E8E. Windows color (decimal): -6062420 or 11304611. OLE color: 11304611.

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

Color convert

RGB163126172-
CMYK0.050.2700.33
HSL288.26º21.7%58.43%-
HSV(B)288.26º26.74%67.45%-
XYZ30.0125.6942.41-
YUV142.31144.76142.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=35.36%
G=27.33%
B=37.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631261720.050.2700.33288.2621.758.43
HexA37EAC51B021120163a
Octal2431762545330414402672
Binary1010001111111101010110010111011010000110010000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EAC; }

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

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

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

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

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

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

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

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