Shades of Medium Purple #A984F2
Tints of Medium Purple #A984F2
RGB
CMYK
RGB Variations
Color information
#A984F2 (or 0xA984F2) is known color: Medium Purple. HEX triplet: A9, 84 and F2. RGB value is (169,132,242). Sum of RGB (Red+Green+Blue) = 169+132+242=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #A984F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A984F2 is #567B0D. Grayscale: #9B9B9B. Windows color (decimal): -5667598 or 15893673. OLE color: 15893673.
HSL color Cylindrical-coordinate representation of color #A984F2: hue angle of 260.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A984F2 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 132 | 242 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.05 |
| HSL | 260.18º | 0.81% | 0.73% | - |
| HSV(B) | 260.18º | 0.45% | 0.95% | - |
| XYZ | 40.64 | 31.35 | 87.91 | - |
| YUV | 155.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 242 | 0.30 | 0.45 | 0 | 0.05 | 260.18 | 0.81 | 0.73 |
| Hex | A9 | 84 | F2 | 1E | 2D | 0 | 5 | 104 | 51 | 49 |
| Octal | 251 | 204 | 362 | 36 | 55 | 0 | 5 | 404 | 121 | 111 |
| Binary | 10101001 | 10000100 | 11110010 | 11110 | 101101 | 0 | 101 | 100000100 | 1010001 | 1001001 |
Color Harmonies of #A984F2
Complementary color
Monochromatic Colors of #A984F2
Black with #A984F2
Text Example
Text Example
White with #A984F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A984F2; }
p { color: rgb(169,132,242); }
H1.HeaderClassName
{
color: #A984F2;
}
.AnyTagClassName
{
color: #A984F2;
}
</style>
background-color css
<style>
a { background-color: #A984F2; }
a { background-color: rgb(169,132,242); }
div.DivClassName
{
background-color: #A984F2;
}
.BgClassName
{
background-color: #A984F2;
}
</style>
border-color css
<style>
span { border-color: #A984F2; }
span { border-color: rgb(169,132,242); }
td.TdClassName
{
border-color: #A984F2;
}
.TagClassName
{
border-color: #A984F2;
}
</style>