Shades of Medium Purple #A161EC
Tints of Medium Purple #A161EC
RGB
CMYK
RGB Variations
Color information
#A161EC (or 0xA161EC) is known color: Medium Purple. HEX triplet: A1, 61 and EC. RGB value is (161,97,236). Sum of RGB (Red+Green+Blue) = 161+97+236=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A161EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A161EC is #5E9E13. Grayscale: #838383. Windows color (decimal): -6200852 or 15491489. OLE color: 15491489.
HSL color Cylindrical-coordinate representation of color #A161EC: hue angle of 267.63º 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 #A161EC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 97 | 236 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.07 |
| HSL | 267.63º | 0.79% | 0.65% | - |
| HSV(B) | 267.63º | 0.59% | 0.93% | - |
| XYZ | 34.11 | 22.18 | 81.84 | - |
| YUV | 131.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 236 | 0.32 | 0.59 | 0 | 0.07 | 267.63 | 0.79 | 0.65 |
| Hex | A1 | 61 | EC | 20 | 3B | 0 | 7 | 10C | 4F | 41 |
| Octal | 241 | 141 | 354 | 40 | 73 | 0 | 7 | 414 | 117 | 101 |
| Binary | 10100001 | 1100001 | 11101100 | 100000 | 111011 | 0 | 111 | 100001100 | 1001111 | 1000001 |
Color Harmonies of #A161EC
Complementary color
Monochromatic Colors of #A161EC
Black with #A161EC
Text Example
Text Example
White with #A161EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161EC; }
p { color: rgb(161,97,236); }
H1.HeaderClassName
{
color: #A161EC;
}
.AnyTagClassName
{
color: #A161EC;
}
</style>
background-color css
<style>
a { background-color: #A161EC; }
a { background-color: rgb(161,97,236); }
div.DivClassName
{
background-color: #A161EC;
}
.BgClassName
{
background-color: #A161EC;
}
</style>
border-color css
<style>
span { border-color: #A161EC; }
span { border-color: rgb(161,97,236); }
td.TdClassName
{
border-color: #A161EC;
}
.TagClassName
{
border-color: #A161EC;
}
</style>