#A37FA7

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

Shades of Amethyst Smoke #A37FA7

Tints of Amethyst Smoke #A37FA7

Color information

#A37FA7 (or 0xA37FA7) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 7F and A7. RGB value is (163,127,167). Sum of RGB (Red+Green+Blue) = 163+127+167=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 167 - color contains mainly: blue. Hex color #A37FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FA7 is #5C8058. Grayscale: #8E8E8E. Windows color (decimal): -6062169 or 10977187. OLE color: 10977187.

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

Color convert

RGB163127167-
CMYK0.020.2400.35
HSL294º18.52%57.65%-
HSV(B)294º23.95%65.49%-
XYZ29.6725.7639.97-
YUV142.32141.93142.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 167 (65.62% from 255) = 36.54%
R=35.67%
G=27.79%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631271670.020.2400.3529418.5257.65
HexA37FA7218023126133a
Octal2431772472300434462372
Binary101000111111111101001111011000010001110010011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FA7; }

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

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

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

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

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

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

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

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