Shades of Medium Purple #A873EF
Tints of Medium Purple #A873EF
RGB
CMYK
RGB Variations
Color information
#A873EF (or 0xA873EF) is known color: Medium Purple. HEX triplet: A8, 73 and EF. RGB value is (168,115,239). Sum of RGB (Red+Green+Blue) = 168+115+239=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #A873EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A873EF is #578C10. Grayscale: #909090. Windows color (decimal): -5737489 or 15692712. OLE color: 15692712.
HSL color Cylindrical-coordinate representation of color #A873EF: hue angle of 265.65º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A873EF is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 115 | 239 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.06 |
| HSL | 265.65º | 0.79% | 0.69% | - |
| HSV(B) | 265.65º | 0.52% | 0.94% | - |
| XYZ | 37.86 | 26.82 | 84.84 | - |
| YUV | 144.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 239 | 0.30 | 0.52 | 0 | 0.06 | 265.65 | 0.79 | 0.69 |
| Hex | A8 | 73 | EF | 1E | 34 | 0 | 6 | 10A | 4F | 45 |
| Octal | 250 | 163 | 357 | 36 | 64 | 0 | 6 | 412 | 117 | 105 |
| Binary | 10101000 | 1110011 | 11101111 | 11110 | 110100 | 0 | 110 | 100001010 | 1001111 | 1000101 |
Color Harmonies of #A873EF
Complementary color
Monochromatic Colors of #A873EF
Black with #A873EF
Text Example
Text Example
White with #A873EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873EF; }
p { color: rgb(168,115,239); }
H1.HeaderClassName
{
color: #A873EF;
}
.AnyTagClassName
{
color: #A873EF;
}
</style>
background-color css
<style>
a { background-color: #A873EF; }
a { background-color: rgb(168,115,239); }
div.DivClassName
{
background-color: #A873EF;
}
.BgClassName
{
background-color: #A873EF;
}
</style>
border-color css
<style>
span { border-color: #A873EF; }
span { border-color: rgb(168,115,239); }
td.TdClassName
{
border-color: #A873EF;
}
.TagClassName
{
border-color: #A873EF;
}
</style>