Shades of Blue Violet #A31CF6
Tints of Blue Violet #A31CF6
RGB
CMYK
RGB Variations
Color information
#A31CF6 (or 0xA31CF6) is known color: Blue Violet. HEX triplet: A3, 1C and F6. RGB value is (163,28,246). Sum of RGB (Red+Green+Blue) = 163+28+246=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #A31CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CF6 is #5CE309. Grayscale: #5C5C5C. Windows color (decimal): -6087434 or 16129187. OLE color: 16129187.
HSL color Cylindrical-coordinate representation of color #A31CF6: hue angle of 277.16º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31CF6 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 28 | 246 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.04 |
| HSL | 277.16º | 0.92% | 0.54% | - |
| HSV(B) | 277.16º | 0.89% | 0.96% | - |
| XYZ | 32.15 | 15.27 | 88.44 | - |
| YUV | 93.22 | 214.23 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 246 | 0.34 | 0.89 | 0 | 0.04 | 277.16 | 0.92 | 0.54 |
| Hex | A3 | 1C | F6 | 22 | 59 | 0 | 4 | 115 | 5C | 36 |
| Octal | 243 | 34 | 366 | 42 | 131 | 0 | 4 | 425 | 134 | 66 |
| Binary | 10100011 | 11100 | 11110110 | 100010 | 1011001 | 0 | 100 | 100010101 | 1011100 | 110110 |
Color Harmonies of #A31CF6
Complementary color
Monochromatic Colors of #A31CF6
Black with #A31CF6
Text Example
Text Example
White with #A31CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CF6; }
p { color: rgb(163,28,246); }
H1.HeaderClassName
{
color: #A31CF6;
}
.AnyTagClassName
{
color: #A31CF6;
}
</style>
background-color css
<style>
a { background-color: #A31CF6; }
a { background-color: rgb(163,28,246); }
div.DivClassName
{
background-color: #A31CF6;
}
.BgClassName
{
background-color: #A31CF6;
}
</style>
border-color css
<style>
span { border-color: #A31CF6; }
span { border-color: rgb(163,28,246); }
td.TdClassName
{
border-color: #A31CF6;
}
.TagClassName
{
border-color: #A31CF6;
}
</style>