Shades of Medium Purple #A16EDF
Tints of Medium Purple #A16EDF
RGB
CMYK
RGB Variations
Color information
#A16EDF (or 0xA16EDF) is known color: Medium Purple. HEX triplet: A1, 6E and DF. RGB value is (161,110,223). Sum of RGB (Red+Green+Blue) = 161+110+223=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A16EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EDF is #5E9120. Grayscale: #898989. Windows color (decimal): -6197537 or 14642849. OLE color: 14642849.
HSL color Cylindrical-coordinate representation of color #A16EDF: hue angle of 267.08º 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 #A16EDF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 110 | 223 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.13 |
| HSL | 267.08º | 0.64% | 0.65% | - |
| HSV(B) | 267.08º | 0.51% | 0.87% | - |
| XYZ | 33.59 | 24.06 | 72.68 | - |
| YUV | 138.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 223 | 0.28 | 0.51 | 0 | 0.13 | 267.08 | 0.64 | 0.65 |
| Hex | A1 | 6E | DF | 1C | 33 | 0 | D | 10B | 40 | 41 |
| Octal | 241 | 156 | 337 | 34 | 63 | 0 | 15 | 413 | 100 | 101 |
| Binary | 10100001 | 1101110 | 11011111 | 11100 | 110011 | 0 | 1101 | 100001011 | 1000000 | 1000001 |
Color Harmonies of #A16EDF
Complementary color
Monochromatic Colors of #A16EDF
Black with #A16EDF
Text Example
Text Example
White with #A16EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EDF; }
p { color: rgb(161,110,223); }
H1.HeaderClassName
{
color: #A16EDF;
}
.AnyTagClassName
{
color: #A16EDF;
}
</style>
background-color css
<style>
a { background-color: #A16EDF; }
a { background-color: rgb(161,110,223); }
div.DivClassName
{
background-color: #A16EDF;
}
.BgClassName
{
background-color: #A16EDF;
}
</style>
border-color css
<style>
span { border-color: #A16EDF; }
span { border-color: rgb(161,110,223); }
td.TdClassName
{
border-color: #A16EDF;
}
.TagClassName
{
border-color: #A16EDF;
}
</style>