Shades of Medium Purple #A871F0
Tints of Medium Purple #A871F0
RGB
CMYK
RGB Variations
Color information
#A871F0 (or 0xA871F0) is known color: Medium Purple. HEX triplet: A8, 71 and F0. RGB value is (168,113,240). Sum of RGB (Red+Green+Blue) = 168+113+240=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #A871F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871F0 is #578E0F. Grayscale: #8F8F8F. Windows color (decimal): -5738000 or 15757736. OLE color: 15757736.
HSL color Cylindrical-coordinate representation of color #A871F0: hue angle of 265.98º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A871F0 is Cyan = 0.3, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 113 | 240 | - |
| CMYK | 0.3 | 0.53 | 0 | 0.06 |
| HSL | 265.98º | 0.81% | 0.69% | - |
| HSV(B) | 265.98º | 0.53% | 0.94% | - |
| XYZ | 37.78 | 26.43 | 85.55 | - |
| YUV | 143.92 | 182.22 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 240 | 0.3 | 0.53 | 0 | 0.06 | 265.98 | 0.81 | 0.69 |
| Hex | A8 | 71 | F0 | 1E | 35 | 0 | 6 | 10A | 51 | 45 |
| Octal | 250 | 161 | 360 | 36 | 65 | 0 | 6 | 412 | 121 | 105 |
| Binary | 10101000 | 1110001 | 11110000 | 11110 | 110101 | 0 | 110 | 100001010 | 1010001 | 1000101 |
Color Harmonies of #A871F0
Complementary color
Monochromatic Colors of #A871F0
Black with #A871F0
Text Example
Text Example
White with #A871F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871F0; }
p { color: rgb(168,113,240); }
H1.HeaderClassName
{
color: #A871F0;
}
.AnyTagClassName
{
color: #A871F0;
}
</style>
background-color css
<style>
a { background-color: #A871F0; }
a { background-color: rgb(168,113,240); }
div.DivClassName
{
background-color: #A871F0;
}
.BgClassName
{
background-color: #A871F0;
}
</style>
border-color css
<style>
span { border-color: #A871F0; }
span { border-color: rgb(168,113,240); }
td.TdClassName
{
border-color: #A871F0;
}
.TagClassName
{
border-color: #A871F0;
}
</style>