#A47EAB

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

Shades of Amethyst Smoke #A47EAB

Tints of Amethyst Smoke #A47EAB

Color information

#A47EAB (or 0xA47EAB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 7E and AB. RGB value is (164,126,171). Sum of RGB (Red+Green+Blue) = 164+126+171=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAB is #5B8154. Grayscale: #8E8E8E. Windows color (decimal): -5996885 or 11239076. OLE color: 11239076.

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

Color convert

RGB164126171-
CMYK0.040.2600.33
HSL290.67º21.13%58.24%-
HSV(B)290.67º26.32%67.06%-
XYZ30.1225.7541.91-
YUV142.49144.09143.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=35.57%
G=27.33%
B=37.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641261710.040.2600.33290.6721.1358.24
HexA47EAB41A021123153a
Octal2441762534320414432572
Binary1010010011111101010101110011010010000110010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EAB; }

 p { color: rgb(164,126,171); }

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

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

 a { background-color: rgb(164,126,171); }

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

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

 span { border-color: rgb(164,126,171); }

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