Shades of Medium Purple #A873F1
Tints of Medium Purple #A873F1
RGB
CMYK
RGB Variations
Color information
#A873F1 (or 0xA873F1) is known color: Medium Purple. HEX triplet: A8, 73 and F1. RGB value is (168,115,241). Sum of RGB (Red+Green+Blue) = 168+115+241=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #A873F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873F1 is #578C0E. Grayscale: #909090. Windows color (decimal): -5737487 or 15823784. OLE color: 15823784.
HSL color Cylindrical-coordinate representation of color #A873F1: hue angle of 265.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A873F1 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 115 | 241 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.05 |
| HSL | 265.24º | 0.82% | 0.7% | - |
| HSV(B) | 265.24º | 0.52% | 0.95% | - |
| XYZ | 38.16 | 26.94 | 86.41 | - |
| YUV | 145.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 241 | 0.30 | 0.52 | 0 | 0.05 | 265.24 | 0.82 | 0.7 |
| Hex | A8 | 73 | F1 | 1E | 34 | 0 | 5 | 109 | 52 | 46 |
| Octal | 250 | 163 | 361 | 36 | 64 | 0 | 5 | 411 | 122 | 106 |
| Binary | 10101000 | 1110011 | 11110001 | 11110 | 110100 | 0 | 101 | 100001001 | 1010010 | 1000110 |
Color Harmonies of #A873F1
Complementary color
Monochromatic Colors of #A873F1
Black with #A873F1
Text Example
Text Example
White with #A873F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873F1; }
p { color: rgb(168,115,241); }
H1.HeaderClassName
{
color: #A873F1;
}
.AnyTagClassName
{
color: #A873F1;
}
</style>
background-color css
<style>
a { background-color: #A873F1; }
a { background-color: rgb(168,115,241); }
div.DivClassName
{
background-color: #A873F1;
}
.BgClassName
{
background-color: #A873F1;
}
</style>
border-color css
<style>
span { border-color: #A873F1; }
span { border-color: rgb(168,115,241); }
td.TdClassName
{
border-color: #A873F1;
}
.TagClassName
{
border-color: #A873F1;
}
</style>