#A471D9

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

Shades of Amethyst #A471D9

Tints of Amethyst #A471D9

Color information

#A471D9 (or 0xA471D9) is unknown color: approx Amethyst. HEX triplet: A4, 71 and D9. RGB value is (164,113,217). Sum of RGB (Red+Green+Blue) = 164+113+217=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #A471D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471D9 is #5B8E26. Grayscale: #8B8B8B. Windows color (decimal): -6000167 or 14250404. OLE color: 14250404.

HSL color Cylindrical-coordinate representation of color #A471D9: hue angle of 269.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A471D9 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164113217-
CMYK0.240.4800.15
HSL269.42º57.78%64.71%-
HSV(B)269.42º47.93%85.1%-
XYZ33.7424.7168.64-
YUV140.11171.4145.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=33.20%
G=22.87%
B=43.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641132170.240.4800.15269.4257.7864.71
HexA471D918300F10d3a41
Octal244161331306001741572101
Binary1010010011100011101100111000110000011111000011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471D9; }

 p { color: rgb(164,113,217); }

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

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

 a { background-color: rgb(164,113,217); }

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

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

 span { border-color: rgb(164,113,217); }

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