Shades of Medium Purple #A171FA
Tints of Medium Purple #A171FA
RGB
CMYK
RGB Variations
Color information
#A171FA (or 0xA171FA) is known color: Medium Purple. HEX triplet: A1, 71 and FA. RGB value is (161,113,250). Sum of RGB (Red+Green+Blue) = 161+113+250=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #A171FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A171FA is #5E8E05. Grayscale: #8E8E8E. Windows color (decimal): -6196742 or 16413089. OLE color: 16413089.
HSL color Cylindrical-coordinate representation of color #A171FA: hue angle of 261.02º degrees, saturation: 0.93, 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 #A171FA is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 113 | 250 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.02 |
| HSL | 261.02º | 0.93% | 0.71% | - |
| HSV(B) | 261.02º | 0.55% | 0.98% | - |
| XYZ | 37.86 | 26.29 | 93.52 | - |
| YUV | 142.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 250 | 0.36 | 0.55 | 0 | 0.02 | 261.02 | 0.93 | 0.71 |
| Hex | A1 | 71 | FA | 24 | 37 | 0 | 2 | 105 | 5D | 47 |
| Octal | 241 | 161 | 372 | 44 | 67 | 0 | 2 | 405 | 135 | 107 |
| Binary | 10100001 | 1110001 | 11111010 | 100100 | 110111 | 0 | 10 | 100000101 | 1011101 | 1000111 |
Color Harmonies of #A171FA
Complementary color
Monochromatic Colors of #A171FA
Black with #A171FA
Text Example
Text Example
White with #A171FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A171FA; }
p { color: rgb(161,113,250); }
H1.HeaderClassName
{
color: #A171FA;
}
.AnyTagClassName
{
color: #A171FA;
}
</style>
background-color css
<style>
a { background-color: #A171FA; }
a { background-color: rgb(161,113,250); }
div.DivClassName
{
background-color: #A171FA;
}
.BgClassName
{
background-color: #A171FA;
}
</style>
border-color css
<style>
span { border-color: #A171FA; }
span { border-color: rgb(161,113,250); }
td.TdClassName
{
border-color: #A171FA;
}
.TagClassName
{
border-color: #A171FA;
}
</style>