Shades of Blue Violet #A31BF3
Tints of Blue Violet #A31BF3
RGB
CMYK
RGB Variations
Color information
#A31BF3 (or 0xA31BF3) is known color: Blue Violet. HEX triplet: A3, 1B and F3. RGB value is (163,27,243). Sum of RGB (Red+Green+Blue) = 163+27+243=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #A31BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BF3 is #5CE40C. Grayscale: #5B5B5B. Windows color (decimal): -6087693 or 15932323. OLE color: 15932323.
HSL color Cylindrical-coordinate representation of color #A31BF3: hue angle of 277.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31BF3 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 27 | 243 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.05 |
| HSL | 277.78º | 0.9% | 0.53% | - |
| HSV(B) | 277.78º | 0.89% | 0.95% | - |
| XYZ | 31.67 | 15.04 | 86.03 | - |
| YUV | 92.29 | 213.06 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 243 | 0.33 | 0.89 | 0 | 0.05 | 277.78 | 0.9 | 0.53 |
| Hex | A3 | 1B | F3 | 21 | 59 | 0 | 5 | 116 | 5A | 35 |
| Octal | 243 | 33 | 363 | 41 | 131 | 0 | 5 | 426 | 132 | 65 |
| Binary | 10100011 | 11011 | 11110011 | 100001 | 1011001 | 0 | 101 | 100010110 | 1011010 | 110101 |
Color Harmonies of #A31BF3
Complementary color
Monochromatic Colors of #A31BF3
Black with #A31BF3
Text Example
Text Example
White with #A31BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BF3; }
p { color: rgb(163,27,243); }
H1.HeaderClassName
{
color: #A31BF3;
}
.AnyTagClassName
{
color: #A31BF3;
}
</style>
background-color css
<style>
a { background-color: #A31BF3; }
a { background-color: rgb(163,27,243); }
div.DivClassName
{
background-color: #A31BF3;
}
.BgClassName
{
background-color: #A31BF3;
}
</style>
border-color css
<style>
span { border-color: #A31BF3; }
span { border-color: rgb(163,27,243); }
td.TdClassName
{
border-color: #A31BF3;
}
.TagClassName
{
border-color: #A31BF3;
}
</style>