#A47FAA

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

Shades of Amethyst Smoke #A47FAA

Tints of Amethyst Smoke #A47FAA

Color information

#A47FAA (or 0xA47FAA) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 7F and AA. RGB value is (164,127,170). Sum of RGB (Red+Green+Blue) = 164+127+170=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A47FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAA is #5B8055. Grayscale: #8E8E8E. Windows color (decimal): -5996630 or 11173796. OLE color: 11173796.

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

Color convert

RGB164127170-
CMYK0.040.2500.33
HSL291.63º20.19%58.24%-
HSV(B)291.63º25.29%66.67%-
XYZ30.1525.9741.45-
YUV142.96143.26143-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=35.57%
G=27.55%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641271700.040.2500.33291.6320.1958.24
HexA47FAA419021124143a
Octal2441772524310414442472
Binary1010010011111111010101010011001010000110010010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FAA; }

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

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

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

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

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

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

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

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