Shades of Medium Purple #A16EF2
Tints of Medium Purple #A16EF2
RGB
CMYK
RGB Variations
Color information
#A16EF2 (or 0xA16EF2) is known color: Medium Purple. HEX triplet: A1, 6E and F2. RGB value is (161,110,242). Sum of RGB (Red+Green+Blue) = 161+110+242=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #A16EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EF2 is #5E910D. Grayscale: #8B8B8B. Windows color (decimal): -6197518 or 15888033. OLE color: 15888033.
HSL color Cylindrical-coordinate representation of color #A16EF2: hue angle of 263.18º degrees, saturation: 0.84, 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 #A16EF2 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 110 | 242 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 263.18º | 0.84% | 0.69% | - |
| HSV(B) | 263.18º | 0.55% | 0.95% | - |
| XYZ | 36.3 | 25.14 | 86.94 | - |
| YUV | 140.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 242 | 0.33 | 0.55 | 0 | 0.05 | 263.18 | 0.84 | 0.69 |
| Hex | A1 | 6E | F2 | 21 | 37 | 0 | 5 | 107 | 54 | 45 |
| Octal | 241 | 156 | 362 | 41 | 67 | 0 | 5 | 407 | 124 | 105 |
| Binary | 10100001 | 1101110 | 11110010 | 100001 | 110111 | 0 | 101 | 100000111 | 1010100 | 1000101 |
Color Harmonies of #A16EF2
Complementary color
Monochromatic Colors of #A16EF2
Black with #A16EF2
Text Example
Text Example
White with #A16EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EF2; }
p { color: rgb(161,110,242); }
H1.HeaderClassName
{
color: #A16EF2;
}
.AnyTagClassName
{
color: #A16EF2;
}
</style>
background-color css
<style>
a { background-color: #A16EF2; }
a { background-color: rgb(161,110,242); }
div.DivClassName
{
background-color: #A16EF2;
}
.BgClassName
{
background-color: #A16EF2;
}
</style>
border-color css
<style>
span { border-color: #A16EF2; }
span { border-color: rgb(161,110,242); }
td.TdClassName
{
border-color: #A16EF2;
}
.TagClassName
{
border-color: #A16EF2;
}
</style>