Shades of Medium Purple #A871F7
Tints of Medium Purple #A871F7
RGB
CMYK
RGB Variations
Color information
#A871F7 (or 0xA871F7) is known color: Medium Purple. HEX triplet: A8, 71 and F7. RGB value is (168,113,247). Sum of RGB (Red+Green+Blue) = 168+113+247=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #A871F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871F7 is #578E08. Grayscale: #909090. Windows color (decimal): -5737993 or 16216488. OLE color: 16216488.
HSL color Cylindrical-coordinate representation of color #A871F7: hue angle of 264.63º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A871F7 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 113 | 247 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.03 |
| HSL | 264.63º | 0.89% | 0.71% | - |
| HSV(B) | 264.63º | 0.54% | 0.97% | - |
| XYZ | 38.84 | 26.85 | 91.13 | - |
| YUV | 144.72 | 185.72 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 247 | 0.32 | 0.54 | 0 | 0.03 | 264.63 | 0.89 | 0.71 |
| Hex | A8 | 71 | F7 | 20 | 36 | 0 | 3 | 109 | 59 | 47 |
| Octal | 250 | 161 | 367 | 40 | 66 | 0 | 3 | 411 | 131 | 107 |
| Binary | 10101000 | 1110001 | 11110111 | 100000 | 110110 | 0 | 11 | 100001001 | 1011001 | 1000111 |
Color Harmonies of #A871F7
Complementary color
Monochromatic Colors of #A871F7
Black with #A871F7
Text Example
Text Example
White with #A871F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871F7; }
p { color: rgb(168,113,247); }
H1.HeaderClassName
{
color: #A871F7;
}
.AnyTagClassName
{
color: #A871F7;
}
</style>
background-color css
<style>
a { background-color: #A871F7; }
a { background-color: rgb(168,113,247); }
div.DivClassName
{
background-color: #A871F7;
}
.BgClassName
{
background-color: #A871F7;
}
</style>
border-color css
<style>
span { border-color: #A871F7; }
span { border-color: rgb(168,113,247); }
td.TdClassName
{
border-color: #A871F7;
}
.TagClassName
{
border-color: #A871F7;
}
</style>