Shades of Blue Violet #A31AF3
Tints of Blue Violet #A31AF3
RGB
CMYK
RGB Variations
Color information
#A31AF3 (or 0xA31AF3) is known color: Blue Violet. HEX triplet: A3, 1A and F3. RGB value is (163,26,243). Sum of RGB (Red+Green+Blue) = 163+26+243=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #A31AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AF3 is #5CE50C. Grayscale: #5A5A5A. Windows color (decimal): -6087949 or 15932067. OLE color: 15932067.
HSL color Cylindrical-coordinate representation of color #A31AF3: hue angle of 277.88º 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 #A31AF3 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 26 | 243 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.05 |
| HSL | 277.88º | 0.9% | 0.53% | - |
| HSV(B) | 277.88º | 0.89% | 0.95% | - |
| XYZ | 31.65 | 15 | 86.02 | - |
| YUV | 91.7 | 213.39 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 243 | 0.33 | 0.89 | 0 | 0.05 | 277.88 | 0.9 | 0.53 |
| Hex | A3 | 1A | F3 | 21 | 59 | 0 | 5 | 116 | 5A | 35 |
| Octal | 243 | 32 | 363 | 41 | 131 | 0 | 5 | 426 | 132 | 65 |
| Binary | 10100011 | 11010 | 11110011 | 100001 | 1011001 | 0 | 101 | 100010110 | 1011010 | 110101 |
Color Harmonies of #A31AF3
Complementary color
Monochromatic Colors of #A31AF3
Black with #A31AF3
Text Example
Text Example
White with #A31AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AF3; }
p { color: rgb(163,26,243); }
H1.HeaderClassName
{
color: #A31AF3;
}
.AnyTagClassName
{
color: #A31AF3;
}
</style>
background-color css
<style>
a { background-color: #A31AF3; }
a { background-color: rgb(163,26,243); }
div.DivClassName
{
background-color: #A31AF3;
}
.BgClassName
{
background-color: #A31AF3;
}
</style>
border-color css
<style>
span { border-color: #A31AF3; }
span { border-color: rgb(163,26,243); }
td.TdClassName
{
border-color: #A31AF3;
}
.TagClassName
{
border-color: #A31AF3;
}
</style>