#A37EA7

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

Shades of Amethyst Smoke #A37EA7

Tints of Amethyst Smoke #A37EA7

Color information

#A37EA7 (or 0xA37EA7) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 7E and A7. RGB value is (163,126,167). Sum of RGB (Red+Green+Blue) = 163+126+167=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 167 - color contains mainly: blue. Hex color #A37EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37EA7 is #5C8158. Grayscale: #8D8D8D. Windows color (decimal): -6062425 or 10976931. OLE color: 10976931.

HSL color Cylindrical-coordinate representation of color #A37EA7: hue angle of 294.15º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37EA7 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB163126167-
CMYK0.020.2500.35
HSL294.15º18.89%57.45%-
HSV(B)294.15º24.55%65.49%-
XYZ29.5425.539.92-
YUV141.74142.26143.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=35.75%
G=27.63%
B=36.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631261670.020.2500.35294.1518.8957.45
HexA37EA72190231261339
Octal2431762472310434462371
Binary101000111111110101001111011001010001110010011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EA7; }

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

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

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

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

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

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

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

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