Shades of Medium Purple #A873FA
Tints of Medium Purple #A873FA
RGB
CMYK
RGB Variations
Color information
#A873FA (or 0xA873FA) is known color: Medium Purple. HEX triplet: A8, 73 and FA. RGB value is (168,115,250). Sum of RGB (Red+Green+Blue) = 168+115+250=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #A873FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873FA is #578C05. Grayscale: #919191. Windows color (decimal): -5737478 or 16413608. OLE color: 16413608.
HSL color Cylindrical-coordinate representation of color #A873FA: hue angle of 263.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A873FA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 115 | 250 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.02 |
| HSL | 263.56º | 0.93% | 0.72% | - |
| HSV(B) | 263.56º | 0.54% | 0.98% | - |
| XYZ | 39.53 | 27.49 | 93.66 | - |
| YUV | 146.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 250 | 0.33 | 0.54 | 0 | 0.02 | 263.56 | 0.93 | 0.72 |
| Hex | A8 | 73 | FA | 21 | 36 | 0 | 2 | 108 | 5D | 48 |
| Octal | 250 | 163 | 372 | 41 | 66 | 0 | 2 | 410 | 135 | 110 |
| Binary | 10101000 | 1110011 | 11111010 | 100001 | 110110 | 0 | 10 | 100001000 | 1011101 | 1001000 |
Color Harmonies of #A873FA
Complementary color
Monochromatic Colors of #A873FA
Black with #A873FA
Text Example
Text Example
White with #A873FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873FA; }
p { color: rgb(168,115,250); }
H1.HeaderClassName
{
color: #A873FA;
}
.AnyTagClassName
{
color: #A873FA;
}
</style>
background-color css
<style>
a { background-color: #A873FA; }
a { background-color: rgb(168,115,250); }
div.DivClassName
{
background-color: #A873FA;
}
.BgClassName
{
background-color: #A873FA;
}
</style>
border-color css
<style>
span { border-color: #A873FA; }
span { border-color: rgb(168,115,250); }
td.TdClassName
{
border-color: #A873FA;
}
.TagClassName
{
border-color: #A873FA;
}
</style>