Shades of Medium Purple #A871FB
Tints of Medium Purple #A871FB
RGB
CMYK
RGB Variations
Color information
#A871FB (or 0xA871FB) is known color: Medium Purple. HEX triplet: A8, 71 and FB. RGB value is (168,113,251). Sum of RGB (Red+Green+Blue) = 168+113+251=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #A871FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871FB is #578E04. Grayscale: #909090. Windows color (decimal): -5737989 or 16478632. OLE color: 16478632.
HSL color Cylindrical-coordinate representation of color #A871FB: hue angle of 263.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A871FB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 113 | 251 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.02 |
| HSL | 263.91º | 0.95% | 0.71% | - |
| HSV(B) | 263.91º | 0.55% | 0.98% | - |
| XYZ | 39.47 | 27.1 | 94.42 | - |
| YUV | 145.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 251 | 0.33 | 0.55 | 0 | 0.02 | 263.91 | 0.95 | 0.71 |
| Hex | A8 | 71 | FB | 21 | 37 | 0 | 2 | 108 | 5F | 47 |
| Octal | 250 | 161 | 373 | 41 | 67 | 0 | 2 | 410 | 137 | 107 |
| Binary | 10101000 | 1110001 | 11111011 | 100001 | 110111 | 0 | 10 | 100001000 | 1011111 | 1000111 |
Color Harmonies of #A871FB
Complementary color
Monochromatic Colors of #A871FB
Black with #A871FB
Text Example
Text Example
White with #A871FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871FB; }
p { color: rgb(168,113,251); }
H1.HeaderClassName
{
color: #A871FB;
}
.AnyTagClassName
{
color: #A871FB;
}
</style>
background-color css
<style>
a { background-color: #A871FB; }
a { background-color: rgb(168,113,251); }
div.DivClassName
{
background-color: #A871FB;
}
.BgClassName
{
background-color: #A871FB;
}
</style>
border-color css
<style>
span { border-color: #A871FB; }
span { border-color: rgb(168,113,251); }
td.TdClassName
{
border-color: #A871FB;
}
.TagClassName
{
border-color: #A871FB;
}
</style>