Shades of Medium Purple #A871EB
Tints of Medium Purple #A871EB
RGB
CMYK
RGB Variations
Color information
#A871EB (or 0xA871EB) is known color: Medium Purple. HEX triplet: A8, 71 and EB. RGB value is (168,113,235). Sum of RGB (Red+Green+Blue) = 168+113+235=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A871EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A871EB is #578E14. Grayscale: #8E8E8E. Windows color (decimal): -5738005 or 15430056. OLE color: 15430056.
HSL color Cylindrical-coordinate representation of color #A871EB: hue angle of 267.05º degrees, saturation: 0.75, 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 #A871EB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 113 | 235 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.08 |
| HSL | 267.05º | 0.75% | 0.68% | - |
| HSV(B) | 267.05º | 0.52% | 0.92% | - |
| XYZ | 37.05 | 26.13 | 81.69 | - |
| YUV | 143.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 235 | 0.29 | 0.52 | 0 | 0.08 | 267.05 | 0.75 | 0.68 |
| Hex | A8 | 71 | EB | 1D | 34 | 0 | 8 | 10B | 4B | 44 |
| Octal | 250 | 161 | 353 | 35 | 64 | 0 | 10 | 413 | 113 | 104 |
| Binary | 10101000 | 1110001 | 11101011 | 11101 | 110100 | 0 | 1000 | 100001011 | 1001011 | 1000100 |
Color Harmonies of #A871EB
Complementary color
Monochromatic Colors of #A871EB
Black with #A871EB
Text Example
Text Example
White with #A871EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871EB; }
p { color: rgb(168,113,235); }
H1.HeaderClassName
{
color: #A871EB;
}
.AnyTagClassName
{
color: #A871EB;
}
</style>
background-color css
<style>
a { background-color: #A871EB; }
a { background-color: rgb(168,113,235); }
div.DivClassName
{
background-color: #A871EB;
}
.BgClassName
{
background-color: #A871EB;
}
</style>
border-color css
<style>
span { border-color: #A871EB; }
span { border-color: rgb(168,113,235); }
td.TdClassName
{
border-color: #A871EB;
}
.TagClassName
{
border-color: #A871EB;
}
</style>