Shades of Medium Purple #A16FDF
Tints of Medium Purple #A16FDF
RGB
CMYK
RGB Variations
Color information
#A16FDF (or 0xA16FDF) is known color: Medium Purple. HEX triplet: A1, 6F and DF. RGB value is (161,111,223). Sum of RGB (Red+Green+Blue) = 161+111+223=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #A16FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FDF is #5E9020. Grayscale: #8A8A8A. Windows color (decimal): -6197281 or 14643105. OLE color: 14643105.
HSL color Cylindrical-coordinate representation of color #A16FDF: hue angle of 266.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16FDF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 111 | 223 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.13 |
| HSL | 266.79º | 0.64% | 0.65% | - |
| HSV(B) | 266.79º | 0.5% | 0.87% | - |
| XYZ | 33.7 | 24.27 | 72.72 | - |
| YUV | 138.72 | 175.57 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 223 | 0.28 | 0.50 | 0 | 0.13 | 266.79 | 0.64 | 0.65 |
| Hex | A1 | 6F | DF | 1C | 32 | 0 | D | 10B | 40 | 41 |
| Octal | 241 | 157 | 337 | 34 | 62 | 0 | 15 | 413 | 100 | 101 |
| Binary | 10100001 | 1101111 | 11011111 | 11100 | 110010 | 0 | 1101 | 100001011 | 1000000 | 1000001 |
Color Harmonies of #A16FDF
Complementary color
Monochromatic Colors of #A16FDF
Black with #A16FDF
Text Example
Text Example
White with #A16FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FDF; }
p { color: rgb(161,111,223); }
H1.HeaderClassName
{
color: #A16FDF;
}
.AnyTagClassName
{
color: #A16FDF;
}
</style>
background-color css
<style>
a { background-color: #A16FDF; }
a { background-color: rgb(161,111,223); }
div.DivClassName
{
background-color: #A16FDF;
}
.BgClassName
{
background-color: #A16FDF;
}
</style>
border-color css
<style>
span { border-color: #A16FDF; }
span { border-color: rgb(161,111,223); }
td.TdClassName
{
border-color: #A16FDF;
}
.TagClassName
{
border-color: #A16FDF;
}
</style>