DOOR HANDLE VERSA 512 ALUMIINIUM/White

The photographs are for illustrative purposes only.
Get AI analytics on product Door Handle Versa 512 Aluminum/White:
13.24€/pair
Ex Tax: 10.68€/pair
iNOVO
0 reviews
In stock
Product Code: 000-467562ASP

Specification

Qty
Tags:
Product sizes17,00 x 13,00 x 5,00 cm
Package dimensions24,00 x 22,00 x 7,00 cm
Gross weight0,890 kg
Net weight0,850 kg

DOOR HANDLE VERSA 512 ALUMINIUM White

A functional door handle designed for smooth daily operation, offering a clean white aluminium finish suitable for various interior styles.

Key advantages


    Durable aluminium construction for long-lasting use
  • Neutral white color that matches different door designs
  • Comfortable grip for easy door opening and closing
  • Sleek appearance that enhances interior aesthetics
  • Suitable for both home and office environments
  • Easy to maintain and clean
  • Stable performance with frequent use

Application and use cases

This door handle is suitable for a wide range of interior applications, providing reliable functionality and aesthetic appeal.


    Residential interior doors
  • Office rooms and meeting spaces
  • Utility and service areas
  • Renovation and interior upgrade projects
  • Rental properties needing durable fittings

What to consider when choosing


    Ensure compatibility with the door type and mechanism
  1. Choose a style and color that fits the overall interior design
  2. Check the handle’s ergonomics for comfortable daily use
  3. Consider the durability of materials for long-term performance
  4. Evaluate installation requirements before purchase

Characteristics


    Type: Door handle
  • Model: VERSA 512
  • Material: Aluminium
  • Color: White
  • General purpose: Interior door use

Why buy at SityPro


    Competitive price and frequent special offers
  • Wide selection of door hardware for any interior
  • Fast delivery and convenient ordering options
  • Professional customer support for product selection
  • Reliable store with high-quality product standards

Description provided by sitypro.com

Handles
Color
White
Grounds
Square
Material
Aluminum
Style
Modern
Type
Handles on the socket
Door, window accessories
Type of fittings
Handles
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
DOOR HANDLE VERSA 512 ALUMIINIUM/White
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door Handle Versa 512 Aluminum/White

What is the Door Handle Versa 512 Aluminum/White and which doors is it suitable for?

Door Handle Versa 512 Aluminum/White is an aluminium door handle with a white finish offering durable construction and a comfortable grip. Suitable for residential interior doors, office rooms, utility areas and renovation projects.

What material is the Versa 512 handle made of and what is the finish?

The Versa 512 handle is made of aluminium with a durable white finish, providing lightweight strength, corrosion resistance and easy maintenance.

Is the Versa 512 suitable for metal doors or only wooden doors?

The Versa 512 is designed for various interior door types. It can be fitted to metal doors if compatible spindle/lock preparations and fastening hardware are available and the door thickness is appropriate.

What are the dimensions and fitting parameters of the Versa 512 (centre distance, spindle length)?

The product description lists material and colour but does not provide precise dimensions like centre distance or spindle length; confirm these fitting parameters with the seller or match them to your lock before purchasing.

How do I install the Versa 512 — do I need special fittings or anchors?

Installation is standard: a compatible spindle and fixing screws (usually supplied) are required. No special anchors are needed, but verify spindle size and centre distance match your lock.

Is the Versa 512 suitable for fire-rated or entrance doors?

The description targets interior and commercial doors; no fire-rating or exterior-use specifications are provided, so verify certification before using on fire-rated or external doors.

How does the Versa 512 differ from other handles in the series?

The Versa 512 emphasizes a white aluminium finish, comfortable grip and universal design. For specific differences like dimensions, shape and finishes compared to other models, consult the product range or the seller.

How do I care for the white finish on the Versa 512 without scratching it?

Wipe with a soft cloth and warm water or a mild non-abrasive detergent. Avoid abrasive cleaners and solvents that can damage the white finish.

Can the Versa 512 be used in high-traffic areas like offices?

Yes, the Versa 512 is designed for reliable daily performance and wear resistance suitable for offices and similar environments. For very heavy-use locations, check durability specs with the seller.

Which locks and spindles are compatible with the Versa 512 (model A134239SP)?

Model A134239SP requires a compatible standard spindle and centre distance matching your lock. The description does not list specific lock models, so compare dimensions before purchasing.

Is the Versa 512 suitable for both left- and right-handed door mounting?

The description doesn't explicitly state handing, but most universal handles are symmetric and fit both left and right doors. Confirm with the seller before purchase to ensure compatibility.

Where to buy Door Handle Versa 512 Aluminum/White?

You can buy Door Handle Versa 512 Aluminum/White in our online store for 10.68€. Category: Handles.

What is the price of Door Handle Versa 512 Aluminum/White?

The current price of Door Handle Versa 512 Aluminum/White is 10.68€. Brand: iNOVO.

Door Handle Versa 512 Aluminum/White — specifications and description

Model: 000-467562ASP. Category: Handles. Brand: iNOVO. Price: 10.68€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');