Shades of Medium Purple #A873F8
Tints of Medium Purple #A873F8
RGB
CMYK
RGB Variations
Color information
#A873F8 (or 0xA873F8) is known color: Medium Purple. HEX triplet: A8, 73 and F8. RGB value is (168,115,248). Sum of RGB (Red+Green+Blue) = 168+115+248=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #A873F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873F8 is #578C07. Grayscale: #919191. Windows color (decimal): -5737480 or 16282536. OLE color: 16282536.
HSL color Cylindrical-coordinate representation of color #A873F8: hue angle of 263.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A873F8 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 115 | 248 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.03 |
| HSL | 263.91º | 0.9% | 0.71% | - |
| HSV(B) | 263.91º | 0.54% | 0.97% | - |
| XYZ | 39.22 | 27.36 | 92.02 | - |
| YUV | 146.01 | 185.56 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 248 | 0.32 | 0.54 | 0 | 0.03 | 263.91 | 0.9 | 0.71 |
| Hex | A8 | 73 | F8 | 20 | 36 | 0 | 3 | 108 | 5A | 47 |
| Octal | 250 | 163 | 370 | 40 | 66 | 0 | 3 | 410 | 132 | 107 |
| Binary | 10101000 | 1110011 | 11111000 | 100000 | 110110 | 0 | 11 | 100001000 | 1011010 | 1000111 |
Color Harmonies of #A873F8
Complementary color
Monochromatic Colors of #A873F8
Black with #A873F8
Text Example
Text Example
White with #A873F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873F8; }
p { color: rgb(168,115,248); }
H1.HeaderClassName
{
color: #A873F8;
}
.AnyTagClassName
{
color: #A873F8;
}
</style>
background-color css
<style>
a { background-color: #A873F8; }
a { background-color: rgb(168,115,248); }
div.DivClassName
{
background-color: #A873F8;
}
.BgClassName
{
background-color: #A873F8;
}
</style>
border-color css
<style>
span { border-color: #A873F8; }
span { border-color: rgb(168,115,248); }
td.TdClassName
{
border-color: #A873F8;
}
.TagClassName
{
border-color: #A873F8;
}
</style>