#A173D6

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

Shades of Amethyst #A173D6

Tints of Amethyst #A173D6

Color information

#A173D6 (or 0xA173D6) is unknown color: approx Amethyst. HEX triplet: A1, 73 and D6. RGB value is (161,115,214). Sum of RGB (Red+Green+Blue) = 161+115+214=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #A173D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173D6 is #5E8C29. Grayscale: #8B8B8B. Windows color (decimal): -6196266 or 14054305. OLE color: 14054305.

HSL color Cylindrical-coordinate representation of color #A173D6: hue angle of 267.88º 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 #A173D6 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161115214-
CMYK0.250.4600.16
HSL267.88º54.7%64.51%-
HSV(B)267.88º46.26%83.92%-
XYZ32.9724.6966.65-
YUV140.04169.74142.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 214 (83.98% from 255) = 43.67%
R=32.86%
G=23.47%
B=43.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611152140.250.4600.16267.8854.764.51
HexA173D6192E01010c3741
Octal241163326315602041467101
Binary10100001111001111010110110011011100100001000011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A173D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A173D6; }

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

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

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

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

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

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

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

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