Shades of Blue Violet #A71EF1
Tints of Blue Violet #A71EF1
RGB
CMYK
RGB Variations
Color information
#A71EF1 (or 0xA71EF1) is known color: Blue Violet. HEX triplet: A7, 1E and F1. RGB value is (167,30,241). Sum of RGB (Red+Green+Blue) = 167+30+241=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #A71EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EF1 is #58E10E. Grayscale: #5E5E5E. Windows color (decimal): -5824783 or 15802023. OLE color: 15802023.
HSL color Cylindrical-coordinate representation of color #A71EF1: hue angle of 278.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71EF1 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 30 | 241 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.05 |
| HSL | 278.96º | 0.88% | 0.53% | - |
| HSV(B) | 278.96º | 0.88% | 0.95% | - |
| XYZ | 32.28 | 15.49 | 84.51 | - |
| YUV | 95.02 | 210.39 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 241 | 0.31 | 0.88 | 0 | 0.05 | 278.96 | 0.88 | 0.53 |
| Hex | A7 | 1E | F1 | 1F | 58 | 0 | 5 | 117 | 58 | 35 |
| Octal | 247 | 36 | 361 | 37 | 130 | 0 | 5 | 427 | 130 | 65 |
| Binary | 10100111 | 11110 | 11110001 | 11111 | 1011000 | 0 | 101 | 100010111 | 1011000 | 110101 |
Color Harmonies of #A71EF1
Complementary color
Monochromatic Colors of #A71EF1
Black with #A71EF1
Text Example
Text Example
White with #A71EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EF1; }
p { color: rgb(167,30,241); }
H1.HeaderClassName
{
color: #A71EF1;
}
.AnyTagClassName
{
color: #A71EF1;
}
</style>
background-color css
<style>
a { background-color: #A71EF1; }
a { background-color: rgb(167,30,241); }
div.DivClassName
{
background-color: #A71EF1;
}
.BgClassName
{
background-color: #A71EF1;
}
</style>
border-color css
<style>
span { border-color: #A71EF1; }
span { border-color: rgb(167,30,241); }
td.TdClassName
{
border-color: #A71EF1;
}
.TagClassName
{
border-color: #A71EF1;
}
</style>