Shades of Medium Purple #A16FEC
Tints of Medium Purple #A16FEC
RGB
CMYK
RGB Variations
Color information
#A16FEC (or 0xA16FEC) is known color: Medium Purple. HEX triplet: A1, 6F and EC. RGB value is (161,111,236). Sum of RGB (Red+Green+Blue) = 161+111+236=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #A16FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FEC is #5E9013. Grayscale: #8B8B8B. Windows color (decimal): -6197268 or 15495073. OLE color: 15495073.
HSL color Cylindrical-coordinate representation of color #A16FEC: hue angle of 264º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A16FEC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 111 | 236 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 264º | 0.77% | 0.68% | - |
| HSV(B) | 264º | 0.53% | 0.93% | - |
| XYZ | 35.52 | 25 | 82.31 | - |
| YUV | 140.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 236 | 0.32 | 0.53 | 0 | 0.07 | 264 | 0.77 | 0.68 |
| Hex | A1 | 6F | EC | 20 | 35 | 0 | 7 | 108 | 4D | 44 |
| Octal | 241 | 157 | 354 | 40 | 65 | 0 | 7 | 410 | 115 | 104 |
| Binary | 10100001 | 1101111 | 11101100 | 100000 | 110101 | 0 | 111 | 100001000 | 1001101 | 1000100 |
Color Harmonies of #A16FEC
Complementary color
Monochromatic Colors of #A16FEC
Black with #A16FEC
Text Example
Text Example
White with #A16FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FEC; }
p { color: rgb(161,111,236); }
H1.HeaderClassName
{
color: #A16FEC;
}
.AnyTagClassName
{
color: #A16FEC;
}
</style>
background-color css
<style>
a { background-color: #A16FEC; }
a { background-color: rgb(161,111,236); }
div.DivClassName
{
background-color: #A16FEC;
}
.BgClassName
{
background-color: #A16FEC;
}
</style>
border-color css
<style>
span { border-color: #A16FEC; }
span { border-color: rgb(161,111,236); }
td.TdClassName
{
border-color: #A16FEC;
}
.TagClassName
{
border-color: #A16FEC;
}
</style>