Shades of Blue Violet #A71DF0
Tints of Blue Violet #A71DF0
RGB
CMYK
RGB Variations
Color information
#A71DF0 (or 0xA71DF0) is known color: Blue Violet. HEX triplet: A7, 1D and F0. RGB value is (167,29,240). Sum of RGB (Red+Green+Blue) = 167+29+240=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #A71DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DF0 is #58E20F. Grayscale: #5D5D5D. Windows color (decimal): -5825040 or 15736231. OLE color: 15736231.
HSL color Cylindrical-coordinate representation of color #A71DF0: hue angle of 279.24º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71DF0 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 29 | 240 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.06 |
| HSL | 279.24º | 0.88% | 0.53% | - |
| HSV(B) | 279.24º | 0.88% | 0.94% | - |
| XYZ | 32.1 | 15.39 | 83.72 | - |
| YUV | 94.32 | 210.22 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 240 | 0.30 | 0.88 | 0 | 0.06 | 279.24 | 0.88 | 0.53 |
| Hex | A7 | 1D | F0 | 1E | 58 | 0 | 6 | 117 | 58 | 35 |
| Octal | 247 | 35 | 360 | 36 | 130 | 0 | 6 | 427 | 130 | 65 |
| Binary | 10100111 | 11101 | 11110000 | 11110 | 1011000 | 0 | 110 | 100010111 | 1011000 | 110101 |
Color Harmonies of #A71DF0
Complementary color
Monochromatic Colors of #A71DF0
Black with #A71DF0
Text Example
Text Example
White with #A71DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DF0; }
p { color: rgb(167,29,240); }
H1.HeaderClassName
{
color: #A71DF0;
}
.AnyTagClassName
{
color: #A71DF0;
}
</style>
background-color css
<style>
a { background-color: #A71DF0; }
a { background-color: rgb(167,29,240); }
div.DivClassName
{
background-color: #A71DF0;
}
.BgClassName
{
background-color: #A71DF0;
}
</style>
border-color css
<style>
span { border-color: #A71DF0; }
span { border-color: rgb(167,29,240); }
td.TdClassName
{
border-color: #A71DF0;
}
.TagClassName
{
border-color: #A71DF0;
}
</style>