https://www.casio.co.uk/ap-265
2190
AP-265BK Digital Piano
https://www.casio.co.uk/media/catalog/product/a/p/ap-270bkc5-pdp-image_carousel_2.jpg-116kb.jpg
899
899
GBP
InStock
/EMI
/EMI/Home Pianos
/EMI/Badge exc
/VE
141
150
187
93
1
140
141
2
<style>
h1 {
text-align: center;
}
p {
font-size: 16px;
line-height: 1.6;
padding-top: 0.7rem;
}
li {
font-size: 16px;
line-height: 1.6;
}
h2 {
font-style: normal;
}
</style>
<p>For beginners and experienced pianists alike, the AP-265BK offers an authentic touch and excellent sound quality at an incredible price.</p>
<ul>
<li>88 Weighted, Touch-Sensitive keys.</li>
<li>18 High-quality tones, including Grand Piano. </li>
<li>Song Recorder for effective practice. </li>
<li>USB Connection to PC, Mac, iOS or Android device.</li>
<li>Black Wood finish.</li>
<li><strong>3 Year On-site warranty included.</strong></li>
<li><strong><a href="https://www.casiomusicacademy.co.uk/" target="_blank" rel="noopener"><strong><span style="color: #ff0000;">FREE</span></strong> Online lessons</a> included worth £49.99</strong></li>
</ul>
<p><strong> </strong></p>
<ul>
<li><strong><span style="color: #ff0000;"><strong>FREE</strong></span> UK Delivery included (normally 3-5 days)*</strong></li>
</ul>
<p>*We will contact you to arrange a suitable delivery day. Please note this is a drop-off service to a ground-floor address only. </p> <style>#html-body [data-pb-style=M74U84P]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}#html-body [data-pb-style=YNUB7CM]{display:none}#html-body [data-pb-style=DU2L6R3]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;border-style:none;border-width:1px;border-radius:0;margin:0 0 10px;padding:10px}#html-body [data-pb-style=W6ANFDV]{border-style:none;border-width:1px;border-radius:0;display:none;margin:0;padding:0}</style><div data-content-type="row" data-appearance="contained" data-element="main"><div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="inner" data-pb-style="M74U84P"><div data-content-type="html" data-appearance="default" data-element="main"><!-- Javascript to achieve fade in effect -->
<script>
document.addEventListener("DOMContentLoaded", function() {
const fadeInSections = document.querySelectorAll('.fade-in-section');
const observer = new IntersectionObserver(entries => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
observer.unobserve(entry.target); // Stop observing after it's visible
}
});
});
fadeInSections.forEach(section => {
observer.observe(section);
});
});
</script>
<!-- CSS styling-->
<style>
h1 {
text-align: center;
}
p {
font-size: 16px;
line-height: 1.6;
padding-top: 0.7rem;
}
li {
font-size: 16px;
line-height: 1.6;
}
h2 {
font-style: normal;
}
/* Banner container */
.banner-container {
width: 100%;
/* height: 40vh; */
overflow: hidden;
background-color: #f3f3f3;
position: relative;
}
/* Banner content */
.banner {
display: flex;
width: 400vw;
animation: slide 20s infinite;
}
/* Individual slide */
.banner img {
width: 100vw;
height: 100%;
object-fit: contain;
}
/* Animation keyframes */
@keyframes slide {
0% { transform: translateX(0); }
20% { transform: translateX(0); } /* First image stays for 20% */
25% { transform: translateX(-100vw); }
45% { transform: translateX(-100vw); } /* Second image stays */
50% { transform: translateX(-200vw); }
70% { transform: translateX(-200vw); } /* Third image stays */
75% { transform: translateX(-300vw); }
100% { transform: translateX(-300vw); } /* Fourth image stays */
}
/* Default for desktop */
.responsive-image {
width: 20%;
}
/* Adjust image size for mobile (screens smaller than 768px) */
@media (max-width: 768px) {
.responsive-image {
width: 50%; /* Set image to 50% of the screen width on mobile */
}
.banner-container {
width: 100%; /* Set width to 100% of the screen on mobile */
}
}
/* Further adjust for very small screens (less than 480px) */
@media (max-width: 480px) {
.responsive-image {
width: 80%; /* Larger size for smaller screens */
}
}
/* First container styles */
.centered-container {
padding-left: 10%;
padding-right: 10%;
padding-top: 2%;
padding-bottom: 2%;
}
/* Second container with two columns */
.two-column-container {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
padding-top: 2%;
padding-bottom: 2%;
}
/* Left column (text) */
.left-column {
width: 48%;
}
/* Right column (image) */
.right-column {
width: 48%;
}
/* Responsive Image */
.right-column img {
max-width: 100%;
height: auto;
}
/* Media Queries for Mobile */
@media (max-width: 768px) {
/* First container reverts to default paragraph behavior */
.centered-container {
padding-left: 0;
padding-right: 0;
}
/* Stack the columns vertically on mobile */
.two-column-container {
flex-direction: column;
}
/* Columns take full width on mobile */
.left-column,
.right-column {
width: 100%;
margin-bottom: 20px; /* Add spacing between stacked elements */
}
}
/* Container for image and caption */
.image-container {
position: relative; /* Positioning context for caption */
display: inline-block; /* Ensures it wraps only around the image */
}
/* The image */
.image-container img {
display: block;
max-width: 100%; /* Makes the image responsive */
height: auto;
}
/* Caption style */
.caption {
position: absolute;
bottom: 10px; /* Positioned 10px from the bottom */
right: 10px; /* Positioned 10px from the right */
background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
color: #fff; /* White text */
padding: 5px 10px;
font-size: 14px;
border-radius: 5px;
}
/* Center the promo banner container */
.promobanner {
text-align: center; /* Centers the image container */
padding: 5% 10%;
}
/* Optional: Add some responsive behavior to the image */
.promobanner img {
max-width: 100%;
height: auto;
}
.fade-in-section {
opacity: 0;
transition: opacity 2s ease-in-out;
}
.fade-in-section.visible {
opacity: 1;
}
.btn {
padding: 10px 20px;
background-color: #4CAF50; /* Green */
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn:hover {
background-color: #45a049; /* Darker Green */
transform: scale(1.05); /* Slightly enlarges the button on hover */
}
.btn:active {
background-color: #3e8e41; /* Even darker green on click */
}
/* Addons table CSS style */
.addonscontainer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.addonscolumn {
flex: 1;
max-width: 24%;
padding: 10px;
text-align: center;
}
.addonscolumn img {
width: 100%;
height: auto;
object-fit: contain;
}
.addonscolumn a {
text-decoration: none;
color: inherit;
}
.addonscolumn h3 {
margin-top: 10px;
}
</style>
<!-- Logo -->
<div style="text-align: center;">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/LOGOS/CELVIANO_RGB_B.png" alt="Casio Celviano" class="responsive-image">
</div>
<!-- Strapline-->
<h1>AP-265</h1>
<h2 style="text-align: center;">Grand at Home</h2>
<!-- Video Space-->
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1029979752?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Introducing the Casio AP-265 and PX-765 Digital Pianos"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
<!-- Centered container for intro text (doesn't fade)-->
<div class="centered-container">
<!--<h2>Experience the Joy of Music</h2>-->
<p>The Casio AP-265 Celviano digital piano brings over 40 years of expertise into your home, blending elegant design with cutting-edge digital technology, all at an excellent value.</p><p>
Ideal for both beginners and seasoned pianists, the AP-265 is perfect for practising between lessons or enjoying musical moments together.</p>
</div>
<!-- First two-column fade in section-->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>Authentic Performance for Modern Lifestyles</h2>
<p>No matter whether you're looking for your first digital piano, or looking to upgrade your current instrument, you'll find lots to enjoy in the AP-265.</p>
<p>Based on over 4 decades of design and research, the AP-265 keyboard replicates the feel of an acoustic piano with a three-sensor system for precise key response, weighted keys for natural resistance, and textured surfaces for enhanced control and expression.</p>
<p>To make this instrument suitable for all grades of music, you’ll find <strong>three footpedals</strong> that provide the same functionality as a traditional grand piano: una corda, sostenuto and damper control (with half-pedalling).</p>
</div>
<div class="right-column">
<div class="image-container">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/AP-265BK/image1a.jpg" alt="AP-265BK">
<div class="caption">AP-265BK</div>
</div>
</div>
</div>
<!--Second two-column fade in section -->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>Designed for the Home</h2>
<p>The elegant design of the AP-265 suits all living spaces and fits in where space may be at a premium.</p>
<p>In addition to <strong>18 tones</strong>, including a majestic Grand Piano, you'll find a whole host of features to support your learning. There’s a convenient <strong>metronome</strong> with variable time signatures, providing an essential tool to develop your sense of timing.</p>
<p>For silent practice, plug in <strong>headphones</strong> (sold separately). Switch on the <strong>song recorder</strong> and listen to your performance. Plus, the <strong>USB connection</strong> gives you access to computer music software, including <a href="https://www.casiomusicacademy.co.uk/">Casio's Online Music Academy.</a> </p>
</div>
<div class="right-column">
<div class="image-container">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/AP-265BK/image2a.jpg" alt="AP-265 Keyboard">
<div class="caption">Designed for your home.</div>
</div>
</div>
</div>
<!--Third two-column fade in section-->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>Built-In Inspiration</h2>
<p>With Casio’s unique Concert Play feature, the AP-265BK comes with a built-in library of ten favourite classical pieces, allowing you to play along with <strong>real recordings of a live symphony orchestra</strong>.</p>
<p>From beautiful elementary pieces to famous classical themes, be thrilled by the sense of occasion that being part of an orchestra brings. Hear the sound of flutes, violins, trumpets and more in stunning clarity and detail. Your musical journey starts here. </p>
<p>There's also a whole library of <strong>60 famous piano pieces</strong> to explore. Using the built-in <strong>Lesson Mode</strong>, you can learn to play any piece at your own speed, playing each hand separately.
</p></div>
<div class="right-column">
<div class="image-container">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/AP-265BK/image3.jpg" alt="Concert Play Included">
<div class="caption">Discover the joy of orchestral music with Concert Play.</div>
</div>
</div>
</div>
</div>
<!--Fourth two-column fade in section-->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>Learn Online With Casio</h2>
<p>The AP-265BK includes <a href="https://www.casiomusicacademy.co.uk/">free access to online music lessons</a> from the Casio Music Academy. Watch and participate in a series of online tutorials designed by a team of music educators to help you build secure musical skills.</p>
<p>These lessons are not time-limited or free trials; they're for as long as you own your Casio AP-265BK digital piano.</p>
<ul>
<li>Study online, anytime.</li>
<li>No time limit or expiry.</li>
<li>Includes videos, play-along exercises and interactive graphics.</li>
<li>Designed for beginners.</li>
</ul>
</div>
<div class="right-column">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/AP-265BK/image4.jpg" alt="Online Lessons">
<div class="caption">Beginner online lessons included.</div>
</div>
</div>
</div>
</div>
<!-- Fifth two-column fade in section-->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>We're Here For You</h2>
<p>We want you to be satisfied with owning your Casio digital piano. That's why all instruments purchased directly from us come with <strong>free technical support</strong>.
<p>What's more, your AP-265BK is covered by a <strong>3 Year Parts and Labour Guarantee</strong>.</p>
<p>If you have any further questions about the AP-265, or would like advice on which digital piano is best for you, you can <a href="https://www.casio.co.uk/support/">call, WhatsApp or email us here.</a>
</p></div>
<div class="right-column">
<div class="image-container">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/AP-265BK/image5.jpg" alt="3 Year Warranty">
<div class="caption">3 Year on-site warranty and technical support included.</div>
</div>
</div>
</div>
<!-- Product info-->
<!-- Second Container (Two-column layout on desktop, stacked on mobile) -->
<div class="two-column-container">
<div class="left-column">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/AP-265BK/AP-265BK_R.jpg" alt="Casio AP-265BK">
</div>
<div class="right-column">
<h2>Product Information</h2>
<h3>AP-265BK</h3>
<ul>
<li>AiR Sound Source</li>
<li>88 Weighted, touch-sensitive keys</li>
<li>Scaled Hammer Action key action</li>
<li>18 tones in total</li>
<li>Song Recorder and Duet Function</li>
<li>USB Connectivity</li>
<li>Headphone connection</li>
<li>8W + 8W Stereo speaker system</li>
<li>3 fixed pedals (soft, sostenuto, damper (with half pedalling)</li>
<li>3 Year On-site warranty</li></ul>
<ul>
<li>Dimensions: 1,417x432x821 mm</li>
</ul>
</div>
</div>
</div><div data-content-type="video" data-appearance="default" data-element="main" data-pb-style="YNUB7CM"><div class="pagebuilder-video-inner" data-element="inner"><div class="pagebuilder-video-wrapper" data-element="wrapper"><div class="pagebuilder-video-container"><iframe frameborder="0" allowfullscreen="" src="https://www.youtube.com/embed/FS1KqzFroRo" data-element="video"></iframe></div></div></div></div></div></div><div data-content-type="row" data-appearance="contained" data-element="main"><div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" data-video-fallback-src="" data-element="inner" data-pb-style="DU2L6R3"><div data-content-type="text" data-appearance="default" data-element="main" data-pb-style="W6ANFDV"><h1><span style="font-weight: 400;">Redefining Revolutionary</span></h1>
<h2><span style="font-weight: 400;">Precision and Expression</span></h2>
<h4><span style="font-weight: 400;">CASIO's AiR sound source has extensively advanced this new series of Celviano pianos. For the first time, the AP-265 boasts both </span><strong>European</strong><span style="font-weight: 400;"> and </span><strong>American </strong><span style="font-weight: 400;">grand piano</span> <span style="font-weight: 400;">tones. </span><span style="font-weight: 400;">Make the most of classics with the European grand and explore more contemporary repertoire with the brighter American piano. CASIO's 'Piano First' philosophy ensures that entry-level models, popular with students and teachers, benefit from the same core technology as that used in more advanced instruments. The result? Excellent quality and affordability where it counts</span><span style="font-weight: 400;">. </span></h4>
<h2><span style="font-weight: 400;">Concert Play</span></h2>
<h4><span style="font-weight: 400;">With Casio’s unique </span><strong>Concert Play</strong><span style="font-weight: 400;"> feature, the AP-265 comes with a built-in library of ten classical pieces, allowing you to play along with recordings of a live symphony orchestra. From beautiful elementary pieces to famous classical themes, be thrilled by the sense of occasion that being the soloist in an orchestra brings. </span></h4>
<h2><span style="font-weight: 400;">New Contemporary design</span></h2>
<h4><span style="font-weight: 400;">The AP-265 has been completely redesigned to reflect the aesthetics of today's modern living. Sleek lines define a balanced and elegant profile, complete with a stylish keyboard cover. </span></h4>
<h2><span style="font-weight: 400;">TRI-SENSOR </span><span style="font-weight: 400;">SCALED HAMMER ACTION II</span></h2>
<h4><span style="font-weight: 400;">At the heart of the AP-265 is the same highly acclaimed keyboard action used in larger models of Celviano digital piano. To make this instrument suitable for all grades of repertoire, you’ll find three foot pedals that provide the same functionality as a traditional grand piano: una corda, sostenuto and damper control (with half-pedalling).</span></h4>
<h2><span style="font-weight: 400;">Connect your computer or smart device</span></h2>
<h4><span style="font-weight: 400;">The Ap-265 includes a USB MIDI connection, meaning that it will connect seamlessly to your computer or smart device via USB, ready for use with any standard music software. This includes Casio’s own Chordana Play Piano app, free for iOS or Android devices. Control the piano settings from your phone or tablet, learn to play, read digital music scores and much more.</span></h4></div></div></div>
https://www.casio.co.uk/media/catalog/product/a/p/ap-265bk_p.jpg
https://www.casio.co.uk/media/catalog/product/a/p/ap-265bk_r.jpg
AP-265BKC5
add-to-cart