Shades of Blue Violet #A31AF4
Tints of Blue Violet #A31AF4
RGB
CMYK
RGB Variations
Color information
#A31AF4 (or 0xA31AF4) is known color: Blue Violet. HEX triplet: A3, 1A and F4. RGB value is (163,26,244). Sum of RGB (Red+Green+Blue) = 163+26+244=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #A31AF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AF4 is #5CE50B. Grayscale: #5B5B5B. Windows color (decimal): -6087948 or 15997603. OLE color: 15997603.
HSL color Cylindrical-coordinate representation of color #A31AF4: hue angle of 277.71º 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 #A31AF4 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 26 | 244 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.04 |
| HSL | 277.71º | 0.91% | 0.53% | - |
| HSV(B) | 277.71º | 0.89% | 0.96% | - |
| XYZ | 31.8 | 15.06 | 86.82 | - |
| YUV | 91.82 | 213.89 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 244 | 0.33 | 0.89 | 0 | 0.04 | 277.71 | 0.91 | 0.53 |
| Hex | A3 | 1A | F4 | 21 | 59 | 0 | 4 | 116 | 5B | 35 |
| Octal | 243 | 32 | 364 | 41 | 131 | 0 | 4 | 426 | 133 | 65 |
| Binary | 10100011 | 11010 | 11110100 | 100001 | 1011001 | 0 | 100 | 100010110 | 1011011 | 110101 |
Color Harmonies of #A31AF4
Complementary color
Monochromatic Colors of #A31AF4
Black with #A31AF4
Text Example
Text Example
White with #A31AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AF4; }
p { color: rgb(163,26,244); }
H1.HeaderClassName
{
color: #A31AF4;
}
.AnyTagClassName
{
color: #A31AF4;
}
</style>
background-color css
<style>
a { background-color: #A31AF4; }
a { background-color: rgb(163,26,244); }
div.DivClassName
{
background-color: #A31AF4;
}
.BgClassName
{
background-color: #A31AF4;
}
</style>
border-color css
<style>
span { border-color: #A31AF4; }
span { border-color: rgb(163,26,244); }
td.TdClassName
{
border-color: #A31AF4;
}
.TagClassName
{
border-color: #A31AF4;
}
</style>