Shades of Medium Purple #A16BF3
Tints of Medium Purple #A16BF3
RGB
CMYK
RGB Variations
Color information
#A16BF3 (or 0xA16BF3) is known color: Medium Purple. HEX triplet: A1, 6B and F3. RGB value is (161,107,243). Sum of RGB (Red+Green+Blue) = 161+107+243=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #A16BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BF3 is #5E940C. Grayscale: #8A8A8A. Windows color (decimal): -6198285 or 15952801. OLE color: 15952801.
HSL color Cylindrical-coordinate representation of color #A16BF3: hue angle of 263.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16BF3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 107 | 243 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.05 |
| HSL | 263.82º | 0.85% | 0.69% | - |
| HSV(B) | 263.82º | 0.56% | 0.95% | - |
| XYZ | 36.13 | 24.56 | 87.63 | - |
| YUV | 138.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 243 | 0.34 | 0.56 | 0 | 0.05 | 263.82 | 0.85 | 0.69 |
| Hex | A1 | 6B | F3 | 22 | 38 | 0 | 5 | 108 | 55 | 45 |
| Octal | 241 | 153 | 363 | 42 | 70 | 0 | 5 | 410 | 125 | 105 |
| Binary | 10100001 | 1101011 | 11110011 | 100010 | 111000 | 0 | 101 | 100001000 | 1010101 | 1000101 |
Color Harmonies of #A16BF3
Complementary color
Monochromatic Colors of #A16BF3
Black with #A16BF3
Text Example
Text Example
White with #A16BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BF3; }
p { color: rgb(161,107,243); }
H1.HeaderClassName
{
color: #A16BF3;
}
.AnyTagClassName
{
color: #A16BF3;
}
</style>
background-color css
<style>
a { background-color: #A16BF3; }
a { background-color: rgb(161,107,243); }
div.DivClassName
{
background-color: #A16BF3;
}
.BgClassName
{
background-color: #A16BF3;
}
</style>
border-color css
<style>
span { border-color: #A16BF3; }
span { border-color: rgb(161,107,243); }
td.TdClassName
{
border-color: #A16BF3;
}
.TagClassName
{
border-color: #A16BF3;
}
</style>