Shades of Medium Purple #A16AF9
Tints of Medium Purple #A16AF9
RGB
CMYK
RGB Variations
Color information
#A16AF9 (or 0xA16AF9) is known color: Medium Purple. HEX triplet: A1, 6A and F9. RGB value is (161,106,249). Sum of RGB (Red+Green+Blue) = 161+106+249=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #A16AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AF9 is #5E9506. Grayscale: #8A8A8A. Windows color (decimal): -6198535 or 16345761. OLE color: 16345761.
HSL color Cylindrical-coordinate representation of color #A16AF9: hue angle of 263.08º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16AF9 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 106 | 249 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.02 |
| HSL | 263.08º | 0.92% | 0.7% | - |
| HSV(B) | 263.08º | 0.57% | 0.98% | - |
| XYZ | 36.95 | 24.72 | 92.45 | - |
| YUV | 138.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 249 | 0.35 | 0.57 | 0 | 0.02 | 263.08 | 0.92 | 0.7 |
| Hex | A1 | 6A | F9 | 23 | 39 | 0 | 2 | 107 | 5C | 46 |
| Octal | 241 | 152 | 371 | 43 | 71 | 0 | 2 | 407 | 134 | 106 |
| Binary | 10100001 | 1101010 | 11111001 | 100011 | 111001 | 0 | 10 | 100000111 | 1011100 | 1000110 |
Color Harmonies of #A16AF9
Complementary color
Monochromatic Colors of #A16AF9
Black with #A16AF9
Text Example
Text Example
White with #A16AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AF9; }
p { color: rgb(161,106,249); }
H1.HeaderClassName
{
color: #A16AF9;
}
.AnyTagClassName
{
color: #A16AF9;
}
</style>
background-color css
<style>
a { background-color: #A16AF9; }
a { background-color: rgb(161,106,249); }
div.DivClassName
{
background-color: #A16AF9;
}
.BgClassName
{
background-color: #A16AF9;
}
</style>
border-color css
<style>
span { border-color: #A16AF9; }
span { border-color: rgb(161,106,249); }
td.TdClassName
{
border-color: #A16AF9;
}
.TagClassName
{
border-color: #A16AF9;
}
</style>