Shades of Medium Purple #A461EC
Tints of Medium Purple #A461EC
RGB
CMYK
RGB Variations
Color information
#A461EC (or 0xA461EC) is known color: Medium Purple. HEX triplet: A4, 61 and EC. RGB value is (164,97,236). Sum of RGB (Red+Green+Blue) = 164+97+236=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A461EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461EC is #5B9E13. Grayscale: #848484. Windows color (decimal): -6004244 or 15491492. OLE color: 15491492.
HSL color Cylindrical-coordinate representation of color #A461EC: hue angle of 268.92º 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 #A461EC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 97 | 236 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.07 |
| HSL | 268.92º | 0.79% | 0.65% | - |
| HSV(B) | 268.92º | 0.59% | 0.93% | - |
| XYZ | 34.72 | 22.5 | 81.87 | - |
| YUV | 132.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 236 | 0.31 | 0.59 | 0 | 0.07 | 268.92 | 0.79 | 0.65 |
| Hex | A4 | 61 | EC | 1F | 3B | 0 | 7 | 10D | 4F | 41 |
| Octal | 244 | 141 | 354 | 37 | 73 | 0 | 7 | 415 | 117 | 101 |
| Binary | 10100100 | 1100001 | 11101100 | 11111 | 111011 | 0 | 111 | 100001101 | 1001111 | 1000001 |
Color Harmonies of #A461EC
Complementary color
Monochromatic Colors of #A461EC
Black with #A461EC
Text Example
Text Example
White with #A461EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461EC; }
p { color: rgb(164,97,236); }
H1.HeaderClassName
{
color: #A461EC;
}
.AnyTagClassName
{
color: #A461EC;
}
</style>
background-color css
<style>
a { background-color: #A461EC; }
a { background-color: rgb(164,97,236); }
div.DivClassName
{
background-color: #A461EC;
}
.BgClassName
{
background-color: #A461EC;
}
</style>
border-color css
<style>
span { border-color: #A461EC; }
span { border-color: rgb(164,97,236); }
td.TdClassName
{
border-color: #A461EC;
}
.TagClassName
{
border-color: #A461EC;
}
</style>