THANK YOU FOR SIGNING UP! Login with Social Account:Or, use your email account:Please Sign In again, to make changes to your account.Login with your social network:Or, login here:Use Social AccountOr, create new account Required = TCM Newsletter OptionsTCM Archive Materials VIEW ALL ARCHIVES (1) Recent DVDsBiography CLOSE THE FULL BIOGRAPHY Filmographyclose complete filmography Milestones close milestones EducationNotesCompanions close complete companion listing Family close complete family listing

password? Sign Up Now. Sign Inpassword? Sign Up Now. sign inADD YOUR COMMENT>Buy NowBuy NowBuy NowBuy NowBuy NowBuy Now




<!-- Place this code inside the element as close to the top as possible -->

var R3_COMMON = new r3_common();
R3_COMMON.setApiKey(TEN_RR_API_KEY);
R3_COMMON.setBaseUrl(window.location.protocol+'//' + TEN_RR_ENV + '.richrelevance.com/rrserver/');
R3_COMMON.setClickthruServer(window.location.protocol+"//"+window.location.host);
R3_COMMON.setSessionId(tenRRSessionId);
R3_COMMON.setUserId(tenRRUserId);
//This section remains blank until phase 2
// here's an example requesting recommendations for 3 page areas
//R3_COMMON.addPlacementType('home_page.rr1');
//R3_COMMON.addPlacementType('home_page.rr2');
//R3_COMMON.addPlacementType('home_page.rr3');
var R3_HOME = new r3_home();
rr_flush_onload();
r3(); // make sure your callback function has been defined before you make this call

.js #tcm-login display: none;


@media only screen and (max-device-width: 480px)
#main-wrapper
width:1200px !important; /* this centers the content on mobile devices because this site is put together with bubble gum and scotch tape */



skip navigation


jq(document).ready(function()
/*
//declare search location
var searchLocation = window.location.href.split("?")[0];
//strip slashes for sub page searches
//arrange string
var first = 'http://';
var second = searchLocation.split("/")[2];
searchLocation = first+second;
if(searchLocation.indexOf('search') > 0)searchLocation = searchLocation.replace("/search","");
*/
//update form location and field names/values
function submitFormTo(location)
jq('#tcmsearchfrm').attr('action',location[0]);
jq('#searchParam').attr('value',location[1]);
jq('#btn-text').html(location[2]);
if(location[1] == 'shop')
jq('#tcmdbSearchInput').attr('name','w');
elsejq('#tcmdbSearchInput').attr('name','text');

jq('#tcmsearchfrm').attr('action','/search/');
//nav rollover/rollout functionlaity for dropdown menu
jq('.nav-item').hover(function()
jq('.nav-item').removeClass('active');
jq(this).addClass('active');
var dropDown = jq(this).find('ul');
dropDown.show();
, function()
jq('.nav-item').removeClass('active');
var dropDown = jq(this).find('ul');
dropDown.hide();
);
//dropdown rollover function
jq('#icon-tcmdb').hover(function()
jq(this).removeClass();
jq(this).addClass('icon-active');
jq('#input-search #options-search').show();
, function()
jq(this).removeClass();
jq(this).addClass('icon-inactive');
jq('#input-search #options-search').hide();
);
//set selected option to active for search dropdown
jq('#input-search #options-search li').click(function()
jq('#input-search #options-search li').removeClass();
jq(this).addClass('active-option');
);
//set tcm logo image link
jq('#link-tcm-logo').click(function()
jq('#link-tcm-logo').attr("href", "/");
);
//set the height of the context items in the shop navigation to the full height of it's container : should be dynamic - but the display is resulting with issues
jq('#shop-callout #shop-callout-inr, #shop-drop').css('height', 400);
//swich form action based on search selection
/*
jq("#tcmdbSearchInput").focusin(function()
jq("#tcmdbSearchInput").attr("placeholder", "")
);
jq("#tcmdbSearchInput").focusout(function()
jq("#tcmdbSearchInput").attr("placeholder", "SEARCH:")
);
var searchSite = new Array(searchLocation+'/search/','allSite','SITE');
var searchDB = new Array(searchLocation+'/search/','allDb','TCMDb');
var searchShop = new Array('http://tcm.resultspage.com/search?v=tcm&asug=&w=','shop','SHOP');
jq('#tcmdb-search-option').click(function()submitFormTo(searchDB););
jq('#site-search-option').click(function()submitFormTo(searchSite););
jq('#shop-search-option').click(function()submitFormTo(searchShop););
*/
//search 1.5 code
jq("#btn-go").click(function(e)
e.preventDefault();
var preInput = jq("#tcmdbSearchInput").val();
var searchterm = sqlSafeUrlEncode(preInput);
var searchURL ='';
if (searchterm != "Enter Your Search Here" && searchterm.length > 0) // did user enter search term?
var searchopt = jq("#search-select-top").val();
if(searchopt === 'shop') // is this a shop search?
// jq("#tcmsearchfrm").attr('action' , 'http://tcm.resultspage.com/search?'); // do the swap for shop searches
// jq("#tcmdbSearchInput").attr('name' , 'q');
searchterm = searchterm = preInput.replace(/'/g, '').replace(/%27/g, "");
jq("#tcmdbSearchInput").val(searchterm);
searchURL = 'https://shop.tcm.com/search?q=' + searchterm + '&mod=AP';
window.open(searchURL);
// jq("#tcmsearchfrm").submit();
else // all others
searchURL = '/search/?text=' + searchterm + '&type=allSite';
window.location.replace(searchURL);


);
// Social nav expansion
jq(".expand").click(function()
jq('.container-navigation-social').fadeIn();
);
jq(".collapse_social").click(function()
jq('.container-navigation-social').fadeOut();
);
jq(".tw").click(function()
jq('.twitter-sub').toggle(300).css('display', 'inline-block');
if (jq(".tw a").hasClass('showProfiles'))
jq(".tw a").removeClass('showProfiles');
else
jq(".tw a").addClass('showProfiles');
jq('.vine-sub').hide(300);
jq(".vi a").removeClass('showProfiles');
;
);
jq(".vi").click(function()
jq('.vine-sub').toggle(100).css('display', 'inline-block');
if (jq(".vi a").hasClass('showProfiles'))
jq(".vi a").removeClass('showProfiles');
else
jq(".vi a").addClass('showProfiles');
jq('.twitter-sub').hide(300);
jq(".tw a").removeClass('showProfiles');
;
);
);
jq(document).ready(function()
jq(".btn-slide").click(function()
jq('#privacy-policy-panel').hide();
jq(this).hide();
document.cookie="hideit=yes";
);
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i<ARRcookies.length;i++)

x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
x=x.replace(/^s+
);
var thisURL = window.location.href;
// jq.post('https://graph.facebook.com',
// id: thisURL,
// scrape: true
// , function(response)
// console.log(response);
// );

TCM







function show_fouc()
document.getElementById("tcm-login").style.display="block";

setTimeout(function()show_fouc(), 5500);









Login with Social Account:






Or, use your email account:


















Forgot your password?





Not a TCM Member? Sign Up Now.
























































































Please Sign In again, to make changes to your account.






Login with your social network:






Or, login here:

















































































Please enter your information below to create your own personal account with tcm.com
We will send you an email to confirm your account upon completion.















Or, create new account Required =













































<!--
-->







/
/












Male
Female







TCM Newsletter Options







































Already have a TCM Profile? Sign In.




LIKE MOVIES?

Then get an Ultraviolet account and set your movies FREE!


Create Account
Learn More


























Almost Done!


Your social account may not have provided your email to us. Please confirm or enter it below to complete your profile.









































































Forgot your password?
Enter your email address and we'll send you instructions on how to access your account.



















Not a TCM.com Member? Sign Up Now.































































































We have not verified that the email belongs to you. Please check your inbox for
the verification email.


To resend the verification email, please enter your email address and click Submit.












Or sign in with a different account.













































THANK YOU FOR SIGNING UP!



Check your inbox...


You will receive an email shortly to confirm your email address.




























































Anthony Hopkins



Anthony Hopkins







  • Billy Budd

    (1962) April 16
    (ET) -

    Reminder REMINDER



  • Bridge Too Far, A

    (1977) June 06
    (ET) -

    Reminder REMINDER





Up

Down























| VIEW ALL





Contribute

FOR Anthony Hopkins YOU CAN


UPLOAD AN IMAGE
SUBMIT A VIDEO OR MOVIE CLIP
ADD ADDITIONAL INFORMATION
WRITE YOUR OWN REVIEW




TCM Messageboards

Post your comments here
ADD YOUR COMMENT>








share:


var conf =
APIKey: '3_xytlGPEm_3NEY5GXqE7Ld4qC747zvGX69oLWS0D1LaqlHFggdQ9kY58mwxIwkk55'

var act = new gigya.services.socialize.UserAction(),
ogtitle = jq("#og_video_title").attr("content"),
olddescription = jq("#og_video_desc").attr("content"),
// html_stripped = olddescription.replace(/()/ig,""),
ogdescription = olddescription,
ogurl = jq("#ogurl").attr("content"),
ogimage = jq("#og_video_thumb").attr("content"),
showShareBarUI_params =
"containerID": "gigyacontrols",
"shareButtons": "Facebook-Like,Twitter,google-plusone,Share",
"userAction": act,
"moreDisabledProviders": "email"
;
act.setTitle(ogtitle);
act.setDescription(ogdescription);
if (ogtitle.length > 1 && ogurl.length > 1)
act.addActionLink("Read More", ogurl);
act.setLinkBack(ogurl);

// Adding a Media (image)
act.addMediaItem(
type: 'image',
src: '',
href: ''
);


gigya.services.socialize.showShareBarUI(conf, showShareBarUI_params);





TCM Archive Materials VIEW ALL ARCHIVES (1)







Contribute
+ add now










Recent DVDs














The Alphabet Murders
...


With a twinkle of his eye and a twirl of his moustache, Tony Randall steps into...
more info
$17.56was $21.99

Buy Now













Alexander: The Ultimate Cut
...


The epic story of Alexander the Great, the King of Macedonia, who over an eight...
more info
$11.21was $14.98

Buy Now













Alexander: The Ultimate Cut
...


The epic story of Alexander the Great, the King of Macedonia, who over an eight...
more info
$38.95was $49.99

Buy Now













4 Film Favorites: Epic...


Includes Troy, Alexander: Directors Cut, Clash of the Titans and Anthony and...
more info
$11.95was $17.98

Buy Now













Eastwood Presents - Tony...


Clint Eastwood presents a documentary on the extraordinary career of one of...
more info
$20.95was $24.98

Buy Now













August
...


Set in 1890s North Wales over a long, hot August weekend, the Victorian calm of...
more info
$11.45was $19.95

Buy Now












MEDIA: WATCH MOVIE CLIPS |
VIEW TRAILER |
VIEW PHOTOS |
WATCH A TCM PROMO













Also Known As:
Sir Anthony Hopkins, Philip Anthony Hopkins
Died:
Born: December 31, 1937Cause of Death:
Birth Place: Port Talbot,Profession:
actor, director, composer, conductor


RATE AND COMMENT



Biography CLOSE THE FULL BIOGRAPHY




Like his fellow Welshman Richard Burton, Anthony Hopkins left England and a celebrated stage career to enjoy the life of an A-list Hollywood actor. The restless thespian made an auspicious film debut in "The Lion in Winter" (1968) as the scheming Richard the Lionheart, as well as won Emmys for his TV movie performances in "The Lindbergh Kidnapping Case" (NBC, 1976), as accused kidnapper Bruno Hauptmann, and "The Bunker" (CBS, 1981), as Adolph Hitler. But it was his Oscar-winning turn as Dr. Hannibal 'The Cannibal' Lecter in "The Silence of the Lambs" (1991) that brought the years of struggle and second-rate parts to an end, elevating him to full-fledged movie star status. With his stature elevated to that of a rarified performer, Hopkins turned in one exquisite performance after another in films as varied as "Howards End" (1992), "The Remains of the Day" (1993), "Legends of the Fall" (1994) and "Nixon" (1995), in which he aptly portrayed the disgraced U.S. president. He went on to further acclaim playing John Quincy Adams in "Amistad" (1997) and the titular "Titus" (1999) while having a bit of fun in "The Mask of Zorro" (1998). Of course, he reprised Lecter for the less well-received "Hannibal"...




Like his fellow Welshman Richard Burton, Anthony Hopkins left England and a celebrated stage career to enjoy the life of an A-list Hollywood actor. The restless thespian made an auspicious film debut in "The Lion in Winter" (1968) as the scheming Richard the Lionheart, as well as won Emmys for his TV movie performances in "The Lindbergh Kidnapping Case" (NBC, 1976), as accused kidnapper Bruno Hauptmann, and "The Bunker" (CBS, 1981), as Adolph Hitler. But it was his Oscar-winning turn as Dr. Hannibal 'The Cannibal' Lecter in "The Silence of the Lambs" (1991) that brought the years of struggle and second-rate parts to an end, elevating him to full-fledged movie star status. With his stature elevated to that of a rarified performer, Hopkins turned in one exquisite performance after another in films as varied as "Howards End" (1992), "The Remains of the Day" (1993), "Legends of the Fall" (1994) and "Nixon" (1995), in which he aptly portrayed the disgraced U.S. president. He went on to further acclaim playing John Quincy Adams in "Amistad" (1997) and the titular "Titus" (1999) while having a bit of fun in "The Mask of Zorro" (1998). Of course, he reprised Lecter for the less well-received "Hannibal" (2001) and "Red Dragon" (2002), before appearing in a supporting capacity in the likes of "Alexander" (2004), "All the King's Men" (2006), "Beowulf" (2007) and "Thor" (2011). Whether mannered costume dramas, historical epics or serial killer thrillers, Hopkins proved years ago that he was one of the greatest living actors of his time.


Born on Dec. 31, 1937 in the steel mining town of Port Talbot, South Wales, Hopkins grew up convinced he would amount to nothing. But at 17, he discovered acting at the YMCA and quickly found himself with a scholarship to the Royal Welsh College of Music and Drama, a stint that was briefly interrupted by service with the Royal Artillery. After studying at the Royal Academy of Dramatic Art and making his London debut as Metellus Cimber in "Julius Caesar," he joined the National Theatre in 1965 when Laurence Olivier served as artistic director. When Olivier fell prey to appendicitis, Hopkins took over in "Dance of Death" (1966), then went on to play Lear, Antony and others at the famed Old Vic. While his stage career was on the rise, however, his personal life was in rapid decline. Hopkins was a an alcoholic, walked out on his first wife, Petronella Barker, in 1969 and later abandoned a production of Macbeth. Moving to Los Angeles in 1974, Hopkins quit drinking two days before his 38th birthday and became a lifelong member of Alcoholics Anonymous.


Though he eschewed the stage later in his career, it was his theatrical training that enabled him to change shape and transform himself to a dazzling array of characters. As Lloyd George in "Young Winston" (1972), Hopkins initiated a five picture association with director Richard Attenborough which would see him segue from Lieutenant Colonel John Frost in "A Bridge Too Far" (1977) to the volatile, obsessed ventriloquist in "Magic" (1978) to the quiet, scholarly C S Lewis in "Shadowlands" (1993). He exhibited similar range in his work with the Merchant-Ivory team, beginning with his chillingly understated upper crust nasty in "Howards End" (1992) and proceeding through the mild-mannered all-too-perfect butler in "The Remains of the Day" (1993) to the ferocious energy and relentless sexuality of Pablo Picasso in "Surviving Picasso" (1996).


Hopkins' indelible portrayal of Hannibal Lecter, the brilliant, cultivated serial killer at the center of Jonathan Demme's "The Silence of the Lambs," paved the way for a succession of meaty and challenging roles, including an enjoyable turn as Dr. Van Helsing in Francis Ford Coppola's adaptation of "Bram Stoker's Dracula" (1992) and a barnstorming performance as the stricken father in the Western epic, "Legends of the Fall" (1994). Immersing himself in countless hours of film and videotape for his title role in Oliver Stone's "Nixon" (1995), Hopkins fashioned a riveting performance that was as much an internal product of his own remembered inadequacies as a Welsh schoolboy as it was external mimicry of the 37th President of the USA. He directed and starred in "August" (1996), an adaptation of Chekhov's "Uncle Vanya" (for which he also composed its melancholy, lyrical score), and then played bookish billionaire Charles Morse who devises many of the best survival strategies after a plane crash in the Alaskan wilderness pits Alec Baldwin and him against nature in Lee Tamahori's "The Edge (1997). Hopkins followed quickly with another portrayal of an American president, this time as John Quincy Adams in Steven Spielberg's "Amistad" (1997).


In 1998, Hopkins starred in a pair of remakes, playing William Parrish in "Meet Joe Black," and the aged, original swashbuckler Don Diego, who trains a thief (Antonio Banderas) as his successor in "The Mask of Zorro." Later in the year, he was cast as Dr Ethan Powell in "Instinct," a film loosely based on a novel by Daniel Quinn. As an anthropologist who lived for three years in the wilds with a family of gorillas, Powell discovered a secret which can not be revealed until a psychiatrist uncovers the truth behind a homicidal attack for which the doctor stands accused. In 1999, Hopkins took on the mighty title role in Julie Taymor's adaptation of "Titus." He briefly considered retiring after this role but found himself unable to give up his desire to perform. In both 2001 and 2002, he again played his most well-known role of Hannibal Lecter in "Hannibal" and "Red Dragon." Hopkins made the rather unfortunate choice, however, of starring with Chris Rock in the abominable "Bad Company." Directed by Joel Schumacher, the action comedy boasted two talented stars and a well-respected director, but came off as a by-the-numbers action flick that came and went with little notice in the theaters.


Although Hopkins seemed to take a slightly lazy delight in revisiting the famous Lecter character (and fattening his bank account), he also accepted the challenging, racially charged role of Coleman Silk in director Robert Benton's film adaptation of author Philip Roth's Pulitzer Prize-winning novel "The Human Stain" (2003). Hopkins went toe-to-toe with acting heavyweights Nicole Kidman, Gary Sinise and Ed Harris in playing Coleman Silk, a man of mixed race passing as white who embarks on an affair with an uneducated woman. Despite his well-established ability to stretch and excel in unlikely roles, Hopkins faced some criticism for seeming so physically disparate from the character depicted in the novel, although his performance was considered a bright spot in an otherwise hum-drum film. He reunited with Oliver Stone to play famed ancient geographer Ptolemy in the writer-director's epic historical drama "Alexander" (2004), then delivered an effective, heart-wrenching and occasionally ferocious performance as a brilliant but schizophrenic mathematician whose death leaves his troubled daughter and caretaker (Gwyneth Paltrow) wondering if she's inherited his genius or his madness in director John Madden's deft adaptation of the acclaimed stage play, "Proof" (2005).


In "The World's Fastest Indian" (2005), Hopkins gave a charming and light-hearted performance as the real-life Burt Munro, an Australian motorcycle enthusiast whose dream to break the under-1000cc land speed record at the Bonneville Salt Flats in Utah came true when he was 67 years old. Meanwhile, Hopkins was honored by the Hollywood Foreign Press at the 2006 Golden Globe Awards with the Cecile B. DeMille Award for lifetime achievement. Always riveting, Hopkins has had the uncanny ability to enthrall despite an otherwise poorly made film, as was the case with "All the King's Men" (2006) where he played a powerful Louisiana judge - albeit one with a British accent - who represents the corrupted political system that ensnares an idealistic man-of-the-people (Sean Penn) running for governor.


Hopkins joined the all-star ensemble cast in "Bobby" (2006), Emilio Estevez's long-developed drama about the assassination of Senator Robert F. Kennedy, playing a retired doorman at the famous Ambassador Hotel in Los Angeles who, along with several other hotel staff, witness the shocking murder. The acclaimed actor then gave a pleasingly sadistic performance in "Fracture" (2007), playing the confessed murderer of his much younger wife (Embeth Davidtz) who was having an affair with a police hostage negotiator (Billy Burke). Hopkins matched wits with the Deputy D.A. for Los Angeles (Ryan Gosling), gleefully watching the prosecutor's case unravel as pieces of evidence from a seemingly open-and-shut case systematically fall to pieces. From there, Hopkins appeared as King Hrothgar to Ray Winstone's titular "Beowulf" (2007), before writing, directing and starring in the mind-bending fantasy "Slipstream" (2007), which premiered at that year's Sundance Film Festival. He went on to play Benicio del Toro's estranged father in the classic take on the werewolf movie, "The Wolfman" (2010), and was the father of Chris Hemsworth's Nordic superhero, "Thor" (2011). Hopkins was in the limelight once again when he was cast to play the Master of Suspense, Alfred Hitchcock, in the highly anticipated behind-the-scenes drama, "Hitchcock" (2012), which focused on the director's struggle to make "Psycho" (1960) while focusing on his complex relationship with wife Alma Reville (Helen Mirren). Hopkins followed this with a number of supporting roles, in films ranging from the action comedy "RED 2" (2013) to the blockbusters "Thor: The Dark World" (2013) and "Noah" (2014) before returning to a starring role in the true-life crime drama "Kidnapping Mr. Heineken" (2015).



VIEW THE FULL BIOGRAPHY



Filmographyclose complete filmography



DIRECTOR:



1.

 

Slipstream

(2007)




2.

 

August

(1995) Director




3.

 

Dylan Thomas -- A Return Journey

(1992) Director








CAST: (feature film)



1.


 Thor 3: Ragnarok (2017)




2.


 Collide (2017)




3.


 Transformers: The Last Knight (2017)




4.


 Misconduct (2016)




5.


 Go With Me (2016)




6.


 Solace (2016)




7.


 Dresser, The (2015)




8.


 Arabian Nights (2014)




9.


 Noah (2014)




10.


 Red 2 (Theatrical) (2013)






VIEW THE FULL FILMOGRAPHY






Milestones close milestones



1985:

Co-starred in the ABC miniseries "Hollywood Wives"




1974:

Co-starred in the ABC miniseries "QB VII"




2005:

Co-starred in the film adaptation of David Auburn's play "Proof," directed by John Madden and starring with Gwyneth Paltrow and Jake Gyllenhaal





1986:

Delivered a strong performance in the title role of "The Good Father"




1994:

Delivered an over-the-top performance as Dr. John Harvey Kellogg in Alan Parker's "The Road to Wellville"




2007:

Co-starred in the dramatic thriller "Fracture" as a man who confessed to killing his cheating wife




1981:

Earned second Emmy for his portrayal of Hitler in "The Bunker" (CBS)




1966:

Invited to join The National Theater at the Old Vic where he played King Lear, Macbeth and Antony; first major role was when he understudied Laurence Olivier and eventually went on in "Dance of Death"




2000:

Narrated the live-action version of "How the Grinch Stole Christmas"




1999:

Played anthropologist Dr Ethan Powell in "Instinct"




2010:

Played Benicio del Toro's father in the remake of classic horror film "The Wolfman"




1991:

Provided the voice of Marcus Crassus (subbing for the late Lord Olivier) in the restored version of "Spartacus"




1998:

Reteamed with Brad Pitt for "Meet Joe Black," loosely based on "Death Takes a Holiday"




1985:

Returned to the London stage as star of "Pravda"




1979:

Starred as Captain Christopher Jones in "Mayflower: The Pilgrim's Adventure"




1993:

Made his fifth collaboration with Attenborough, "Shadowlands"




2002:

Teamed with Chris Rock in the action comedy "Bad Company"




1996:

Third collaboration with Merchant-Ivory, "Surviving Picasso"; played title role




2004:

Acted in Alec Baldwin's feature directorial debut, a remake of "The Devil and Daniel Webster" titled "Shortcut to Happiness"




2006:

Cast in Steven Zaillian's big-screen adaptation of "All the King's Men"




2003:

Cast to play a fair-skinned African American who pretends to be white to avoid racism in the 1940s in "The Human Stain"




1999:

Had title role in "Titus," Julie Taymor's film version of "Titus Andronicus"




1964:

London stage debut, "Julius Caesar" at the Royal Court Theater




2007:

Portrayed King Hrothgar in Robert Zemeckis' big-budget film version of "Beowulf"




1982:

Starred in the title role in the CBS adaptation of "The Hunchback of Notre Dame"




1998:

Teamed with Antonio Banderas for the remake "The Mask of Zorro"




2011:

Portrayed Odin, father of the titular superhero (Chris Hemsworth) in Kenneth Branagh's big-screen adaptation of "Thor"




2015:

Starred in the crime drama "Kidnapping Mr. Heineken"




2016:

Starred in the action film "Collide"




1994:

Cast as the patriarch to Brad Pitt, Henry Thomas and Aidan Quinn in "Legends of the Fall"




2002:

Once again essayed Hannibal Lecter in "Red Dragon"




1969:

Played Claudius to Nicol Williamson's "Hamlet"




1997:

Portrayed John Quincy Adams in Steven Spielberg's "Amistad"; received Oscar nomination as Best Supporting Actor




2001:

Reprised Oscar-winning role in the film adaptation of "Hannibal," Thomas Harris' sequel to "The Silence of the Lambs"




1960:

Made stage debut in "The Quare Fellow" at the Library Theatre in Manchester, England




1991:

Gave a chilling (and Oscar-winning) portrayal of killer Hannibal 'The Cannibal' Lecter in "The Silence of the Lambs"




2004:

Cast as Ptolemy in Oliver Stone's "Alexander"




2006:

Cast as the hotel doorman in Emilio Estevez's directorial debut "Bobby," an ensemble centered around the night of Robert F. Kennedy's assassination




1996:

Made his feature directorial debut with "August," an adaptation of Chekhov's "Uncle Vanya"; also starred and composed score




1968:

Made feature film debut opposite Peter O'Toole and Katharine Hepburn in "The Lion in Winter"




1992:

Made his first movie with director James Ivory, the sumptuous and stimulating adaptation of E M Forster's "Howards End"




1993:

Garnered second Academy Award nomination for his performance as a repressed English butler in "The Remains of the Day"




1989:

Played Magwich in The Disney Channel miniseries "Great Expectations"




1980:

Portrayed Dr Frederick Treves in David Lynch's "The Elephant Man"




1984:

Portrayed a mild-mannered British bookseller in David Jones' loving, literate and totally disarming film "84 Charing Cross Road"; starred opposite Anne Bancroft




1974:

Made Broadway debut in "Equus"




1978:

Delivered a strong performance as a ventriloquist in "Magic"




1972:

Had the first of many collaborations with director Richard Attenborough in "Young Winston"




2000:

Starred opposite Tom Cruise in "Mission: Impossible II," the John Woo-directed sequel to "Mission: Impossible"




2007:

Made his feature debut as a screenwriter with "Slipstream," about as a Hollywood screenwriter who begins to confuse his own life with the characters he is creating on the page; also directed and starred in




1967:

Made film debut in Lindsay Anderson's short "The White Bus"




1982:

Made debut as a conductor with the New Symphony Orchestra at the Royal Albert Hall




1995:

Received third Best Actor Oscar nomination for title role in "Nixon," directed by Oliver Stone




1965:

Made TV series debut on "The Man in Room 17" (Granada Television)




1976:

Won an Emmy for his portrayal of Bruno Richard Hauptmann in the TV movie "The Lindbergh Kidnapping Case" (NBC)




2012:

Offered a stellar portrayal of the legendary filmmaker in "Hitchcock"




2016:

Joined the ensemble cast of HBO's sci-fi western series "Westworld"




2017:

Gave a standout performance in the otherwise by-the-numbers "Transformers: The Last Knight"




2017:

Reprised role of Odin in "Thor: Ragnarok"




VIEW ALL MILESTONES



Education



Cowbridge Grammar School:
- 1951



College of Music and Drama:
- 1955



Royal Academy of Dramatic Art:
London, England
- 1961




Notes


Not to be confused with the British composer and conductor Antony Hopkins (born on March 21, 1921)


Named Man of the Year by Hasty Pudding Theatricals of Harvard University in 2001.


The second story of Hopkins' London townhouse was severely damaged in a fire in January 2000.


"To be a romantic actor, you have to be physically almost perfect. But I can understand those parts that I play now because they are thwarted romances, and they're even more powerful, because they're about reality. No, I wouldn't play a romantic part in a month of Sundays."---Hopkins on why he's an atypical Hollywood lead, from New York Newsday, November 7, 1993.


"I love all the stupid Mickey Mouse quality of it ... Such a relief for one's brain."---Hopkins's take on Los Angeles, from Premiere, February 1994.


Made Commander of the British Empire (1987)


Received the Commander of Arts and Letters medal from the French government


About working with the Merchant-Ivory team: "Well, life is too short to hold resentments, but I was pretty angry at Ismail [Merchant] because they do spiteful things like not pay the crew. And they hold back money, to gain interest. They didn't pay me for a month. I was going to sue them, and I vowed never to work with them again. But Ismail's got the charm of the devil, you know. And I think, 'Well, I'm not going to hold a grudge.'"


"Jim [Ivory] is different. I think he's embarrassed by it all. I should take the high road, but, no, I think it's good to blow the whistle on them. James Ivory is an odd fish but a wonderful director. I don't think Ismail deserves him. I like Ismail, but they have a very underhanded way of dealing with people. They're really cheapskates. They'll take the stripes out of your socks. I'll keep my hand on my wallet next time."---Hopkins in Los Angeles Times, September 8, 1996.


"There's so much money being made here, beyond my wildest dreams, and I think it can corrupt you so quickly. Jenni [his wife] is fearful of this. She says, 'How can you possibly want to live there, they're crazy people! Don't be seduced by all that. You must be nuts!' I told her the other day that I'd bought a pair of cowboy boots, and I've got a baseball cap. She said, 'Well, there's no hope then.' She's very stable, very moderate in her appetites about everything, unlike me. She accepts reality, whereas I don't. When she comes out here, she sees it as Toytown. What I find wonderful, the enthusiasm, the friendliness, she sees as over the top."---Hopkins in Vanity Fair, October 1996.


"People talk about chemistry. If you know your lines, you know what you're doing, and the other actor shows up and they're good and you're good, that's chemistry. There's nothing special. It's not brain surgery."---Hopkins to Los Angeles Magazine, November 2004.




Companions close complete companion listing



wife:

Petronella Barker. Married in 1967; divorced in 1972.




wife:

Jennifer Lynton. Former production secretary. Married on January 13, 1973; was production secretary on one of Hopkins's movies; separated in 1995; reconciled in 1996; Hopkins reportedly requested a divorce in 1999.




companion:

Joyce Ingalls. Actor, model. Born c. 1941; met at Alcoholics Anonymous meeting c. 1995; was married to screenwriter Darrell Fetty with whom she had two sons; separated from Hopkins in February 1996.





companion:

Francine Kay. Screenwriter. Born c. 1956; had "brief romance" in 1998.




wife:

Stella Arroyave. Antiques dealer. Married on March 1, 2003 in Malibu, California.




VIEW COMPLETE COMPANION LISTING



Family close complete family listing



father:

Richard Arthur Hopkins. Baker. Died on March 30, 1981 of heart disease.




mother:

Muriel Anne Hopkins. Born c. 1913.




daughter:

Abigail Hopkins. Actor. Born c. 1969; mother, Petronella Barker; first acted together in a BBC TV biography of Welsh writer and talk show personality Gwyn Thomas; Abigail played the sister of her father's character.








Please support TCMDB by adding to this information.


Click here to contribute




var conf =
APIKey: '3_xytlGPEm_3NEY5GXqE7Ld4qC747zvGX69oLWS0D1LaqlHFggdQ9kY58mwxIwkk55'

var act = new gigya.services.socialize.UserAction(),
ogtitle = jq("#og_video_title").attr("content"),
olddescription = jq("#og_video_desc").attr("content"),
// html_stripped = olddescription.replace(/()/ig,""),
ogdescription = olddescription,
ogurl = jq("#ogurl").attr("content"),
ogimage = jq("#og_video_thumb").attr("content"),
showShareBarUI_params =
"containerID": "gigyacontrols",
"shareButtons": "Facebook-Like,Twitter,google-plusone,Share",
"userAction": act,
"moreDisabledProviders": "email"
;
act.setTitle(ogtitle);
act.setDescription(ogdescription);
if (ogtitle.length > 1 && ogurl.length > 1)
act.addActionLink("Read More", ogurl);
act.setLinkBack(ogurl);

// Adding a Media (image)
act.addMediaItem(
type: 'image',
src: '',
href: ''
);


gigya.services.socialize.showShareBarUI(conf, showShareBarUI_params);







(function(o)"")+"&u="+c(d.location.href)();




jQuery('').appendTo('body');

function checkEmail()
var email = document.getElementById('emailInput');
var filter = /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]2,4)+$/;
if (!filter.test(email.value))
alert('You must enter your valid e-mail address.');
email.focus();
email.select();
return false;


Popular posts from this blog

Reverse int within the 32-bit signed integer range: [−2^31, 2^31 − 1]Combining two 32-bit integers into one 64-bit integerDetermine if an int is within rangeLossy packing 32 bit integer to 16 bitComputing the square root of a 64-bit integerKeeping integer addition within boundsSafe multiplication of two 64-bit signed integersLeetcode 10: Regular Expression MatchingSigned integer-to-ascii x86_64 assembler macroReverse the digits of an Integer“Add two numbers given in reverse order from a linked list”

Category:Fedor von Bock Media in category "Fedor von Bock"Navigation menuUpload mediaISNI: 0000 0000 5511 3417VIAF ID: 24712551GND ID: 119294796Library of Congress authority ID: n96068363BnF ID: 12534305fSUDOC authorities ID: 034604189Open Library ID: OL338253ANKCR AUT ID: jn19990000869National Library of Israel ID: 000514068National Thesaurus for Author Names ID: 341574317ReasonatorScholiaStatistics

Kiel Indholdsfortegnelse Historie | Transport og færgeforbindelser | Sejlsport og anden sport | Kultur | Kendte personer fra Kiel | Noter | Litteratur | Eksterne henvisninger | Navigationsmenuwww.kiel.de54°19′31″N 10°8′26″Ø / 54.32528°N 10.14056°Ø / 54.32528; 10.14056Oberbürgermeister Dr. Ulf Kämpferwww.statistik-nord.deDen danske Stats StatistikKiels hjemmesiderrrWorldCat312794080n790547494030481-4