Shades of Medium Purple #A982F9
Tints of Medium Purple #A982F9
RGB
CMYK
RGB Variations
Color information
#A982F9 (or 0xA982F9) is known color: Medium Purple. HEX triplet: A9, 82 and F9. RGB value is (169,130,249). Sum of RGB (Red+Green+Blue) = 169+130+249=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #A982F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982F9 is #567D06. Grayscale: #9A9A9A. Windows color (decimal): -5668103 or 16351913. OLE color: 16351913.
HSL color Cylindrical-coordinate representation of color #A982F9: hue angle of 259.66º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A982F9 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 130 | 249 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.02 |
| HSL | 259.66º | 0.91% | 0.74% | - |
| HSV(B) | 259.66º | 0.48% | 0.98% | - |
| XYZ | 41.44 | 31.24 | 93.47 | - |
| YUV | 155.23 | 180.92 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 249 | 0.32 | 0.48 | 0 | 0.02 | 259.66 | 0.91 | 0.74 |
| Hex | A9 | 82 | F9 | 20 | 30 | 0 | 2 | 104 | 5B | 4A |
| Octal | 251 | 202 | 371 | 40 | 60 | 0 | 2 | 404 | 133 | 112 |
| Binary | 10101001 | 10000010 | 11111001 | 100000 | 110000 | 0 | 10 | 100000100 | 1011011 | 1001010 |
Color Harmonies of #A982F9
Complementary color
Monochromatic Colors of #A982F9
Black with #A982F9
Text Example
Text Example
White with #A982F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982F9; }
p { color: rgb(169,130,249); }
H1.HeaderClassName
{
color: #A982F9;
}
.AnyTagClassName
{
color: #A982F9;
}
</style>
background-color css
<style>
a { background-color: #A982F9; }
a { background-color: rgb(169,130,249); }
div.DivClassName
{
background-color: #A982F9;
}
.BgClassName
{
background-color: #A982F9;
}
</style>
border-color css
<style>
span { border-color: #A982F9; }
span { border-color: rgb(169,130,249); }
td.TdClassName
{
border-color: #A982F9;
}
.TagClassName
{
border-color: #A982F9;
}
</style>