Shades of Blue Violet #A31FF3
Tints of Blue Violet #A31FF3
RGB
CMYK
RGB Variations
Color information
#A31FF3 (or 0xA31FF3) is known color: Blue Violet. HEX triplet: A3, 1F and F3. RGB value is (163,31,243). Sum of RGB (Red+Green+Blue) = 163+31+243=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #A31FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FF3 is #5CE00C. Grayscale: #5D5D5D. Windows color (decimal): -6086669 or 15933347. OLE color: 15933347.
HSL color Cylindrical-coordinate representation of color #A31FF3: hue angle of 277.36º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31FF3 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 31 | 243 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.05 |
| HSL | 277.36º | 0.9% | 0.54% | - |
| HSV(B) | 277.36º | 0.87% | 0.95% | - |
| XYZ | 31.77 | 15.24 | 86.06 | - |
| YUV | 94.64 | 211.73 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 243 | 0.33 | 0.87 | 0 | 0.05 | 277.36 | 0.9 | 0.54 |
| Hex | A3 | 1F | F3 | 21 | 57 | 0 | 5 | 115 | 5A | 36 |
| Octal | 243 | 37 | 363 | 41 | 127 | 0 | 5 | 425 | 132 | 66 |
| Binary | 10100011 | 11111 | 11110011 | 100001 | 1010111 | 0 | 101 | 100010101 | 1011010 | 110110 |
Color Harmonies of #A31FF3
Complementary color
Monochromatic Colors of #A31FF3
Black with #A31FF3
Text Example
Text Example
White with #A31FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FF3; }
p { color: rgb(163,31,243); }
H1.HeaderClassName
{
color: #A31FF3;
}
.AnyTagClassName
{
color: #A31FF3;
}
</style>
background-color css
<style>
a { background-color: #A31FF3; }
a { background-color: rgb(163,31,243); }
div.DivClassName
{
background-color: #A31FF3;
}
.BgClassName
{
background-color: #A31FF3;
}
</style>
border-color css
<style>
span { border-color: #A31FF3; }
span { border-color: rgb(163,31,243); }
td.TdClassName
{
border-color: #A31FF3;
}
.TagClassName
{
border-color: #A31FF3;
}
</style>