Shades of Medium Purple #A873FD
Tints of Medium Purple #A873FD
RGB
CMYK
RGB Variations
Color information
#A873FD (or 0xA873FD) is known color: Medium Purple. HEX triplet: A8, 73 and FD. RGB value is (168,115,253). Sum of RGB (Red+Green+Blue) = 168+115+253=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #A873FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873FD is #578C02. Grayscale: #929292. Windows color (decimal): -5737475 or 16610216. OLE color: 16610216.
HSL color Cylindrical-coordinate representation of color #A873FD: hue angle of 263.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A873FD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 115 | 253 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.01 |
| HSL | 263.04º | 0.97% | 0.72% | - |
| HSV(B) | 263.04º | 0.55% | 0.99% | - |
| XYZ | 40.01 | 27.68 | 96.16 | - |
| YUV | 146.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 253 | 0.34 | 0.55 | 0 | 0.01 | 263.04 | 0.97 | 0.72 |
| Hex | A8 | 73 | FD | 22 | 37 | 0 | 1 | 107 | 61 | 48 |
| Octal | 250 | 163 | 375 | 42 | 67 | 0 | 1 | 407 | 141 | 110 |
| Binary | 10101000 | 1110011 | 11111101 | 100010 | 110111 | 0 | 1 | 100000111 | 1100001 | 1001000 |
Color Harmonies of #A873FD
Complementary color
Monochromatic Colors of #A873FD
Black with #A873FD
Text Example
Text Example
White with #A873FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873FD; }
p { color: rgb(168,115,253); }
H1.HeaderClassName
{
color: #A873FD;
}
.AnyTagClassName
{
color: #A873FD;
}
</style>
background-color css
<style>
a { background-color: #A873FD; }
a { background-color: rgb(168,115,253); }
div.DivClassName
{
background-color: #A873FD;
}
.BgClassName
{
background-color: #A873FD;
}
</style>
border-color css
<style>
span { border-color: #A873FD; }
span { border-color: rgb(168,115,253); }
td.TdClassName
{
border-color: #A873FD;
}
.TagClassName
{
border-color: #A873FD;
}
</style>