Shades of Medium Purple #A16DF1
Tints of Medium Purple #A16DF1
RGB
CMYK
RGB Variations
Color information
#A16DF1 (or 0xA16DF1) is known color: Medium Purple. HEX triplet: A1, 6D and F1. RGB value is (161,109,241). Sum of RGB (Red+Green+Blue) = 161+109+241=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #A16DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DF1 is #5E920E. Grayscale: #8B8B8B. Windows color (decimal): -6197775 or 15822241. OLE color: 15822241.
HSL color Cylindrical-coordinate representation of color #A16DF1: hue angle of 263.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16DF1 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 109 | 241 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 263.64º | 0.83% | 0.69% | - |
| HSV(B) | 263.64º | 0.55% | 0.95% | - |
| XYZ | 36.04 | 24.87 | 86.12 | - |
| YUV | 139.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 241 | 0.33 | 0.55 | 0 | 0.05 | 263.64 | 0.83 | 0.69 |
| Hex | A1 | 6D | F1 | 21 | 37 | 0 | 5 | 108 | 52 | 45 |
| Octal | 241 | 155 | 361 | 41 | 67 | 0 | 5 | 410 | 122 | 105 |
| Binary | 10100001 | 1101101 | 11110001 | 100001 | 110111 | 0 | 101 | 100001000 | 1010010 | 1000101 |
Color Harmonies of #A16DF1
Complementary color
Monochromatic Colors of #A16DF1
Black with #A16DF1
Text Example
Text Example
White with #A16DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DF1; }
p { color: rgb(161,109,241); }
H1.HeaderClassName
{
color: #A16DF1;
}
.AnyTagClassName
{
color: #A16DF1;
}
</style>
background-color css
<style>
a { background-color: #A16DF1; }
a { background-color: rgb(161,109,241); }
div.DivClassName
{
background-color: #A16DF1;
}
.BgClassName
{
background-color: #A16DF1;
}
</style>
border-color css
<style>
span { border-color: #A16DF1; }
span { border-color: rgb(161,109,241); }
td.TdClassName
{
border-color: #A16DF1;
}
.TagClassName
{
border-color: #A16DF1;
}
</style>