Shades of Medium Purple #A861EC
Tints of Medium Purple #A861EC
RGB
CMYK
RGB Variations
Color information
#A861EC (or 0xA861EC) is known color: Medium Purple. HEX triplet: A8, 61 and EC. RGB value is (168,97,236). Sum of RGB (Red+Green+Blue) = 168+97+236=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #A861EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A861EC is #579E13. Grayscale: #858585. Windows color (decimal): -5742100 or 15491496. OLE color: 15491496.
HSL color Cylindrical-coordinate representation of color #A861EC: hue angle of 270.65º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A861EC is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 97 | 236 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.07 |
| HSL | 270.65º | 0.79% | 0.65% | - |
| HSV(B) | 270.65º | 0.59% | 0.93% | - |
| XYZ | 35.56 | 22.93 | 81.91 | - |
| YUV | 134.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 236 | 0.29 | 0.59 | 0 | 0.07 | 270.65 | 0.79 | 0.65 |
| Hex | A8 | 61 | EC | 1D | 3B | 0 | 7 | 10F | 4F | 41 |
| Octal | 250 | 141 | 354 | 35 | 73 | 0 | 7 | 417 | 117 | 101 |
| Binary | 10101000 | 1100001 | 11101100 | 11101 | 111011 | 0 | 111 | 100001111 | 1001111 | 1000001 |
Color Harmonies of #A861EC
Complementary color
Monochromatic Colors of #A861EC
Black with #A861EC
Text Example
Text Example
White with #A861EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861EC; }
p { color: rgb(168,97,236); }
H1.HeaderClassName
{
color: #A861EC;
}
.AnyTagClassName
{
color: #A861EC;
}
</style>
background-color css
<style>
a { background-color: #A861EC; }
a { background-color: rgb(168,97,236); }
div.DivClassName
{
background-color: #A861EC;
}
.BgClassName
{
background-color: #A861EC;
}
</style>
border-color css
<style>
span { border-color: #A861EC; }
span { border-color: rgb(168,97,236); }
td.TdClassName
{
border-color: #A861EC;
}
.TagClassName
{
border-color: #A861EC;
}
</style>