Shades of Medium Purple #A16EF3
Tints of Medium Purple #A16EF3
RGB
CMYK
RGB Variations
Color information
#A16EF3 (or 0xA16EF3) is known color: Medium Purple. HEX triplet: A1, 6E and F3. RGB value is (161,110,243). Sum of RGB (Red+Green+Blue) = 161+110+243=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #A16EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EF3 is #5E910C. Grayscale: #8B8B8B. Windows color (decimal): -6197517 or 15953569. OLE color: 15953569.
HSL color Cylindrical-coordinate representation of color #A16EF3: hue angle of 263.01º degrees, saturation: 0.85, 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 #A16EF3 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 110 | 243 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.05 |
| HSL | 263.01º | 0.85% | 0.69% | - |
| HSV(B) | 263.01º | 0.55% | 0.95% | - |
| XYZ | 36.45 | 25.2 | 87.74 | - |
| YUV | 140.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 243 | 0.34 | 0.55 | 0 | 0.05 | 263.01 | 0.85 | 0.69 |
| Hex | A1 | 6E | F3 | 22 | 37 | 0 | 5 | 107 | 55 | 45 |
| Octal | 241 | 156 | 363 | 42 | 67 | 0 | 5 | 407 | 125 | 105 |
| Binary | 10100001 | 1101110 | 11110011 | 100010 | 110111 | 0 | 101 | 100000111 | 1010101 | 1000101 |
Color Harmonies of #A16EF3
Complementary color
Monochromatic Colors of #A16EF3
Black with #A16EF3
Text Example
Text Example
White with #A16EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EF3; }
p { color: rgb(161,110,243); }
H1.HeaderClassName
{
color: #A16EF3;
}
.AnyTagClassName
{
color: #A16EF3;
}
</style>
background-color css
<style>
a { background-color: #A16EF3; }
a { background-color: rgb(161,110,243); }
div.DivClassName
{
background-color: #A16EF3;
}
.BgClassName
{
background-color: #A16EF3;
}
</style>
border-color css
<style>
span { border-color: #A16EF3; }
span { border-color: rgb(161,110,243); }
td.TdClassName
{
border-color: #A16EF3;
}
.TagClassName
{
border-color: #A16EF3;
}
</style>