Shades of Medium Purple #A871E3
Tints of Medium Purple #A871E3
RGB
CMYK
RGB Variations
Color information
#A871E3 (or 0xA871E3) is known color: Medium Purple. HEX triplet: A8, 71 and E3. RGB value is (168,113,227). Sum of RGB (Red+Green+Blue) = 168+113+227=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #A871E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871E3 is #578E1C. Grayscale: #8E8E8E. Windows color (decimal): -5738013 or 14905768. OLE color: 14905768.
HSL color Cylindrical-coordinate representation of color #A871E3: hue angle of 268.95º degrees, saturation: 0.67, 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 #A871E3 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 113 | 227 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.11 |
| HSL | 268.95º | 0.67% | 0.67% | - |
| HSV(B) | 268.95º | 0.5% | 0.89% | - |
| XYZ | 35.92 | 25.68 | 75.74 | - |
| YUV | 142.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 227 | 0.26 | 0.50 | 0 | 0.11 | 268.95 | 0.67 | 0.67 |
| Hex | A8 | 71 | E3 | 1A | 32 | 0 | B | 10D | 43 | 43 |
| Octal | 250 | 161 | 343 | 32 | 62 | 0 | 13 | 415 | 103 | 103 |
| Binary | 10101000 | 1110001 | 11100011 | 11010 | 110010 | 0 | 1011 | 100001101 | 1000011 | 1000011 |
Color Harmonies of #A871E3
Complementary color
Monochromatic Colors of #A871E3
Black with #A871E3
Text Example
Text Example
White with #A871E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871E3; }
p { color: rgb(168,113,227); }
H1.HeaderClassName
{
color: #A871E3;
}
.AnyTagClassName
{
color: #A871E3;
}
</style>
background-color css
<style>
a { background-color: #A871E3; }
a { background-color: rgb(168,113,227); }
div.DivClassName
{
background-color: #A871E3;
}
.BgClassName
{
background-color: #A871E3;
}
</style>
border-color css
<style>
span { border-color: #A871E3; }
span { border-color: rgb(168,113,227); }
td.TdClassName
{
border-color: #A871E3;
}
.TagClassName
{
border-color: #A871E3;
}
</style>