Shades of Medium Purple #A16DDF
Tints of Medium Purple #A16DDF
RGB
CMYK
RGB Variations
Color information
#A16DDF (or 0xA16DDF) is known color: Medium Purple. HEX triplet: A1, 6D and DF. RGB value is (161,109,223). Sum of RGB (Red+Green+Blue) = 161+109+223=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #A16DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DDF is #5E9220. Grayscale: #898989. Windows color (decimal): -6197793 or 14642593. OLE color: 14642593.
HSL color Cylindrical-coordinate representation of color #A16DDF: hue angle of 267.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16DDF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 109 | 223 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.13 |
| HSL | 267.37º | 0.64% | 0.65% | - |
| HSV(B) | 267.37º | 0.51% | 0.87% | - |
| XYZ | 33.49 | 23.84 | 72.65 | - |
| YUV | 137.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 223 | 0.28 | 0.51 | 0 | 0.13 | 267.37 | 0.64 | 0.65 |
| Hex | A1 | 6D | DF | 1C | 33 | 0 | D | 10B | 40 | 41 |
| Octal | 241 | 155 | 337 | 34 | 63 | 0 | 15 | 413 | 100 | 101 |
| Binary | 10100001 | 1101101 | 11011111 | 11100 | 110011 | 0 | 1101 | 100001011 | 1000000 | 1000001 |
Color Harmonies of #A16DDF
Complementary color
Monochromatic Colors of #A16DDF
Black with #A16DDF
Text Example
Text Example
White with #A16DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DDF; }
p { color: rgb(161,109,223); }
H1.HeaderClassName
{
color: #A16DDF;
}
.AnyTagClassName
{
color: #A16DDF;
}
</style>
background-color css
<style>
a { background-color: #A16DDF; }
a { background-color: rgb(161,109,223); }
div.DivClassName
{
background-color: #A16DDF;
}
.BgClassName
{
background-color: #A16DDF;
}
</style>
border-color css
<style>
span { border-color: #A16DDF; }
span { border-color: rgb(161,109,223); }
td.TdClassName
{
border-color: #A16DDF;
}
.TagClassName
{
border-color: #A16DDF;
}
</style>