Shades of Blue Violet #A31EFB
Tints of Blue Violet #A31EFB
RGB
CMYK
RGB Variations
Color information
#A31EFB (or 0xA31EFB) is known color: Blue Violet. HEX triplet: A3, 1E and FB. RGB value is (163,30,251). Sum of RGB (Red+Green+Blue) = 163+30+251=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #A31EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EFB is #5CE104. Grayscale: #5E5E5E. Windows color (decimal): -6086917 or 16457379. OLE color: 16457379.
HSL color Cylindrical-coordinate representation of color #A31EFB: hue angle of 276.11º 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 #A31EFB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 30 | 251 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.02 |
| HSL | 276.11º | 0.97% | 0.55% | - |
| HSV(B) | 276.11º | 0.88% | 0.98% | - |
| XYZ | 32.98 | 15.68 | 92.56 | - |
| YUV | 94.96 | 216.06 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 251 | 0.35 | 0.88 | 0 | 0.02 | 276.11 | 0.97 | 0.55 |
| Hex | A3 | 1E | FB | 23 | 58 | 0 | 2 | 114 | 61 | 37 |
| Octal | 243 | 36 | 373 | 43 | 130 | 0 | 2 | 424 | 141 | 67 |
| Binary | 10100011 | 11110 | 11111011 | 100011 | 1011000 | 0 | 10 | 100010100 | 1100001 | 110111 |
Color Harmonies of #A31EFB
Complementary color
Monochromatic Colors of #A31EFB
Black with #A31EFB
Text Example
Text Example
White with #A31EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EFB; }
p { color: rgb(163,30,251); }
H1.HeaderClassName
{
color: #A31EFB;
}
.AnyTagClassName
{
color: #A31EFB;
}
</style>
background-color css
<style>
a { background-color: #A31EFB; }
a { background-color: rgb(163,30,251); }
div.DivClassName
{
background-color: #A31EFB;
}
.BgClassName
{
background-color: #A31EFB;
}
</style>
border-color css
<style>
span { border-color: #A31EFB; }
span { border-color: rgb(163,30,251); }
td.TdClassName
{
border-color: #A31EFB;
}
.TagClassName
{
border-color: #A31EFB;
}
</style>