# kVp/mAs Radiographic Parameter Converter

Convert mAs ↔ µAs/mC/C charge units and compute equivalent-technique mAs after changing kVp (n ≈ 5 power law, 15 % rule).

> Canonical page: https://elysiatools.com/en/tools/kv-units-converter

- **Category:** Education

- **Keywords:** kvp, mas, x-ray technique, radiography, milliampere seconds, 15 percent rule, exposure conversion, radiologic technology, equivalent technique, coulomb

## Overview

The kVp/mAs Radiographic Parameter Converter allows radiographers, medical physicists, and radiology students to calculate equivalent exposure techniques and convert tube charge units. It supports both the empirical kVp power-law model (including the classic 15% rule) to maintain receptor exposure when altering tube potential and seamless unit conversions between milliampere-seconds (mAs), microampere-seconds (µAs), ampere-seconds (As), millicoulombs (mC), and coulombs (C).

## Inputs

- **Conversion Mode** (select): Convert mAs between charge units, or compute the equivalent mAs after changing kVp.
- **Value** (number): Charge value in the From unit (charge mode only).
- **From Unit** (select): Unit of the entered charge value (charge mode only).
- **To Unit** (select): Unit to convert the charge value into (charge mode only).
- **Original kVp** (number): Tube voltage of the current technique (equivalent mode only).
- **Original mAs** (number): Tube current-time product of the current technique (equivalent mode only).
- **New kVp** (number): Desired new tube voltage (equivalent mode only).
- **Power Law Exponent n** (number): Empirical exponent relating exposure to kVp; n ≈ 5 for screen-film, adjust for digital systems (equivalent mode only).
- **Decimal Places** (number)

## When to use

- When adjusting peak tube potential (kVp) to reduce patient dose or improve penetration while calculating the required mAs to maintain image receptor exposure.
- When standardizing exposure technique charts between X-ray consoles displaying electric charge in coulombs or millicoulombs rather than mAs.
- When verifying radiographic physics assignments involving power-law exposure relationships and the 15% rule.
- When converting low-exposure fluoroscopy or mammography settings between microampere-seconds (µAs) and standard milliampere-seconds (mAs).

## How it works

- Select the conversion mode: 'mAs ↔ Charge Units' or 'kVp/mAs Equivalent Technique'.
- For charge conversion, enter the numerical value and pick the source and target units (µAs, mAs, As, mC, C).
- For equivalent technique, enter the baseline kVp and mAs, the target kVp, and the power-law exponent n (defaulting to 5).
- Adjust decimal precision to receive the exact converted charge or equivalent mAs and exposure ratio.

## Use cases

- Modifying radiographic techniques to higher kVp and lower mAs protocols for pediatric or high-dose examinations.
- Translating X-ray tube load specifications and generator calibration readouts between mAs, µAs, and electrical charge units (C, mC).
- Teaching radiologic technology principles, demonstrating how beam quality changes affect tube output requirements.

## Frequently asked questions

### What is the 15% rule in radiography?

The 15% rule states that increasing kVp by 15% approximately doubles image receptor exposure, allowing you to halve the mAs to maintain equivalent optical density or receptor signal.

### Why is the power-law exponent n set to 5 by default?

An exponent of n ≈ 5 represents the classic empirical relationship for screen-film and diagnostic diagnostic X-ray beam penetration, though it can be fine-tuned for digital detectors.

### How does 1 mAs relate to millicoulombs (mC)?

One milliampere-second (1 mAs) is physically identical to one millicoulomb (1 mC), which equals 0.001 coulombs (10⁻³ C).

### Can I use this converter to calculate dose reduction techniques?

Yes, by increasing kVp and calculating the reduced equivalent mAs, you can identify technical factors that lower patient entrance skin exposure while maintaining receptor signal.

### What is the formula used for equivalent technique calculation?

The tool uses the power-law equation: mAs₂ = mAs₁ × (kVp₁ / kVp₂)ⁿ to compute the equivalent tube current-time product.

## Related tools

- [Absorbance↔Transmittance Converter (A = −log₁₀T)](https://elysiatools.com/en/tools/absorbance-transmittance-converter): Convert A ↔ %T ↔ T with A = −log₁₀(T) and %T = 100·T; returns all three representations for spectrophotometry work.
- [PCR Annealing Temperature Calculator (Ta = Tm − 5°C)](https://elysiatools.com/en/tools/annealing-temperature-calculator): PCR Ta by the simple rule (lower primer Tm − 5°C) or the Rychlik 1990 formula (0.3·Tm_primer + 0.7·Tm_product − 14.9), with a ±3°C gradient window and primer-Tm mismatch warning. Derived from Rychlik 1990, Innis & Gelfand 1990, Lorenz 2012. Lab-planning use only.
- [Autosomal Dominant Pedigree Analyzer](https://elysiatools.com/en/tools/autosomal-dominant-pedigree): Compute AD offspring risk (Aa×aa 1:1, Aa×Aa 3:1, AA×any all affected), chi-square fit of observed children, and hallmark checks including male-to-male transmission that rules out X-linked dominant. Derived from Griffiths, Hartl & Clark 2007, StatPearls, OMIM. Educational use only.
- [Autosomal Recessive Inheritance Risk Calculator](https://elysiatools.com/en/tools/autosomal-recessive-risk): Compute per-child and cumulative autosomal recessive disease risk from parental statuses (carrier / affected / non-carrier / unknown via population carrier rate), including the 2/3 carrier rule. Derived from Griffiths, Hartl & Clark 2007, StatPearls. Educational use only.
- [Hemocytometer Cell Counter (cells/mL)](https://elysiatools.com/en/tools/cell-counting-hemocytometer): Turns Neubauer grid counts into cells/mL with dilution factor, total-count option, and 20–100 cells/square density advice. Educational use only.
- [Cell Density Unit Converter (cells/mL↔cells/µL↔10⁶/mL↔10¹²/L)](https://elysiatools.com/en/tools/cell-density-unit-converter): Convert cell density across cells/L, cells/mL, cells/µL, 10³/µL, 10⁶/mL, 10⁹/L and 10¹²/L for cell culture and hematology reports.
- [Cell Doubling Time Calculator (t_d = ln2·t/ln(Nₜ/N₀))](https://elysiatools.com/en/tools/cell-doubling-time): Doubling time, doublings, and specific growth rate from two exponential-phase cell counts, in h/min/day. Educational use only.
- [Trypan Blue Cell Viability Calculator](https://elysiatools.com/en/tools/cell-viability-trypan-blue): Viability % and live/dead/total cells per mL from trypan blue exclusion counts, with culture-health interpretation. Educational use only.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
