Shades of Blue Violet #A31DF7
Tints of Blue Violet #A31DF7
RGB
CMYK
RGB Variations
Color information
#A31DF7 (or 0xA31DF7) is known color: Blue Violet. HEX triplet: A3, 1D and F7. RGB value is (163,29,247). Sum of RGB (Red+Green+Blue) = 163+29+247=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #A31DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31DF7 is #5CE208. Grayscale: #5D5D5D. Windows color (decimal): -6087177 or 16194979. OLE color: 16194979.
HSL color Cylindrical-coordinate representation of color #A31DF7: hue angle of 276.88º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31DF7 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 29 | 247 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.03 |
| HSL | 276.88º | 0.93% | 0.54% | - |
| HSV(B) | 276.88º | 0.88% | 0.97% | - |
| XYZ | 32.33 | 15.38 | 89.26 | - |
| YUV | 93.92 | 214.39 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 247 | 0.34 | 0.88 | 0 | 0.03 | 276.88 | 0.93 | 0.54 |
| Hex | A3 | 1D | F7 | 22 | 58 | 0 | 3 | 115 | 5D | 36 |
| Octal | 243 | 35 | 367 | 42 | 130 | 0 | 3 | 425 | 135 | 66 |
| Binary | 10100011 | 11101 | 11110111 | 100010 | 1011000 | 0 | 11 | 100010101 | 1011101 | 110110 |
Color Harmonies of #A31DF7
Complementary color
Monochromatic Colors of #A31DF7
Black with #A31DF7
Text Example
Text Example
White with #A31DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DF7; }
p { color: rgb(163,29,247); }
H1.HeaderClassName
{
color: #A31DF7;
}
.AnyTagClassName
{
color: #A31DF7;
}
</style>
background-color css
<style>
a { background-color: #A31DF7; }
a { background-color: rgb(163,29,247); }
div.DivClassName
{
background-color: #A31DF7;
}
.BgClassName
{
background-color: #A31DF7;
}
</style>
border-color css
<style>
span { border-color: #A31DF7; }
span { border-color: rgb(163,29,247); }
td.TdClassName
{
border-color: #A31DF7;
}
.TagClassName
{
border-color: #A31DF7;
}
</style>