Shades of Blue Violet #A31CFC
Tints of Blue Violet #A31CFC
RGB
CMYK
RGB Variations
Color information
#A31CFC (or 0xA31CFC) is known color: Blue Violet. HEX triplet: A3, 1C and FC. RGB value is (163,28,252). Sum of RGB (Red+Green+Blue) = 163+28+252=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #A31CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CFC is #5CE303. Grayscale: #5D5D5D. Windows color (decimal): -6087428 or 16522403. OLE color: 16522403.
HSL color Cylindrical-coordinate representation of color #A31CFC: hue angle of 276.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31CFC is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 28 | 252 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.01 |
| HSL | 276.16º | 0.97% | 0.55% | - |
| HSV(B) | 276.16º | 0.89% | 0.99% | - |
| XYZ | 33.09 | 15.65 | 93.37 | - |
| YUV | 93.9 | 217.23 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 252 | 0.35 | 0.89 | 0 | 0.01 | 276.16 | 0.97 | 0.55 |
| Hex | A3 | 1C | FC | 23 | 59 | 0 | 1 | 114 | 61 | 37 |
| Octal | 243 | 34 | 374 | 43 | 131 | 0 | 1 | 424 | 141 | 67 |
| Binary | 10100011 | 11100 | 11111100 | 100011 | 1011001 | 0 | 1 | 100010100 | 1100001 | 110111 |
Color Harmonies of #A31CFC
Complementary color
Monochromatic Colors of #A31CFC
Black with #A31CFC
Text Example
Text Example
White with #A31CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CFC; }
p { color: rgb(163,28,252); }
H1.HeaderClassName
{
color: #A31CFC;
}
.AnyTagClassName
{
color: #A31CFC;
}
</style>
background-color css
<style>
a { background-color: #A31CFC; }
a { background-color: rgb(163,28,252); }
div.DivClassName
{
background-color: #A31CFC;
}
.BgClassName
{
background-color: #A31CFC;
}
</style>
border-color css
<style>
span { border-color: #A31CFC; }
span { border-color: rgb(163,28,252); }
td.TdClassName
{
border-color: #A31CFC;
}
.TagClassName
{
border-color: #A31CFC;
}
</style>