Shades of Medium Purple #A982F3
Tints of Medium Purple #A982F3
RGB
CMYK
RGB Variations
Color information
#A982F3 (or 0xA982F3) is known color: Medium Purple. HEX triplet: A9, 82 and F3. RGB value is (169,130,243). Sum of RGB (Red+Green+Blue) = 169+130+243=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #A982F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982F3 is #567D0C. Grayscale: #9A9A9A. Windows color (decimal): -5668109 or 15958697. OLE color: 15958697.
HSL color Cylindrical-coordinate representation of color #A982F3: hue angle of 260.71º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A982F3 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 130 | 243 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.05 |
| HSL | 260.71º | 0.82% | 0.73% | - |
| HSV(B) | 260.71º | 0.47% | 0.95% | - |
| XYZ | 40.52 | 30.87 | 88.62 | - |
| YUV | 154.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 243 | 0.30 | 0.47 | 0 | 0.05 | 260.71 | 0.82 | 0.73 |
| Hex | A9 | 82 | F3 | 1E | 2F | 0 | 5 | 105 | 52 | 49 |
| Octal | 251 | 202 | 363 | 36 | 57 | 0 | 5 | 405 | 122 | 111 |
| Binary | 10101001 | 10000010 | 11110011 | 11110 | 101111 | 0 | 101 | 100000101 | 1010010 | 1001001 |
Color Harmonies of #A982F3
Complementary color
Monochromatic Colors of #A982F3
Black with #A982F3
Text Example
Text Example
White with #A982F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982F3; }
p { color: rgb(169,130,243); }
H1.HeaderClassName
{
color: #A982F3;
}
.AnyTagClassName
{
color: #A982F3;
}
</style>
background-color css
<style>
a { background-color: #A982F3; }
a { background-color: rgb(169,130,243); }
div.DivClassName
{
background-color: #A982F3;
}
.BgClassName
{
background-color: #A982F3;
}
</style>
border-color css
<style>
span { border-color: #A982F3; }
span { border-color: rgb(169,130,243); }
td.TdClassName
{
border-color: #A982F3;
}
.TagClassName
{
border-color: #A982F3;
}
</style>