Shades of Blue Violet #A31DF3
Tints of Blue Violet #A31DF3
RGB
CMYK
RGB Variations
Color information
#A31DF3 (or 0xA31DF3) is known color: Blue Violet. HEX triplet: A3, 1D and F3. RGB value is (163,29,243). Sum of RGB (Red+Green+Blue) = 163+29+243=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #A31DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31DF3 is #5CE20C. Grayscale: #5C5C5C. Windows color (decimal): -6087181 or 15932835. OLE color: 15932835.
HSL color Cylindrical-coordinate representation of color #A31DF3: hue angle of 277.57º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31DF3 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 29 | 243 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.05 |
| HSL | 277.57º | 0.9% | 0.53% | - |
| HSV(B) | 277.57º | 0.88% | 0.95% | - |
| XYZ | 31.72 | 15.14 | 86.04 | - |
| YUV | 93.46 | 212.39 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 243 | 0.33 | 0.88 | 0 | 0.05 | 277.57 | 0.9 | 0.53 |
| Hex | A3 | 1D | F3 | 21 | 58 | 0 | 5 | 116 | 5A | 35 |
| Octal | 243 | 35 | 363 | 41 | 130 | 0 | 5 | 426 | 132 | 65 |
| Binary | 10100011 | 11101 | 11110011 | 100001 | 1011000 | 0 | 101 | 100010110 | 1011010 | 110101 |
Color Harmonies of #A31DF3
Complementary color
Monochromatic Colors of #A31DF3
Black with #A31DF3
Text Example
Text Example
White with #A31DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DF3; }
p { color: rgb(163,29,243); }
H1.HeaderClassName
{
color: #A31DF3;
}
.AnyTagClassName
{
color: #A31DF3;
}
</style>
background-color css
<style>
a { background-color: #A31DF3; }
a { background-color: rgb(163,29,243); }
div.DivClassName
{
background-color: #A31DF3;
}
.BgClassName
{
background-color: #A31DF3;
}
</style>
border-color css
<style>
span { border-color: #A31DF3; }
span { border-color: rgb(163,29,243); }
td.TdClassName
{
border-color: #A31DF3;
}
.TagClassName
{
border-color: #A31DF3;
}
</style>