Shades of Blue Violet #A71CF4
Tints of Blue Violet #A71CF4
RGB
CMYK
RGB Variations
Color information
#A71CF4 (or 0xA71CF4) is known color: Blue Violet. HEX triplet: A7, 1C and F4. RGB value is (167,28,244). Sum of RGB (Red+Green+Blue) = 167+28+244=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #A71CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CF4 is #58E30B. Grayscale: #5D5D5D. Windows color (decimal): -5825292 or 15998119. OLE color: 15998119.
HSL color Cylindrical-coordinate representation of color #A71CF4: hue angle of 278.61º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71CF4 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 28 | 244 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.04 |
| HSL | 278.61º | 0.91% | 0.53% | - |
| HSV(B) | 278.61º | 0.89% | 0.96% | - |
| XYZ | 32.68 | 15.58 | 86.87 | - |
| YUV | 94.19 | 212.55 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 244 | 0.32 | 0.89 | 0 | 0.04 | 278.61 | 0.91 | 0.53 |
| Hex | A7 | 1C | F4 | 20 | 59 | 0 | 4 | 117 | 5B | 35 |
| Octal | 247 | 34 | 364 | 40 | 131 | 0 | 4 | 427 | 133 | 65 |
| Binary | 10100111 | 11100 | 11110100 | 100000 | 1011001 | 0 | 100 | 100010111 | 1011011 | 110101 |
Color Harmonies of #A71CF4
Complementary color
Monochromatic Colors of #A71CF4
Black with #A71CF4
Text Example
Text Example
White with #A71CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CF4; }
p { color: rgb(167,28,244); }
H1.HeaderClassName
{
color: #A71CF4;
}
.AnyTagClassName
{
color: #A71CF4;
}
</style>
background-color css
<style>
a { background-color: #A71CF4; }
a { background-color: rgb(167,28,244); }
div.DivClassName
{
background-color: #A71CF4;
}
.BgClassName
{
background-color: #A71CF4;
}
</style>
border-color css
<style>
span { border-color: #A71CF4; }
span { border-color: rgb(167,28,244); }
td.TdClassName
{
border-color: #A71CF4;
}
.TagClassName
{
border-color: #A71CF4;
}
</style>