#A47AA9

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

Shades of Amethyst Smoke #A47AA9

Tints of Amethyst Smoke #A47AA9

Color information

#A47AA9 (or 0xA47AA9) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 7A and A9. RGB value is (164,122,169). Sum of RGB (Red+Green+Blue) = 164+122+169=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 169 - color contains mainly: blue. Hex color #A47AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AA9 is #5B8556. Grayscale: #8B8B8B. Windows color (decimal): -5997911 or 11106980. OLE color: 11106980.

HSL color Cylindrical-coordinate representation of color #A47AA9: hue angle of 293.62º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47AA9 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164122169-
CMYK0.030.2800.34
HSL293.62º21.46%57.06%-
HSV(B)293.62º27.81%66.27%-
XYZ29.4324.6840.75-
YUV139.92144.41145.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=36.04%
G=26.81%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641221690.030.2800.34293.6221.4657.06
HexA47AA931C0221261539
Octal2441722513340424462571
Binary101001001111010101010011111100010001010010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47AA9; }

 p { color: rgb(164,122,169); }

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

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

 a { background-color: rgb(164,122,169); }

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

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

 span { border-color: rgb(164,122,169); }

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