Shades of Medium Purple #A873F7
Tints of Medium Purple #A873F7
RGB
CMYK
RGB Variations
Color information
#A873F7 (or 0xA873F7) is known color: Medium Purple. HEX triplet: A8, 73 and F7. RGB value is (168,115,247). Sum of RGB (Red+Green+Blue) = 168+115+247=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #A873F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873F7 is #578C08. Grayscale: #919191. Windows color (decimal): -5737481 or 16217000. OLE color: 16217000.
HSL color Cylindrical-coordinate representation of color #A873F7: hue angle of 264.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A873F7 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 115 | 247 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.03 |
| HSL | 264.09º | 0.89% | 0.71% | - |
| HSV(B) | 264.09º | 0.53% | 0.97% | - |
| XYZ | 39.07 | 27.3 | 91.21 | - |
| YUV | 145.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 247 | 0.32 | 0.53 | 0 | 0.03 | 264.09 | 0.89 | 0.71 |
| Hex | A8 | 73 | F7 | 20 | 35 | 0 | 3 | 108 | 59 | 47 |
| Octal | 250 | 163 | 367 | 40 | 65 | 0 | 3 | 410 | 131 | 107 |
| Binary | 10101000 | 1110011 | 11110111 | 100000 | 110101 | 0 | 11 | 100001000 | 1011001 | 1000111 |
Color Harmonies of #A873F7
Complementary color
Monochromatic Colors of #A873F7
Black with #A873F7
Text Example
Text Example
White with #A873F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873F7; }
p { color: rgb(168,115,247); }
H1.HeaderClassName
{
color: #A873F7;
}
.AnyTagClassName
{
color: #A873F7;
}
</style>
background-color css
<style>
a { background-color: #A873F7; }
a { background-color: rgb(168,115,247); }
div.DivClassName
{
background-color: #A873F7;
}
.BgClassName
{
background-color: #A873F7;
}
</style>
border-color css
<style>
span { border-color: #A873F7; }
span { border-color: rgb(168,115,247); }
td.TdClassName
{
border-color: #A873F7;
}
.TagClassName
{
border-color: #A873F7;
}
</style>