Shades of Medium Purple #A871E4
Tints of Medium Purple #A871E4
RGB
CMYK
RGB Variations
Color information
#A871E4 (or 0xA871E4) is known color: Medium Purple. HEX triplet: A8, 71 and E4. RGB value is (168,113,228). Sum of RGB (Red+Green+Blue) = 168+113+228=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #A871E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871E4 is #578E1B. Grayscale: #8E8E8E. Windows color (decimal): -5738012 or 14971304. OLE color: 14971304.
HSL color Cylindrical-coordinate representation of color #A871E4: hue angle of 268.7º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A871E4 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 113 | 228 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.11 |
| HSL | 268.7º | 0.68% | 0.67% | - |
| HSV(B) | 268.7º | 0.5% | 0.89% | - |
| XYZ | 36.06 | 25.74 | 76.47 | - |
| YUV | 142.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 228 | 0.26 | 0.50 | 0 | 0.11 | 268.7 | 0.68 | 0.67 |
| Hex | A8 | 71 | E4 | 1A | 32 | 0 | B | 10D | 44 | 43 |
| Octal | 250 | 161 | 344 | 32 | 62 | 0 | 13 | 415 | 104 | 103 |
| Binary | 10101000 | 1110001 | 11100100 | 11010 | 110010 | 0 | 1011 | 100001101 | 1000100 | 1000011 |
Color Harmonies of #A871E4
Complementary color
Monochromatic Colors of #A871E4
Black with #A871E4
Text Example
Text Example
White with #A871E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871E4; }
p { color: rgb(168,113,228); }
H1.HeaderClassName
{
color: #A871E4;
}
.AnyTagClassName
{
color: #A871E4;
}
</style>
background-color css
<style>
a { background-color: #A871E4; }
a { background-color: rgb(168,113,228); }
div.DivClassName
{
background-color: #A871E4;
}
.BgClassName
{
background-color: #A871E4;
}
</style>
border-color css
<style>
span { border-color: #A871E4; }
span { border-color: rgb(168,113,228); }
td.TdClassName
{
border-color: #A871E4;
}
.TagClassName
{
border-color: #A871E4;
}
</style>