#A47EAA

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

Shades of Amethyst Smoke #A47EAA

Tints of Amethyst Smoke #A47EAA

Color information

#A47EAA (or 0xA47EAA) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 7E and AA. RGB value is (164,126,170). Sum of RGB (Red+Green+Blue) = 164+126+170=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A47EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAA is #5B8155. Grayscale: #8E8E8E. Windows color (decimal): -5996886 or 11173540. OLE color: 11173540.

HSL color Cylindrical-coordinate representation of color #A47EAA: hue angle of 291.82º 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 #A47EAA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164126170-
CMYK0.040.2600.33
HSL291.82º20.56%58.04%-
HSV(B)291.82º25.88%66.67%-
XYZ30.0325.7241.41-
YUV142.38143.59143.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=35.65%
G=27.39%
B=36.96%

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
Decimal1641261700.040.2600.33291.8220.5658.04
HexA47EAA41A021124153a
Octal2441762524320414442572
Binary1010010011111101010101010011010010000110010010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47EAA; }

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

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

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

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

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

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

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

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