-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbabynames.html
811 lines (758 loc) · 32.7 KB
/
babynames.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Indian baby names, Hindu baby names, Indian girl names, Hindu girl names, Hindu baby girl names - Names starting with letter A</title>
<meta name="keywords" content="hindu names, hindu boy names, indian boy names, hindu baby names, hindu boys names, hindu name, baby names hindu, hindu boys name, hindu girl names, hindu boy name, hindu baby girl names, hindi baby names, uncommon boy names, indian name for hinduism, indian hindu baby names, hindu baby boy names, baby name hindu, indian names starting with, hindu babies name, hindu baby name, uncommon indian names" />
<meta name="description" content="The largest resource of Hindu and Indian boy and girl baby names, You will find rare, uncommon, religious and traditional names here" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="JavaScript" type="text/JavaScript"><!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<!-- ******************** START OF HTML HEAD********************************** -->
<!-- JavaScript and CSS File -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css" media="screen">
@import url(css/common-names.css);
@import url(css/fonts-names.css);
@import url(css/layouts-names.css);
a#simple-menu img {
display: none;
}
</style>
<!-- ****** conditional comments added, detected by only in less than IE9 browsers ****** -->
<!-- css3-mediaqueries.js for IE less than 9 -->
<!--[if lt IE 9]>
<script src="scripts/css3-mediaqueries.js"></script>
<link href='css/responsive.css' rel='stylesheet' type='text/css' />
<![endif]-->
<!-- ****** conditional comment ends ****** -->
<link rel="stylesheet" href="sidr/jquery.sidr.light.css">
<!-- Include jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<!-- Include the Sidr JS -->
<script src="sidr/jquery.sidr.min.js"></script>
<script>
$(document).ready(function() {
function appendMenus(){
$("#related-links").clone().appendTo(("#sidr"));
$("#popular-links").clone().appendTo(("#sidr"));
$("#easy-reading").clone().appendTo(("#sidr"));
enableSidr();
}
function enableSidr(){
$('#simple-menu').sidr();
}
appendMenus();
});
</script>
<!-- JavaScript and CSS File -->
<!-- ********************END OF HTML HEAD********************************** -->
<!--[if lte IE 6]>
<style>
ul#rgl li a {height: 1%;}
</style>
<![endif]-->
</head>
<body ondragstart="return false" onselectstart="return false">
<!-- ******************** START OF HEADER********************************** -->
<!-- Start of RESPONSIVE MENU Section -->
<div id="sidr"></div>
<!-- End of RESPONSIVE MENU Section -->
<!-- start of WRAPPER -->
<div id="wrapper">
<!-- Start of HEADER navigation and SEARCH button -->
<div id="header">
<h1 id="heading">
Indian baby names, Hindu baby names
</h1>
<!-- Menu Button -->
<a id="simple-menu" href="#sidr">
<img src="images/black-responsive-menu-icon.png" alt="Menu" />
</a>
<a href="index.html"><img src="images/indian-hindu-names-logo.jpg" alt="Indian baby names, Hindu baby names" class="logo" /></a>
<div id="search">
<!-- Google CSE Search Box Begins -->
<form action="http://www.indianhindunames.com/indian-hindu-name-search.htm" id="searchbox_004930486039881447476:j06zne1exhs">
<input type="hidden" name="cx" value="004930486039881447476:j06zne1exhs" />
<input type="hidden" name="cof" value="FORID:11" />
<label>Indian names</label>
<input type="text" name="q" class="srcarea" />
<input type="submit" name="sa" value="Search" class="butbg" />
<img src="http://www.google.com/coop/images/google_custom_search_smnar.gif" alt="Google Custom Search" class="access-aid" />
</form>
</div>
</div>
<!-- End of HEADER navigation and SEARCH button -->
<!-- Start of INDIAN GIRL BABY NAME -->
<div class="textads">
<div id="rightgirl">
<ul id="rgl">
<li><h3>Indian girl baby names</h3></li>
<li><img src="images/hindu_girl_names.gif" alt="Hindu baby girl names" width="36" height="42" title="Hindu girl baby names" /></li>
<li><a href="indian-hindu-girl-name-a.htm">A</a></li>
<li><a href="indian-hindu-girl-name-b.htm">B</a></li>
<li><a href="indian-hindu-girl-name-c.htm">C</a></li>
<li><a href="indian-hindu-girl-name-d.htm">D</a></li>
<li><a href="indian-hindu-girl-name-e.htm">E</a></li>
<li><a href="indian-hindu-girl-name-f.htm">F</a></li>
<li><a href="indian-hindu-girl-name-g.htm">G</a></li>
<li><a href="indian-hindu-girl-name-h.htm">H</a></li>
<li><a href="indian-hindu-girl-name-i.htm">I</a></li>
<li><a href="indian-hindu-girl-name-j.htm">J</a></li>
<li><a href="indian-hindu-girl-name-k.htm">K</a></li>
<li><a href="indian-hindu-girl-name-l.htm">L</a></li>
<li><a href="indian-hindu-girl-name-m.htm">M</a></li>
<li><a href="indian-hindu-girl-name-n.htm">N</a></li>
<li><a href="indian-hindu-girl-name-o.htm">0</a></li>
<li><a href="indian-hindu-girl-name-p.htm">P</a></li>
<li><a href="indian-hindu-girl-name-r.htm">R</a></li>
<li><a href="indian-hindu-girl-name-s.htm">S</a></li>
<li><a href="indian-hindu-girl-name-t.htm">T</a></li>
<li><a href="indian-hindu-girl-name-u.htm">U</a></li>
<li><a href="indian-hindu-girl-name-v.htm">V</a></li>
<li><a href="indian-hindu-girl-name-y.htm">Y</a></li>
</ul>
</div>
</div>
<!--End of INDIAN GIRL BABY NAME -->
<!--Start of INDIAN BOY BABY NAME -->
<div class="textads" style="clear:left;">
<div id="rightboy">
<ul id="rbo">
<li><h3>Indian boy baby names</h3></li>
<li><img src="images/hindu_boy_names.gif" alt="Hindu boy baby names" width="36" height="42" title="Hindu boy baby names" /></li>
<li><a href="indian-hindu-boy-name-a.htm">A</a></li>
<li><a href="indian-hindu-boy-name-b.htm">B</a></li>
<li><a href="indian-hindu-boy-name-c.htm">C</a></li>
<li><a href="indian-hindu-boy-name-d.htm">D</a></li>
<li><a href="indian-hindu-boy-name-e.htm">E</a></li>
<li><a href="indian-hindu-boy-name-f.htm">F</a></li>
<li><a href="indian-hindu-boy-name-g.htm">G</a></li>
<li><a href="indian-hindu-boy-name-h.htm">H</a></li>
<li><a href="indian-hindu-boy-name-i.htm">I</a></li>
<li><a href="indian-hindu-boy-name-j.htm">J</a></li>
<li><a href="indian-hindu-boy-name-k.htm">K</a></li>
<li><a href="indian-hindu-boy-name-l.htm">L</a></li>
<li><a href="indian-hindu-boy-name-m.htm">M</a></li>
<li><a href="indian-hindu-boy-name-n.htm">N</a></li>
<li><a href="indian-hindu-boy-name-o.htm">0</a></li>
<li><a href="indian-hindu-boy-name-p.htm">P</a></li>
<li><a href="indian-hindu-boy-name-r.htm">R</a></li>
<li><a href="indian-hindu-boy-name-s.htm">S</a></li>
<li><a href="indian-hindu-boy-name-t.htm">T</a></li>
<li><a href="indian-hindu-boy-name-u.htm">U</a></li>
<li><a href="indian-hindu-boy-name-v.htm">V</a></li>
<li><a href="indian-hindu-boy-name-y.htm">Y</a></li>
</ul>
</div>
</div>
<!--End of INDIAN BOY BABY NAME -->
<!--Start of START OF GOOGLE ADS in Header Section -->
<div class="textads1">
<div id="googlead" class="txtcontent" align="center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-5497020859094106";
/* new top 728 */
google_ad_slot = "5314631567";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<!--End of START OF GOOGLE ADS in Header Section -->
<!-- ********************END OF HEADER********************************** -->
<!-- 2 ends -->
<div id="content">
<!-- ******************** START OF LEFT MENU COMMON DATA********************************** -->
<div id="left">
<div id="rightnav">
<div id="related-section"></div>
<!--Start of POPULAR navigation Menu -->
<div id="popular-links">
<h3 id="side-nav-more">Most popular contents</h3>
<ul>
<li><a href="articles-parenting-kids-names.htm" class="linkstrong">Articles on parenting, naming</a></li>
<li><a href="names-hindu-gods-goddess.htm" class="linkstrong">Gods & Goddess Names</a></li>
<li><a href="ancient-mythological-vedic-names.html" class="linkstrong">Ancient, vedic, epic names</a></li>
<li><a href="baby-names-by-birth-star.htm" class="linkstrong">Baby names from birth star</a></li>
<li><a href="baby-names-hindu-birth-rashi.htm" class="linkstrong">Names by Hindu birth month</a></li>
<li><a href="find-lucky-number-from-name.htm" class="linkstrong">Lucky number from name</a></li>
<li><a href="sanskrit-names-boy.htm" class="linkstrong">Sanskrit boy baby names</a></li>
<li><a href="sanskrit-names-girl.htm" class="linkstrong">Sanskrit girl baby names</a></li>
<li><a href="house-home-villa-names.htm" class="linkstrong">Names for your house, villa</a></li>
<li><a href="indian-surnames-origin-meaning.htm" class="linkstrong">Indian surnames, meaning</a></li>
<li><a href="namakaran-hindu-naming-ceremony.htm" class="linkstrong">Hindu Namakaran ceremony</a></li>
<li><a href="annaprasana-food-feeding-ceremony.htm" class="linkstrong">Annaprasana ceremony</a></li>
<li><a href="cartoons-alphabets-coloring-sheets.htm" class="linkstrong">Cartoons coloring sheets</a></li>
<li><a href="lullabies-songs-for-babies.htm" class="linkstrong">Lullabies, rhymes, videos</a></li>
<li><a href="find-gender-from-names.htm" class="linkstrong">Find gender from name</a></li>
<li><a href="panchatantra-stories.htm" class="linkstrong">Panchatantra, moral stories</a></li>
<li><a href="zodiac-astrology-baby-traits.htm" class="linkstrong">Baby zodiac horoscope traits</a></li>
<li><a href="nakshatra-calculator-find-birth-star.htm" class="linkstrong">Nakshatra, star calculator</a></li>
<li><a href="http://www.indianhindunames.com/blog/" class="linkstrong">Indian Parenting blog</a></li>
<li><a href="http://www.hinduismnet.com" target="_blank" class="linkstrong">Hinduism Information</a></li>
<li><a href="sitemap.htm" class="linkstrong">More baby name contents</a></li>
</ul>
</div>
<!--End of POPULAR navigation Menu -->
<script type="text/javascript"><!--
google_ad_client = "pub-5497020859094106";
/* 180x90, created 7/2/08 */
google_ad_slot = "4861666922";
google_ad_width = 180;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!--Start of RELATED EASY READING Navigation Menu -->
<div id="easy-reading">
<h3 id="side-nav-easy">Related easy reading</h3>
<ul>
<li><a href="preparation-for-baby.htm" class="linkstrong">Preparing for a baby </a></li>
<li><a href="baby-boys-girls-weight-chart.htm" class="linkstrong">Baby's weight/ height chart</a></li>
<li><a href="first-birthday-celebration-ideas.htm" class="linkstrong">First birthday celebration</a></li>
<li><a href="perfect-partners-astrology.htm" class="linkstrong">Perfect Partners in Astrology</a></li>
<li><a href="alphabets-names.htm" class="linkstrong">Character traits of Alphabets</a></li>
<li><a href="funny-names-news.htm" class="linkstrong">Fun names news and jokes</a></li>
<li><a href="personality-traits-month.htm" class="linkstrong">Personality traits by month</a></li>
<li><a href="craziest-baby-names.htm" class="linkstrong">Craziest baby names</a></li>
<li><a href="sitemap.htm" class="linkstrong">More related contents</a></li>
</ul>
</div>
<!--Start of RELATED EASY READING Navigation Menu -->
<!-- Site Meter -->
<script type="text/javascript" src="http://s31.sitemeter.com/js/counter.js?site=s31indnames">
</script>
<noscript>
<img src="http://s31.sitemeter.com/meter.asp?site=s31indnames" alt="Site Meter" border="0" />
</noscript>
<!-- Copyright (c)2006 Site Meter -->
</div>
</div>
<!-- ********************END OF LEFT MENU COMMON DATA********************************** -->
<div id="middle">
<div id="content_child" class="bodytext">
<h2>Indian baby names or hindu girl names with letter A</h2>
<div class="txtcontent" id="bodyleft">
<p>Aabha = glow <br />
Aabharana = Jewel <br />
Aadarshini = Idealistic <br />
Aadhya = the beginning, first <br />
Aadita = from the beginning <br />
Aadrika = Mountain <br />
Aahlaadita = bubbling with delight <br />
Aahna = exist <br />
Aakanksha = desire <br />
Aakriti = Shape <br />
Aaloka = lustrous <br />
Aamaal = hopes/ aspirations <br />
Aamani = spring season (vasanth ritu) <br />
Aamrapali = leaf of mango tree <br />
Aanandamayee = joyous <br />
Aanandi = always happy<br />
Aanandita = the happy one <br />
Aanchal = protective shelter <br />
Aaniya <br />
Aapti = fulfilment<br />
Aaral = Flower <br />
Aaradhya = worshipped, adorable<br />
Aaratrika = Lamp beneath 'Tulsi' plant <br />
Aarti = form of worship <br />
Aarika = Admired for looks<br />
Aarini = Adventerous <br />
Aarna = Goddess Lakshmi <br />
Aarohi = A music tune <br />
Aarti = worship ritual with lamps<br />
Aarushi = first rays of the sun <br />
Aasha = hope <br />
Aashalata = creeper of hope <br />
Aashi = Smile <br />
Aashiyana = shelter, beautiful home <br />
Aashna = beloved; devoted to love <br />
Aashni = lightning <br />
Aashritha = dependable <br />
Aasia <br />
Aastha = faith <br />
Aathmika = related to aathma or soul <br />
Aatmaja = daughter, dear to the soul <br />
Aayushi = one with a long life <br />
Abha = lustrous beauty <br />
Abhaya = fearless <br />
Abhijaata = born with a good pedigree <br />
Abhijita = victorious woman <br />
Abhilasha = wish, desire <br />
Abhimani = who possess pride <br />
Abhipsa = Strong desire <br />
Abhira = cow herd <br />
Abhiri = an Indian music rag<br />
Abhirami = Goddess Parvati <br />
Abhiruchi = taste, beautiful <br />
Abhirupa = beautiful woman<br />
Abhisarika = companion, beloved one <br />
Abishta = lady of the house<br />
Abhitha = Fearless (Goddess Parvati) <br />
Abirami = Godess Lakshmi <br />
Ablaa = perfectly formed <br />
Aboli = the name of a flower <br />
Achala = unshakeble, mountainous <br />
Achla = the earth, stable <br />
Achira = very short <br />
<p>Ad-Al</p>
<p>Adhira = lightning <br />
Adhishree = exalted <br />
Adishakti = Goddess Durga <br />
Aditi = guest, mother of the gods <br />
Aditri = Goddess Lakshmi<br />
Adrika = celestial <br />
Advika = Unique <br />
Adwita = Unique <br />
Adwiteya = Unique <br />
Adwitiya = Matchless <br />
Adya = first<br />
Agamya = Knowledge; Wisdom <br />
Aghanashini = destroyer of sins <br />
Agnishikha = flames of fire<br />
Agrata = leadership<br />
Agrima = leadership <br />
Agriya = first and best <br />
Ahalya = wife of Rishi Gautama<br />
Ahimsa = nonviolent virtue<br />
Ahladita = joyous, in happy mood <br />
Aishani = Goddess Durga <br />
Aishi = God's gift <br />
Aishwarya = prosperity <br />
Ajaa = Shakti <br />
Aja = One who is self existent <br />
Ajala = the earth <br />
Ajastha <br />
Ajaya = unconquerable<br />
Ajita = a winner <br />
Akane = someone you can't stop loving <br />
Akanksha = Wish <br />
Akashleena = Star <br />
Akhila = whole, complete <br />
Akira = Graceful strength <br />
Akriti = shape <br />
Akshadha = God's blessings <br />
Akshainie = Goddess Parvati <br />
Akshara = letters <br />
Akshata = Rice <br />
Akshayaa = indestructible <br />
Akshi = existence, eye <br />
Akshita = permanent <br />
Akula = Goddess Parvati<br />
Akuti = princess <br />
Alaina = dear child <br />
Alak = World; beautiful tresses <br />
Alaknanda = Name of a river<br />
Alaka = a girl with lovely hair, beauty<br />
Alakananda = name of a river <br />
Alankrita = decorated lady <br />
Alda = rich <br />
Alekhya = A Picture or a Painting <br />
Alisha = Protected <br />
Alka <br />
Almas = Diamond <br />
Aloki = Brightness <br />
Alopa = faultless <br />
Alpa = little <br />
Alpana = beautiful <br />
Alpita </p>
<p>Am</p>
<p>Amal = bright, clean, pure; hope<br />
Amala = the pure one <br />
Amaldeepti = camphor<br />
Amara = grass, immortal<br />
Amaris = Child of the Moon <br />
Amba = Goddess Durga <br />
Ambaalika = mother <br />
Ambar = sky <br />
Ambika = Mother Goddess <br />
Ambu = water <br />
Ambuda = cloud <br />
Ambuja = Goddess Lakshmi <br />
Ami = Nectar<br />
Amidi <br />
Amisha = Beautiful <br />
Amishi = pure <br />
Amishta <br />
Amita = limitless <br />
Amithi = unique <br />
Amiti = boundless <br />
Amitjyoti = limitless brightness <br />
Amitrasudan = destroyer of enemies <br />
Amiya = Delightful <br />
Amla = Pure, a kind of berry <br />
Amlankusum = unfading flower <br />
Amlika = tamerind<br />
Ammu = pet girl in Malayalam <br />
Amoda = happiness <br />
Amodini = pleasureable <br />
Amolika = priceless <br />
Amoolya = precious <br />
Amrapali = Disciple of Buddha <br />
Amrita = full of nectar <br />
Amritambu = Moon <br />
Amritaya = the Immortal. Lord Vishnu <br />
Amritkala = nectarine art <br />
Amritrashmi = moon light<br />
Amrusha = sudden <br />
Amrutha = potion makes you immortal<br />
Amshula = sunny <br />
Amukta = can’t be touched - precious <br />
Amulya = priceless <br />
Amvi = a goddess </p>
<p>Ana-Anl</p>
<p>Ana = "Playful, wanted" <br />
Anaamika = nameless, ring finger <br />
Anagha = without sin <br />
Anagi = Valuable <br />
Anahita = full of grace <br />
Analaa = goddess of fire <br />
Anamika = nameless, ring Finger <br />
Anamitra = the sun <br />
Ananda - joy <br />
Anandani = joyful <br />
Anandi = Joyful; Unending <br />
Anandita = joyous <br />
Anandmayee = full of happiness<br />
Anangee = Cupid's consort <br />
Anantaa = eternal (woman) <br />
Ananti = gift <br />
Ananya = one of a kind, unique <br />
Anarghya = priceless<br />
Anasuya = non-jealous, Sage Atri's wife<br />
Anavi <br />
Anbar = perfume; ambergris <br />
Anchal = shelter <br />
Anchala = unshaken <br />
Anchita = honoured, worshipped <br />
Andal = Tamil saint, one of 12 Alvars<br />
Anemone = Type of flower <br />
Angaja = daughter of Aja <br />
Angana = woman with right proportions<br />
Angarika = flower (flame of the forest) <br />
Angha = beauty <br />
Angira = mother of Birhaspati <br />
Angoori = grape-like <br />
Ania = Grace<br />
Aniha = Indifferent <br />
Anika = Goddess Durga <br />
Anima = the power of becoming minute <br />
Anilaja <br />
Anindita = Perfect, beautiful <br />
Anisa = Joy and Pleasure <br />
Anisha = eternal form of the goddess <br />
Anishka = who has only Friends<br />
Anita = full of grace <br />
Aniya = Creative <br />
Anjalee = homage <br />
Anjali = offering <br />
Anjana = mother of Hanuman <br />
Anjani = unknown, mother of Hanuman<br />
Anjika = blessed <br />
Anjini = mother of Hanuman <br />
Anju = blessings <br />
Anjum = a token <br />
Anjushri = dear to one's heart <br />
Ankal = Whole <br />
Ankaiyarkanni = Eyes like fish (Tamil) <br />
Ankita = distinguished; marked by the Lord <br />
Ankolika = an embrace </p>
</div>
<div class="txtcontent" id="bodyright">
<p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-5497020859094106";
/* new 300 width */
google_ad_slot = "5091402769";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<!--<p class="txtheadergreen">Please support Indian Hindu names, make a small donation.</p>
<div align="center" class="txtcontent">
<form id="_xclick" method="post" action="https://www.paypal.com/cgi-bin/webscr" >
<div class="inputform">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="[email protected]" />
<input type="hidden" name="item_name" value="Support Indian Hindu Names" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="return" value="http://www.indianhindunames.com/paypal-success.html" />
<input type="hidden" name="cancel_return" value="http://www.indianhindunames.com/paypal-cancel.html" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="hidden" name="lc" value="IN" />
<input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="image" src="http://www.indianhindunames.com/images/name-paypal.gif" name="submit" alt="Donate Securely!" />
</div>
</form>
</div>-->
<br />
<p>Anm-Anz</p>
<p>Anmol = Priceless <br />
Anna = sustenance <br />
Annada = Goddess Durga <br />
Annapoorna = Goddess who gives food <br />
Annika = Goddess Durga <br />
Annisa = Friendly <br />
Annjaya <br />
Anokhi = unique <br />
Ansha = portion <br />
Anshi = God's gift <br />
Anshika = Minute particle <br />
Anshita = A part of <br />
Anshu = rays, tears <br />
Anshula = sunny <br />
Anshumaala = garland of rays <br />
Anshumali = sun <br />
Ansuya = Learned woman<br />
Antara = crescendo in Hindustani music <br />
Antariksha = Space; Sky <br />
Anu = a prefix, atom <br />
Anubhuti = experience <br />
Anudeepthi = Divine light <br />
Anugraha = Divine Blessing <br />
Anugya = permission<br />
Anuja = younger sister <br />
Anukampa = grace <br />
Anukeertana = Praising God's virtues <br />
Anukriti = a picture <br />
Anula = "Not wild, agreeable" <br />
Anulata = one who is slim, a creeper<br />
Anulekha = beautiful picture <br />
Anuloma = sequence <br />
Anumati = consent <br />
Anumegha = Following the rain <br />
Anumeha = after the rain <br />
Anumita = Love and Kindness <br />
Anupa = Pond <br />
Anupama = beautiful <br />
Anuprabha = brightness <br />
Anupriya = beloved <br />
Anuradha = one of the stars <br />
Anuragini = beloved <br />
Anurati = consent <br />
Anusha<br />
Anushka = lightning (Indian) gracious(Russian) <br />
Anushri = Pretty <br />
Anuttara = unanswered <br />
Anvi = one who has to be followed<br />
Anvita = who bridges the gap <br />
Anwesha = quest <br />
Anwita = Goddess Durga <br />
Anya = means "Others", unbelonged </p>
<p>Ao-As </p>
<p>Aolani = Cloud from Heaven <br />
Apala = a wise woman from the myths <br />
Aparaa = materialistic knowledge <br />
Aparaajita = unconquerable <br />
Aparna = Goddess Parvati <br />
Aparoopa = extremely beautiful <br />
Apeksha = expectation <br />
Apinaya = Expressions in dance <br />
Apsara = celestial maiden <br />
Apurba = Never seen before <br />
Apurva = Like never before, unique <br />
Araceli = Gates of Heaven <br />
Aradhana = prayer, worship <br />
Aradhya = worshipped, adorable<br />
Arathi = worship <br />
Archa = worship <br />
Archana = worship, offering <br />
Archini = ray of light<br />
Archisha = a ray of light <br />
Archita = worshipped (woman) <br />
Ardra = 6th nakshatra, deeply<br />
Arghya = offering to the lord <br />
Arianna = Holy One <br />
Arij = Sweet smell <br />
Ariona = Bringer of Life <br />
Arja = divine<br />
Arjuni = dawn, white cow<br />
Arkita = plentiful <br />
Armita = Desire <br />
Arni = sun<br />
Arogyada = Granter of Good Health<br />
Arpana = offering <br />
Arpita = dedicated <br />
Arshi = Goddess Durga <br />
Arshia = Divine <br />
Arshiya = Heavenly <br />
Artana = Vanquisher of all foes<br />
Arti <br />
Aruna = Sun <br />
Arundhati = morning star <br />
Aruni = dawn <br />
Arunima = red glow <br />
Arushi = first Ray of the Sun<br />
Arwa = female mountain goat <br />
Arya = Goddess Parvati<br />
Aryahi = Goddess Durga <br />
Aryama = the sun <br />
Aryana = Noble <br />
Asah = plant known for its greenness <br />
Asaavari = name of a raga or melody <br />
Aseema = limitless <br />
Asha = expectation, hope <br />
Ashakiran = ray of hope <br />
Ashalata = creeper of hope <br />
Ashani = Lightening <br />
Ashavari = name of a raaga <br />
Ashika = one without sorrow, mercury<br />
Ashima = Without borders, limitless<br />
Ashiqa <br />
Ashira = Wealthy <br />
Ashita = River Yamuna <br />
Ashlesha = a nakshatra/ star <br />
Ashley Ash wood <br />
Ashmi <br />
Ashmita = rock born, hard and strong <br />
Ashnaa = Daughter of King Bali <br />
Ashna = a friend <br />
Ashrita = dependable<br />
Ashu = quick <br />
Ashwabha = lightening <br />
Ashwina = child of the star <br />
Ashwini = female horse <br />
Asita = Yamuna ( Jamuna ) river<br />
Askini = daughter of Prajapati Virat <br />
Asmita = pride <br />
Astha = faith<br />
Aswathi <br />
Asya = Grace </p>
<p>At-Az</p>
<p>Atasi = a blue flower <br />
Athasha <br />
Atheeva = Ultimate <br />
Atiriya = "Beloved, very dear<br />
Atiya = Gift <br />
Atmaja = daughter, dear to soul <br />
Atmikha = Light of God <br />
Atreyi = a river <br />
Atula = Uncomparable <br />
Auhna = Passion<br />
Aushima<br />
Avaapya = Achieving <br />
Avani = the earth <br />
Avanti = ancient city of Ujjain <br />
Avantika = city of Ujjain <br />
Avantikaa = Princess of World/ Goddess of Ujjaini<br />
Avasa = independent <br />
Avathara = incarnation <br />
Avigna = Without obstacles<br />
Avinashi = Indestructable <br />
Avinashika = Indestructable <br />
Avipsa <br />
Avishi = Earth, river Avani<br />
Avanija = Godess Parvathi<br />
Avni = the Earth <br />
Avnita = the Earth <br />
Ayanna = Innocent <br />
Ayati = royal <br />
Ayeh = sign; distinct <br />
Ayesha = Doll <br />
Ayurda = Bestower of Longevity<br />
Ayushi = long life <br />
Ayushmati = one who has a long life <br />
<p>Back to <a href="http://www.indianhindunames.com" class="linkbody">Indian baby names</a> home</p>
</div>
</div>
</div>
<div id="right">
<div id="left2">
<div class="center">
<a href="indian-cute-baby-photos-gallery.shtml"><img src="images/cute-baby.jpg" alt="Cute babies" width="156" height="90" border="0" /></a>
</div>
<div class="center">
<a href="http://www.wordcountertool.com/"><img src="images/word-counter.jpg" alt="make money" width="156" height="90" border="0" /></a>
</div>
</div>
<div id="left3" class="center"> <script type="text/javascript"><!--
google_ad_client = "pub-5497020859094106";
/* 160x600, created 9/24/08 */
google_ad_slot = "1919326293";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br />
<br />
<script id="mNCC" language="javascript"> medianet_width='160'; medianet_height= '600'; medianet_crid='221339169'; </script> <script id="mNSC" src="http://contextual.media.net/nmedianet.js?cid=8CUWJ30W1" language="javascript"></script>
<a href="daily-zodiac-horoscope.php"><img src="images/daily_zodiac_horoscope.gif" alt="daily zodiac horoscope" width="156" height="90" border="0" /></a>
</div>
</div>
<!-- ******************** START OF FOOTER********************************** -->
<!-- Ads Above Footer -->
<div class="textads" id="ads-above-footer">
<script id="mNCC" language="javascript"> medianet_width='728'; medianet_height= '90'; medianet_crid='733553304'; </script> <script id="mNSC" src="http://contextual.media.net/nmedianet.js?cid=8CUWJ30W1" language="javascript"></script>
</div>
<!-- End of Ads Above Footer -->
<!-- Start of FOOTER Section -->
<div id="footer">
<ul>
<li><a class="linkstrong" href="about-indianhindunames.htm">About Us</a></li>
<li><a class="linkstrong" href="http://www.indianhindunames.com/blog/">Parenting Blog</a></li>
<li><a class="linkstrong" href="add-baby-name.htm">Submit / Correct Name</a></li>
<li><a class="linkstrong" href="hindu-names-disclaimer.htm">Disclaimer</a></li>
<li><a class="linkstrong" href="sitemap.htm">Sitemap</a></li>
</ul>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'indianhindubabynames'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<p>© 2015 Indian Hindu Names.com</p>
</div>
<!-- End of FOOTER Section -->
</div>
<!-- End Of CONTENT -->
</div>
<!-- End Of WRAPPER -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'indianhindubabynames'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- Start of GOOGLE ANALYTICS Code -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2456076-1";
urchinTracker();
</script>
<!-- End of GOOGLE ANALYTICS Code -->
<!-- ********************END OF FOOTER********************************** -->
</body>
</html>