Shades of Medium Purple #A861F3
Tints of Medium Purple #A861F3
RGB
CMYK
RGB Variations
Color information
#A861F3 (or 0xA861F3) is known color: Medium Purple. HEX triplet: A8, 61 and F3. RGB value is (168,97,243). Sum of RGB (Red+Green+Blue) = 168+97+243=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #A861F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A861F3 is #579E0C. Grayscale: #868686. Windows color (decimal): -5742093 or 15950248. OLE color: 15950248.
HSL color Cylindrical-coordinate representation of color #A861F3: hue angle of 269.18º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A861F3 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 97 | 243 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.05 |
| HSL | 269.18º | 0.86% | 0.67% | - |
| HSV(B) | 269.18º | 0.6% | 0.95% | - |
| XYZ | 36.6 | 23.35 | 87.37 | - |
| YUV | 134.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 243 | 0.31 | 0.60 | 0 | 0.05 | 269.18 | 0.86 | 0.67 |
| Hex | A8 | 61 | F3 | 1F | 3C | 0 | 5 | 10D | 56 | 43 |
| Octal | 250 | 141 | 363 | 37 | 74 | 0 | 5 | 415 | 126 | 103 |
| Binary | 10101000 | 1100001 | 11110011 | 11111 | 111100 | 0 | 101 | 100001101 | 1010110 | 1000011 |
Color Harmonies of #A861F3
Complementary color
Monochromatic Colors of #A861F3
Black with #A861F3
Text Example
Text Example
White with #A861F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861F3; }
p { color: rgb(168,97,243); }
H1.HeaderClassName
{
color: #A861F3;
}
.AnyTagClassName
{
color: #A861F3;
}
</style>
background-color css
<style>
a { background-color: #A861F3; }
a { background-color: rgb(168,97,243); }
div.DivClassName
{
background-color: #A861F3;
}
.BgClassName
{
background-color: #A861F3;
}
</style>
border-color css
<style>
span { border-color: #A861F3; }
span { border-color: rgb(168,97,243); }
td.TdClassName
{
border-color: #A861F3;
}
.TagClassName
{
border-color: #A861F3;
}
</style>