Shades of Medium Purple #A873FC
Tints of Medium Purple #A873FC
RGB
CMYK
RGB Variations
Color information
#A873FC (or 0xA873FC) is known color: Medium Purple. HEX triplet: A8, 73 and FC. RGB value is (168,115,252). Sum of RGB (Red+Green+Blue) = 168+115+252=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #A873FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873FC is #578C03. Grayscale: #919191. Windows color (decimal): -5737476 or 16544680. OLE color: 16544680.
HSL color Cylindrical-coordinate representation of color #A873FC: hue angle of 263.21º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A873FC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 115 | 252 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.01 |
| HSL | 263.21º | 0.96% | 0.72% | - |
| HSV(B) | 263.21º | 0.54% | 0.99% | - |
| XYZ | 39.85 | 27.61 | 95.33 | - |
| YUV | 146.47 | 187.56 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 252 | 0.33 | 0.54 | 0 | 0.01 | 263.21 | 0.96 | 0.72 |
| Hex | A8 | 73 | FC | 21 | 36 | 0 | 1 | 107 | 60 | 48 |
| Octal | 250 | 163 | 374 | 41 | 66 | 0 | 1 | 407 | 140 | 110 |
| Binary | 10101000 | 1110011 | 11111100 | 100001 | 110110 | 0 | 1 | 100000111 | 1100000 | 1001000 |
Color Harmonies of #A873FC
Complementary color
Monochromatic Colors of #A873FC
Black with #A873FC
Text Example
Text Example
White with #A873FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873FC; }
p { color: rgb(168,115,252); }
H1.HeaderClassName
{
color: #A873FC;
}
.AnyTagClassName
{
color: #A873FC;
}
</style>
background-color css
<style>
a { background-color: #A873FC; }
a { background-color: rgb(168,115,252); }
div.DivClassName
{
background-color: #A873FC;
}
.BgClassName
{
background-color: #A873FC;
}
</style>
border-color css
<style>
span { border-color: #A873FC; }
span { border-color: rgb(168,115,252); }
td.TdClassName
{
border-color: #A873FC;
}
.TagClassName
{
border-color: #A873FC;
}
</style>