Shades of Medium Purple #A984F0
Tints of Medium Purple #A984F0
RGB
CMYK
RGB Variations
Color information
#A984F0 (or 0xA984F0) is known color: Medium Purple. HEX triplet: A9, 84 and F0. RGB value is (169,132,240). Sum of RGB (Red+Green+Blue) = 169+132+240=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #A984F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A984F0 is #567B0F. Grayscale: #9A9A9A. Windows color (decimal): -5667600 or 15762601. OLE color: 15762601.
HSL color Cylindrical-coordinate representation of color #A984F0: hue angle of 260.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A984F0 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 132 | 240 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.06 |
| HSL | 260.56º | 0.78% | 0.73% | - |
| HSV(B) | 260.56º | 0.45% | 0.94% | - |
| XYZ | 40.34 | 31.23 | 86.34 | - |
| YUV | 155.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 240 | 0.30 | 0.45 | 0 | 0.06 | 260.56 | 0.78 | 0.73 |
| Hex | A9 | 84 | F0 | 1E | 2D | 0 | 6 | 105 | 4E | 49 |
| Octal | 251 | 204 | 360 | 36 | 55 | 0 | 6 | 405 | 116 | 111 |
| Binary | 10101001 | 10000100 | 11110000 | 11110 | 101101 | 0 | 110 | 100000101 | 1001110 | 1001001 |
Color Harmonies of #A984F0
Complementary color
Monochromatic Colors of #A984F0
Black with #A984F0
Text Example
Text Example
White with #A984F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A984F0; }
p { color: rgb(169,132,240); }
H1.HeaderClassName
{
color: #A984F0;
}
.AnyTagClassName
{
color: #A984F0;
}
</style>
background-color css
<style>
a { background-color: #A984F0; }
a { background-color: rgb(169,132,240); }
div.DivClassName
{
background-color: #A984F0;
}
.BgClassName
{
background-color: #A984F0;
}
</style>
border-color css
<style>
span { border-color: #A984F0; }
span { border-color: rgb(169,132,240); }
td.TdClassName
{
border-color: #A984F0;
}
.TagClassName
{
border-color: #A984F0;
}
</style>