Shades of Medium Purple #A871EA
Tints of Medium Purple #A871EA
RGB
CMYK
RGB Variations
Color information
#A871EA (or 0xA871EA) is known color: Medium Purple. HEX triplet: A8, 71 and EA. RGB value is (168,113,234). Sum of RGB (Red+Green+Blue) = 168+113+234=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #A871EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871EA is #578E15. Grayscale: #8E8E8E. Windows color (decimal): -5738006 or 15364520. OLE color: 15364520.
HSL color Cylindrical-coordinate representation of color #A871EA: hue angle of 267.27º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A871EA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 113 | 234 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.08 |
| HSL | 267.27º | 0.74% | 0.68% | - |
| HSV(B) | 267.27º | 0.52% | 0.92% | - |
| XYZ | 36.9 | 26.08 | 80.93 | - |
| YUV | 143.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 234 | 0.28 | 0.52 | 0 | 0.08 | 267.27 | 0.74 | 0.68 |
| Hex | A8 | 71 | EA | 1C | 34 | 0 | 8 | 10B | 4A | 44 |
| Octal | 250 | 161 | 352 | 34 | 64 | 0 | 10 | 413 | 112 | 104 |
| Binary | 10101000 | 1110001 | 11101010 | 11100 | 110100 | 0 | 1000 | 100001011 | 1001010 | 1000100 |
Color Harmonies of #A871EA
Complementary color
Monochromatic Colors of #A871EA
Black with #A871EA
Text Example
Text Example
White with #A871EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871EA; }
p { color: rgb(168,113,234); }
H1.HeaderClassName
{
color: #A871EA;
}
.AnyTagClassName
{
color: #A871EA;
}
</style>
background-color css
<style>
a { background-color: #A871EA; }
a { background-color: rgb(168,113,234); }
div.DivClassName
{
background-color: #A871EA;
}
.BgClassName
{
background-color: #A871EA;
}
</style>
border-color css
<style>
span { border-color: #A871EA; }
span { border-color: rgb(168,113,234); }
td.TdClassName
{
border-color: #A871EA;
}
.TagClassName
{
border-color: #A871EA;
}
</style>