Shades of Medium Purple #A16FE1
Tints of Medium Purple #A16FE1
RGB
CMYK
RGB Variations
Color information
#A16FE1 (or 0xA16FE1) is known color: Medium Purple. HEX triplet: A1, 6F and E1. RGB value is (161,111,225). Sum of RGB (Red+Green+Blue) = 161+111+225=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #A16FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FE1 is #5E901E. Grayscale: #8A8A8A. Windows color (decimal): -6197279 or 14774177. OLE color: 14774177.
HSL color Cylindrical-coordinate representation of color #A16FE1: hue angle of 266.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16FE1 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 111 | 225 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.12 |
| HSL | 266.32º | 0.66% | 0.66% | - |
| HSV(B) | 266.32º | 0.51% | 0.88% | - |
| XYZ | 33.97 | 24.38 | 74.15 | - |
| YUV | 138.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 225 | 0.28 | 0.51 | 0 | 0.12 | 266.32 | 0.66 | 0.66 |
| Hex | A1 | 6F | E1 | 1C | 33 | 0 | C | 10A | 42 | 42 |
| Octal | 241 | 157 | 341 | 34 | 63 | 0 | 14 | 412 | 102 | 102 |
| Binary | 10100001 | 1101111 | 11100001 | 11100 | 110011 | 0 | 1100 | 100001010 | 1000010 | 1000010 |
Color Harmonies of #A16FE1
Complementary color
Monochromatic Colors of #A16FE1
Black with #A16FE1
Text Example
Text Example
White with #A16FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FE1; }
p { color: rgb(161,111,225); }
H1.HeaderClassName
{
color: #A16FE1;
}
.AnyTagClassName
{
color: #A16FE1;
}
</style>
background-color css
<style>
a { background-color: #A16FE1; }
a { background-color: rgb(161,111,225); }
div.DivClassName
{
background-color: #A16FE1;
}
.BgClassName
{
background-color: #A16FE1;
}
</style>
border-color css
<style>
span { border-color: #A16FE1; }
span { border-color: rgb(161,111,225); }
td.TdClassName
{
border-color: #A16FE1;
}
.TagClassName
{
border-color: #A16FE1;
}
</style>