#A473D6

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

Shades of Amethyst #A473D6

Tints of Amethyst #A473D6

Color information

#A473D6 (or 0xA473D6) is unknown color: approx Amethyst. HEX triplet: A4, 73 and D6. RGB value is (164,115,214). Sum of RGB (Red+Green+Blue) = 164+115+214=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #A473D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473D6 is #5B8C29. Grayscale: #8C8C8C. Windows color (decimal): -5999658 or 14054308. OLE color: 14054308.

HSL color Cylindrical-coordinate representation of color #A473D6: hue angle of 269.7º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A473D6 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164115214-
CMYK0.230.4600.16
HSL269.7º54.7%64.51%-
HSV(B)269.7º46.26%83.92%-
XYZ33.5825.0166.68-
YUV140.94169.23144.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=33.27%
G=23.33%
B=43.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641152140.230.4600.16269.754.764.51
HexA473D6172E01010e3741
Octal244163326275602041667101
Binary10100100111001111010110101111011100100001000011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A473D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A473D6; }

 p { color: rgb(164,115,214); }

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

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

 a { background-color: rgb(164,115,214); }

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

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

 span { border-color: rgb(164,115,214); }

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