Shades of Medium Purple #A871EF
Tints of Medium Purple #A871EF
RGB
CMYK
RGB Variations
Color information
#A871EF (or 0xA871EF) is known color: Medium Purple. HEX triplet: A8, 71 and EF. RGB value is (168,113,239). Sum of RGB (Red+Green+Blue) = 168+113+239=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #A871EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871EF is #578E10. Grayscale: #8F8F8F. Windows color (decimal): -5738001 or 15692200. OLE color: 15692200.
HSL color Cylindrical-coordinate representation of color #A871EF: hue angle of 266.19º degrees, saturation: 0.8, 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 #A871EF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 113 | 239 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.06 |
| HSL | 266.19º | 0.8% | 0.69% | - |
| HSV(B) | 266.19º | 0.53% | 0.94% | - |
| XYZ | 37.63 | 26.37 | 84.77 | - |
| YUV | 143.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 239 | 0.30 | 0.53 | 0 | 0.06 | 266.19 | 0.8 | 0.69 |
| Hex | A8 | 71 | EF | 1E | 35 | 0 | 6 | 10A | 50 | 45 |
| Octal | 250 | 161 | 357 | 36 | 65 | 0 | 6 | 412 | 120 | 105 |
| Binary | 10101000 | 1110001 | 11101111 | 11110 | 110101 | 0 | 110 | 100001010 | 1010000 | 1000101 |
Color Harmonies of #A871EF
Complementary color
Monochromatic Colors of #A871EF
Black with #A871EF
Text Example
Text Example
White with #A871EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871EF; }
p { color: rgb(168,113,239); }
H1.HeaderClassName
{
color: #A871EF;
}
.AnyTagClassName
{
color: #A871EF;
}
</style>
background-color css
<style>
a { background-color: #A871EF; }
a { background-color: rgb(168,113,239); }
div.DivClassName
{
background-color: #A871EF;
}
.BgClassName
{
background-color: #A871EF;
}
</style>
border-color css
<style>
span { border-color: #A871EF; }
span { border-color: rgb(168,113,239); }
td.TdClassName
{
border-color: #A871EF;
}
.TagClassName
{
border-color: #A871EF;
}
</style>