Shades of Medium Purple #A871E1
Tints of Medium Purple #A871E1
RGB
CMYK
RGB Variations
Color information
#A871E1 (or 0xA871E1) is known color: Medium Purple. HEX triplet: A8, 71 and E1. RGB value is (168,113,225). Sum of RGB (Red+Green+Blue) = 168+113+225=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #A871E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871E1 is #578E1E. Grayscale: #8D8D8D. Windows color (decimal): -5738015 or 14774696. OLE color: 14774696.
HSL color Cylindrical-coordinate representation of color #A871E1: hue angle of 269.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A871E1 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 113 | 225 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.12 |
| HSL | 269.46º | 0.65% | 0.66% | - |
| HSV(B) | 269.46º | 0.5% | 0.88% | - |
| XYZ | 35.64 | 25.57 | 74.29 | - |
| YUV | 142.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 225 | 0.25 | 0.50 | 0 | 0.12 | 269.46 | 0.65 | 0.66 |
| Hex | A8 | 71 | E1 | 19 | 32 | 0 | C | 10D | 41 | 42 |
| Octal | 250 | 161 | 341 | 31 | 62 | 0 | 14 | 415 | 101 | 102 |
| Binary | 10101000 | 1110001 | 11100001 | 11001 | 110010 | 0 | 1100 | 100001101 | 1000001 | 1000010 |
Color Harmonies of #A871E1
Complementary color
Monochromatic Colors of #A871E1
Black with #A871E1
Text Example
Text Example
White with #A871E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871E1; }
p { color: rgb(168,113,225); }
H1.HeaderClassName
{
color: #A871E1;
}
.AnyTagClassName
{
color: #A871E1;
}
</style>
background-color css
<style>
a { background-color: #A871E1; }
a { background-color: rgb(168,113,225); }
div.DivClassName
{
background-color: #A871E1;
}
.BgClassName
{
background-color: #A871E1;
}
</style>
border-color css
<style>
span { border-color: #A871E1; }
span { border-color: rgb(168,113,225); }
td.TdClassName
{
border-color: #A871E1;
}
.TagClassName
{
border-color: #A871E1;
}
</style>