Shades of Medium Purple #A14FF7
Tints of Medium Purple #A14FF7
RGB
CMYK
RGB Variations
Color information
#A14FF7 (or 0xA14FF7) is known color: Medium Purple. HEX triplet: A1, 4F and F7. RGB value is (161,79,247). Sum of RGB (Red+Green+Blue) = 161+79+247=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #A14FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FF7 is #5EB008. Grayscale: #7A7A7A. Windows color (decimal): -6205449 or 16207777. OLE color: 16207777.
HSL color Cylindrical-coordinate representation of color #A14FF7: hue angle of 269.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14FF7 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 79 | 247 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.03 |
| HSL | 269.29º | 0.91% | 0.64% | - |
| HSV(B) | 269.29º | 0.68% | 0.97% | - |
| XYZ | 34.28 | 19.88 | 90.03 | - |
| YUV | 122.67 | 198.17 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 247 | 0.35 | 0.68 | 0 | 0.03 | 269.29 | 0.91 | 0.64 |
| Hex | A1 | 4F | F7 | 23 | 44 | 0 | 3 | 10D | 5B | 40 |
| Octal | 241 | 117 | 367 | 43 | 104 | 0 | 3 | 415 | 133 | 100 |
| Binary | 10100001 | 1001111 | 11110111 | 100011 | 1000100 | 0 | 11 | 100001101 | 1011011 | 1000000 |
Color Harmonies of #A14FF7
Complementary color
Monochromatic Colors of #A14FF7
Black with #A14FF7
Text Example
Text Example
White with #A14FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FF7; }
p { color: rgb(161,79,247); }
H1.HeaderClassName
{
color: #A14FF7;
}
.AnyTagClassName
{
color: #A14FF7;
}
</style>
background-color css
<style>
a { background-color: #A14FF7; }
a { background-color: rgb(161,79,247); }
div.DivClassName
{
background-color: #A14FF7;
}
.BgClassName
{
background-color: #A14FF7;
}
</style>
border-color css
<style>
span { border-color: #A14FF7; }
span { border-color: rgb(161,79,247); }
td.TdClassName
{
border-color: #A14FF7;
}
.TagClassName
{
border-color: #A14FF7;
}
</style>