Antec A30 PRO 95mm Air CPU Cooler - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec A30 PRO 95mm Air CPU Cooler

SKU: A30 PRO
R 169.00 R 189.00
You save R 20.00 (11%)
In Stock
You save R 20.00 (11% off)

Ensure optimal cooling for your CPU while adding a vibrant touch to your setup with the Antec A30 PRO LED 95mm CPU Cooler. The product is specifically designed to have exceptional thermal conductivity. It achieves this through the use of two pure copper heat pipes that make direct contact with the...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Ensure optimal cooling for your CPU while adding a vibrant touch to your setup with the Antec A30 PRO LED 95mm CPU Cooler. The product is specifically designed to have exceptional thermal conductivity. It achieves this through the use of two pure copper heat pipes that make direct contact with the CPU surface, effectively dissipating heat to the aluminium fins. It goes without saying that the large fan brings significant performance improvement. Additionally, the blue LED design enhances the fan's visual appeal, making it stand out even more.

Features:

  • High thermal conductivity with two pure copper heat pipes
  • Blue LED Design
  • Fluid and vibrant RGB ring
  • Easy installation
  • Longer lifespan
  • Comes with Antec’s Golden Grease CPU Thermal Paste

Specifications:

  • Cooling Type: Air cooling
  • Fan Type: LED Fan
  • Speed: 1800 ± 10% RPM
  • Airflow: 33.4 CFM max.
  • Noise Level: 35 dB (A) max.
  • Air Pressure: 0.8mmH2o (Max)
  • Rated Voltage: 12VDC
  • Connector: 3-Pin
  • Heat Pipe Dimension: Φ6mm
  • LED Effect: LED
  • AMD Compatibility: AM5 / AM4 / FM2 / FM1 / AM3+ / AM3 / AM2+ / AM2
  • Intel Compatibility: LGA 775 / 115X / 1200 / 1700 (Core i3 / i5 CPU)
  • Size: 9.5 x 6.2 x 12.2 cm
  • Weight: 286 g

What’s In The Box:

  • Antec A30 PRO LED 95mm CPU Cooler – Black x1
  • AMD Bracket x1
  • Intel Bracket x1
  • Pack of Screws x1
  • Antec Golden Grease CPU Thermal Paste x1
  • Product Manual x1
Brand Antec
Colour Black/Blue
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

-9%
MSI MAG Corefrozr AA13 120mm CPU Air Cooler - Black
MSI

MSI MAG Corefrozr AA13 120mm CPU Air Cooler - Black

R 409.00 R 449.00

Save R 40.00

Out of Stock

-8%
FSP NP5-B 120mm PWM CPU Air Cooler – Black
FSP

FSP NP5-B 120mm PWM CPU Air Cooler – Black

R 459.00 R 499.00

Save R 40.00

In Stock

-7%
FSP MP7-B 120mm PWM CPU Air Cooler - Black
FSP

FSP MP7-B 120mm PWM CPU Air Cooler - Black

R 879.00 R 949.00

Save R 70.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!