Shades of Blue Violet #A31CF4
Tints of Blue Violet #A31CF4
RGB
CMYK
RGB Variations
Color information
#A31CF4 (or 0xA31CF4) is known color: Blue Violet. HEX triplet: A3, 1C and F4. RGB value is (163,28,244). Sum of RGB (Red+Green+Blue) = 163+28+244=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #A31CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CF4 is #5CE30B. Grayscale: #5C5C5C. Windows color (decimal): -6087436 or 15998115. OLE color: 15998115.
HSL color Cylindrical-coordinate representation of color #A31CF4: hue angle of 277.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31CF4 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 28 | 244 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.04 |
| HSL | 277.5º | 0.91% | 0.53% | - |
| HSV(B) | 277.5º | 0.89% | 0.96% | - |
| XYZ | 31.85 | 15.15 | 86.83 | - |
| YUV | 92.99 | 213.23 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 244 | 0.33 | 0.89 | 0 | 0.04 | 277.5 | 0.91 | 0.53 |
| Hex | A3 | 1C | F4 | 21 | 59 | 0 | 4 | 116 | 5B | 35 |
| Octal | 243 | 34 | 364 | 41 | 131 | 0 | 4 | 426 | 133 | 65 |
| Binary | 10100011 | 11100 | 11110100 | 100001 | 1011001 | 0 | 100 | 100010110 | 1011011 | 110101 |
Color Harmonies of #A31CF4
Complementary color
Monochromatic Colors of #A31CF4
Black with #A31CF4
Text Example
Text Example
White with #A31CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CF4; }
p { color: rgb(163,28,244); }
H1.HeaderClassName
{
color: #A31CF4;
}
.AnyTagClassName
{
color: #A31CF4;
}
</style>
background-color css
<style>
a { background-color: #A31CF4; }
a { background-color: rgb(163,28,244); }
div.DivClassName
{
background-color: #A31CF4;
}
.BgClassName
{
background-color: #A31CF4;
}
</style>
border-color css
<style>
span { border-color: #A31CF4; }
span { border-color: rgb(163,28,244); }
td.TdClassName
{
border-color: #A31CF4;
}
.TagClassName
{
border-color: #A31CF4;
}
</style>