Shades of Medium Purple #A16FF9
Tints of Medium Purple #A16FF9
RGB
CMYK
RGB Variations
Color information
#A16FF9 (or 0xA16FF9) is known color: Medium Purple. HEX triplet: A1, 6F and F9. RGB value is (161,111,249). Sum of RGB (Red+Green+Blue) = 161+111+249=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #A16FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FF9 is #5E9006. Grayscale: #8D8D8D. Windows color (decimal): -6197255 or 16347041. OLE color: 16347041.
HSL color Cylindrical-coordinate representation of color #A16FF9: hue angle of 261.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16FF9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 111 | 249 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.02 |
| HSL | 261.74º | 0.92% | 0.71% | - |
| HSV(B) | 261.74º | 0.55% | 0.98% | - |
| XYZ | 37.48 | 25.79 | 92.62 | - |
| YUV | 141.68 | 188.57 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 249 | 0.35 | 0.55 | 0 | 0.02 | 261.74 | 0.92 | 0.71 |
| Hex | A1 | 6F | F9 | 23 | 37 | 0 | 2 | 106 | 5C | 47 |
| Octal | 241 | 157 | 371 | 43 | 67 | 0 | 2 | 406 | 134 | 107 |
| Binary | 10100001 | 1101111 | 11111001 | 100011 | 110111 | 0 | 10 | 100000110 | 1011100 | 1000111 |
Color Harmonies of #A16FF9
Complementary color
Monochromatic Colors of #A16FF9
Black with #A16FF9
Text Example
Text Example
White with #A16FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FF9; }
p { color: rgb(161,111,249); }
H1.HeaderClassName
{
color: #A16FF9;
}
.AnyTagClassName
{
color: #A16FF9;
}
</style>
background-color css
<style>
a { background-color: #A16FF9; }
a { background-color: rgb(161,111,249); }
div.DivClassName
{
background-color: #A16FF9;
}
.BgClassName
{
background-color: #A16FF9;
}
</style>
border-color css
<style>
span { border-color: #A16FF9; }
span { border-color: rgb(161,111,249); }
td.TdClassName
{
border-color: #A16FF9;
}
.TagClassName
{
border-color: #A16FF9;
}
</style>