#A47CAC

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

Shades of Amethyst Smoke #A47CAC

Tints of Amethyst Smoke #A47CAC

Color information

#A47CAC (or 0xA47CAC) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 7C and AC. RGB value is (164,124,172). Sum of RGB (Red+Green+Blue) = 164+124+172=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CAC is #5B8353. Grayscale: #8D8D8D. Windows color (decimal): -5997396 or 11304100. OLE color: 11304100.

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

Color convert

RGB164124172-
CMYK0.050.2800.33
HSL290º22.43%58.04%-
HSV(B)290º27.91%67.45%-
XYZ29.9625.2942.33-
YUV141.43145.25144.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=35.65%
G=26.96%
B=37.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641241720.050.2800.3329022.4358.04
HexA47CAC51C021122163a
Octal2441742545340414422672
Binary1010010011111001010110010111100010000110010001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CAC; }

 p { color: rgb(164,124,172); }

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

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

 a { background-color: rgb(164,124,172); }

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

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

 span { border-color: rgb(164,124,172); }

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