Shades of Medium Purple #A16AF7
Tints of Medium Purple #A16AF7
RGB
CMYK
RGB Variations
Color information
#A16AF7 (or 0xA16AF7) is known color: Medium Purple. HEX triplet: A1, 6A and F7. RGB value is (161,106,247). Sum of RGB (Red+Green+Blue) = 161+106+247=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #A16AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AF7 is #5E9508. Grayscale: #8A8A8A. Windows color (decimal): -6198537 or 16214689. OLE color: 16214689.
HSL color Cylindrical-coordinate representation of color #A16AF7: hue angle of 263.4º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16AF7 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 106 | 247 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.03 |
| HSL | 263.4º | 0.9% | 0.69% | - |
| HSV(B) | 263.4º | 0.57% | 0.97% | - |
| XYZ | 36.64 | 24.6 | 90.81 | - |
| YUV | 138.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 247 | 0.35 | 0.57 | 0 | 0.03 | 263.4 | 0.9 | 0.69 |
| Hex | A1 | 6A | F7 | 23 | 39 | 0 | 3 | 107 | 5A | 45 |
| Octal | 241 | 152 | 367 | 43 | 71 | 0 | 3 | 407 | 132 | 105 |
| Binary | 10100001 | 1101010 | 11110111 | 100011 | 111001 | 0 | 11 | 100000111 | 1011010 | 1000101 |
Color Harmonies of #A16AF7
Complementary color
Monochromatic Colors of #A16AF7
Black with #A16AF7
Text Example
Text Example
White with #A16AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AF7; }
p { color: rgb(161,106,247); }
H1.HeaderClassName
{
color: #A16AF7;
}
.AnyTagClassName
{
color: #A16AF7;
}
</style>
background-color css
<style>
a { background-color: #A16AF7; }
a { background-color: rgb(161,106,247); }
div.DivClassName
{
background-color: #A16AF7;
}
.BgClassName
{
background-color: #A16AF7;
}
</style>
border-color css
<style>
span { border-color: #A16AF7; }
span { border-color: rgb(161,106,247); }
td.TdClassName
{
border-color: #A16AF7;
}
.TagClassName
{
border-color: #A16AF7;
}
</style>