Shades of Blue Violet #A31DFB
Tints of Blue Violet #A31DFB
RGB
CMYK
RGB Variations
Color information
#A31DFB (or 0xA31DFB) is known color: Blue Violet. HEX triplet: A3, 1D and FB. RGB value is (163,29,251). Sum of RGB (Red+Green+Blue) = 163+29+251=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #A31DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31DFB is #5CE204. Grayscale: #5D5D5D. Windows color (decimal): -6087173 or 16457123. OLE color: 16457123.
HSL color Cylindrical-coordinate representation of color #A31DFB: hue angle of 276.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31DFB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 29 | 251 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.02 |
| HSL | 276.22º | 0.97% | 0.55% | - |
| HSV(B) | 276.22º | 0.88% | 0.98% | - |
| XYZ | 32.96 | 15.63 | 92.55 | - |
| YUV | 94.37 | 216.39 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 251 | 0.35 | 0.88 | 0 | 0.02 | 276.22 | 0.97 | 0.55 |
| Hex | A3 | 1D | FB | 23 | 58 | 0 | 2 | 114 | 61 | 37 |
| Octal | 243 | 35 | 373 | 43 | 130 | 0 | 2 | 424 | 141 | 67 |
| Binary | 10100011 | 11101 | 11111011 | 100011 | 1011000 | 0 | 10 | 100010100 | 1100001 | 110111 |
Color Harmonies of #A31DFB
Complementary color
Monochromatic Colors of #A31DFB
Black with #A31DFB
Text Example
Text Example
White with #A31DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DFB; }
p { color: rgb(163,29,251); }
H1.HeaderClassName
{
color: #A31DFB;
}
.AnyTagClassName
{
color: #A31DFB;
}
</style>
background-color css
<style>
a { background-color: #A31DFB; }
a { background-color: rgb(163,29,251); }
div.DivClassName
{
background-color: #A31DFB;
}
.BgClassName
{
background-color: #A31DFB;
}
</style>
border-color css
<style>
span { border-color: #A31DFB; }
span { border-color: rgb(163,29,251); }
td.TdClassName
{
border-color: #A31DFB;
}
.TagClassName
{
border-color: #A31DFB;
}
</style>