#A471C1

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

Shades of Amethyst #A471C1

Tints of Amethyst #A471C1

Color information

#A471C1 (or 0xA471C1) is unknown color: approx Amethyst. HEX triplet: A4, 71 and C1. RGB value is (164,113,193). Sum of RGB (Red+Green+Blue) = 164+113+193=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #A471C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471C1 is #5B8E3E. Grayscale: #898989. Windows color (decimal): -6000191 or 12677540. OLE color: 12677540.

HSL color Cylindrical-coordinate representation of color #A471C1: hue angle of 278.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A471C1 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164113193-
CMYK0.150.4100.24
HSL278.25º39.22%60%-
HSV(B)278.25º41.45%75.69%-
XYZ30.8423.5553.37-
YUV137.37159.4147-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=34.89%
G=24.04%
B=41.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641131930.150.4100.24278.2539.2260
HexA471C1F29018116273c
Octal24416130117510304264774
Binary101001001110001110000011111101001011000100010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471C1; }

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

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

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

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

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

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

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

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