#A47FAC

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

Shades of Amethyst Smoke #A47FAC

Tints of Amethyst Smoke #A47FAC

Color information

#A47FAC (or 0xA47FAC) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 7F and AC. RGB value is (164,127,172). Sum of RGB (Red+Green+Blue) = 164+127+172=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAC is #5B8053. Grayscale: #8F8F8F. Windows color (decimal): -5996628 or 11304868. OLE color: 11304868.

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

Color convert

RGB164127172-
CMYK0.050.2600.33
HSL289.33º21.33%58.63%-
HSV(B)289.33º26.16%67.45%-
XYZ30.3526.0542.46-
YUV143.19144.26142.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=35.42%
G=27.43%
B=37.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641271720.050.2600.33289.3321.3358.63
HexA47FAC51A021121153b
Octal2441772545320414412573
Binary1010010011111111010110010111010010000110010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FAC; }

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

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

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

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

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

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

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

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