#A171D3

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

Shades of Amethyst #A171D3

Tints of Amethyst #A171D3

Color information

#A171D3 (or 0xA171D3) is unknown color: approx Amethyst. HEX triplet: A1, 71 and D3. RGB value is (161,113,211). Sum of RGB (Red+Green+Blue) = 161+113+211=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #A171D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171D3 is #5E8E2C. Grayscale: #8A8A8A. Windows color (decimal): -6196781 or 13857185. OLE color: 13857185.

HSL color Cylindrical-coordinate representation of color #A171D3: hue angle of 269.39º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A171D3 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161113211-
CMYK0.240.4600.17
HSL269.39º52.69%63.53%-
HSV(B)269.39º46.45%82.75%-
XYZ32.3624.0964.57-
YUV138.52168.9144.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 211 (82.81% from 255) = 43.51%
R=33.20%
G=23.30%
B=43.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611132110.240.4600.17269.3952.6963.53
HexA171D3182E01110d3540
Octal241161323305602141565100
Binary10100001111000111010011110001011100100011000011011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171D3; }

 p { color: rgb(161,113,211); }

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

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

 a { background-color: rgb(161,113,211); }

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

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

 span { border-color: rgb(161,113,211); }

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