Shades of Medium Purple #A371F4
Tints of Medium Purple #A371F4
RGB
CMYK
RGB Variations
Color information
#A371F4 (or 0xA371F4) is known color: Medium Purple. HEX triplet: A3, 71 and F4. RGB value is (163,113,244). Sum of RGB (Red+Green+Blue) = 163+113+244=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #A371F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371F4 is #5C8E0B. Grayscale: #8E8E8E. Windows color (decimal): -6065676 or 16019875. OLE color: 16019875.
HSL color Cylindrical-coordinate representation of color #A371F4: hue angle of 262.9º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A371F4 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 113 | 244 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.04 |
| HSL | 262.9º | 0.86% | 0.7% | - |
| HSV(B) | 262.9º | 0.54% | 0.96% | - |
| XYZ | 37.34 | 26.13 | 88.66 | - |
| YUV | 142.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 244 | 0.33 | 0.54 | 0 | 0.04 | 262.9 | 0.86 | 0.7 |
| Hex | A3 | 71 | F4 | 21 | 36 | 0 | 4 | 107 | 56 | 46 |
| Octal | 243 | 161 | 364 | 41 | 66 | 0 | 4 | 407 | 126 | 106 |
| Binary | 10100011 | 1110001 | 11110100 | 100001 | 110110 | 0 | 100 | 100000111 | 1010110 | 1000110 |
Color Harmonies of #A371F4
Complementary color
Monochromatic Colors of #A371F4
Black with #A371F4
Text Example
Text Example
White with #A371F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371F4; }
p { color: rgb(163,113,244); }
H1.HeaderClassName
{
color: #A371F4;
}
.AnyTagClassName
{
color: #A371F4;
}
</style>
background-color css
<style>
a { background-color: #A371F4; }
a { background-color: rgb(163,113,244); }
div.DivClassName
{
background-color: #A371F4;
}
.BgClassName
{
background-color: #A371F4;
}
</style>
border-color css
<style>
span { border-color: #A371F4; }
span { border-color: rgb(163,113,244); }
td.TdClassName
{
border-color: #A371F4;
}
.TagClassName
{
border-color: #A371F4;
}
</style>