Shades of Medium Purple #A871ED
Tints of Medium Purple #A871ED
RGB
CMYK
RGB Variations
Color information
#A871ED (or 0xA871ED) is known color: Medium Purple. HEX triplet: A8, 71 and ED. RGB value is (168,113,237). Sum of RGB (Red+Green+Blue) = 168+113+237=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #A871ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871ED is #578E12. Grayscale: #8F8F8F. Windows color (decimal): -5738003 or 15561128. OLE color: 15561128.
HSL color Cylindrical-coordinate representation of color #A871ED: hue angle of 266.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A871ED is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 113 | 237 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.07 |
| HSL | 266.61º | 0.78% | 0.69% | - |
| HSV(B) | 266.61º | 0.52% | 0.93% | - |
| XYZ | 37.34 | 26.25 | 83.22 | - |
| YUV | 143.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 237 | 0.29 | 0.52 | 0 | 0.07 | 266.61 | 0.78 | 0.69 |
| Hex | A8 | 71 | ED | 1D | 34 | 0 | 7 | 10B | 4E | 45 |
| Octal | 250 | 161 | 355 | 35 | 64 | 0 | 7 | 413 | 116 | 105 |
| Binary | 10101000 | 1110001 | 11101101 | 11101 | 110100 | 0 | 111 | 100001011 | 1001110 | 1000101 |
Color Harmonies of #A871ED
Complementary color
Monochromatic Colors of #A871ED
Black with #A871ED
Text Example
Text Example
White with #A871ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871ED; }
p { color: rgb(168,113,237); }
H1.HeaderClassName
{
color: #A871ED;
}
.AnyTagClassName
{
color: #A871ED;
}
</style>
background-color css
<style>
a { background-color: #A871ED; }
a { background-color: rgb(168,113,237); }
div.DivClassName
{
background-color: #A871ED;
}
.BgClassName
{
background-color: #A871ED;
}
</style>
border-color css
<style>
span { border-color: #A871ED; }
span { border-color: rgb(168,113,237); }
td.TdClassName
{
border-color: #A871ED;
}
.TagClassName
{
border-color: #A871ED;
}
</style>