Shades of Medium Purple #A861F9
Tints of Medium Purple #A861F9
RGB
CMYK
RGB Variations
Color information
#A861F9 (or 0xA861F9) is known color: Medium Purple. HEX triplet: A8, 61 and F9. RGB value is (168,97,249). Sum of RGB (Red+Green+Blue) = 168+97+249=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #A861F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A861F9 is #579E06. Grayscale: #878787. Windows color (decimal): -5742087 or 16343464. OLE color: 16343464.
HSL color Cylindrical-coordinate representation of color #A861F9: hue angle of 268.03º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A861F9 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 97 | 249 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.02 |
| HSL | 268.03º | 0.93% | 0.68% | - |
| HSV(B) | 268.03º | 0.61% | 0.98% | - |
| XYZ | 37.52 | 23.71 | 92.22 | - |
| YUV | 135.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 249 | 0.33 | 0.61 | 0 | 0.02 | 268.03 | 0.93 | 0.68 |
| Hex | A8 | 61 | F9 | 21 | 3D | 0 | 2 | 10C | 5D | 44 |
| Octal | 250 | 141 | 371 | 41 | 75 | 0 | 2 | 414 | 135 | 104 |
| Binary | 10101000 | 1100001 | 11111001 | 100001 | 111101 | 0 | 10 | 100001100 | 1011101 | 1000100 |
Color Harmonies of #A861F9
Complementary color
Monochromatic Colors of #A861F9
Black with #A861F9
Text Example
Text Example
White with #A861F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861F9; }
p { color: rgb(168,97,249); }
H1.HeaderClassName
{
color: #A861F9;
}
.AnyTagClassName
{
color: #A861F9;
}
</style>
background-color css
<style>
a { background-color: #A861F9; }
a { background-color: rgb(168,97,249); }
div.DivClassName
{
background-color: #A861F9;
}
.BgClassName
{
background-color: #A861F9;
}
</style>
border-color css
<style>
span { border-color: #A861F9; }
span { border-color: rgb(168,97,249); }
td.TdClassName
{
border-color: #A861F9;
}
.TagClassName
{
border-color: #A861F9;
}
</style>