Shades of Medium Purple #A871EE
Tints of Medium Purple #A871EE
RGB
CMYK
RGB Variations
Color information
#A871EE (or 0xA871EE) is known color: Medium Purple. HEX triplet: A8, 71 and EE. RGB value is (168,113,238). Sum of RGB (Red+Green+Blue) = 168+113+238=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #A871EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871EE is #578E11. Grayscale: #8F8F8F. Windows color (decimal): -5738002 or 15626664. OLE color: 15626664.
HSL color Cylindrical-coordinate representation of color #A871EE: hue angle of 266.4º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A871EE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 113 | 238 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 266.4º | 0.79% | 0.69% | - |
| HSV(B) | 266.4º | 0.53% | 0.93% | - |
| XYZ | 37.49 | 26.31 | 83.99 | - |
| YUV | 143.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 238 | 0.29 | 0.53 | 0 | 0.07 | 266.4 | 0.79 | 0.69 |
| Hex | A8 | 71 | EE | 1D | 35 | 0 | 7 | 10A | 4F | 45 |
| Octal | 250 | 161 | 356 | 35 | 65 | 0 | 7 | 412 | 117 | 105 |
| Binary | 10101000 | 1110001 | 11101110 | 11101 | 110101 | 0 | 111 | 100001010 | 1001111 | 1000101 |
Color Harmonies of #A871EE
Complementary color
Monochromatic Colors of #A871EE
Black with #A871EE
Text Example
Text Example
White with #A871EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871EE; }
p { color: rgb(168,113,238); }
H1.HeaderClassName
{
color: #A871EE;
}
.AnyTagClassName
{
color: #A871EE;
}
</style>
background-color css
<style>
a { background-color: #A871EE; }
a { background-color: rgb(168,113,238); }
div.DivClassName
{
background-color: #A871EE;
}
.BgClassName
{
background-color: #A871EE;
}
</style>
border-color css
<style>
span { border-color: #A871EE; }
span { border-color: rgb(168,113,238); }
td.TdClassName
{
border-color: #A871EE;
}
.TagClassName
{
border-color: #A871EE;
}
</style>