Shades of Blue Violet #A31AF0
Tints of Blue Violet #A31AF0
RGB
CMYK
RGB Variations
Color information
#A31AF0 (or 0xA31AF0) is known color: Blue Violet. HEX triplet: A3, 1A and F0. RGB value is (163,26,240). Sum of RGB (Red+Green+Blue) = 163+26+240=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #A31AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AF0 is #5CE50F. Grayscale: #5A5A5A. Windows color (decimal): -6087952 or 15735459. OLE color: 15735459.
HSL color Cylindrical-coordinate representation of color #A31AF0: hue angle of 278.41º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31AF0 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 26 | 240 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.06 |
| HSL | 278.41º | 0.88% | 0.52% | - |
| HSV(B) | 278.41º | 0.89% | 0.94% | - |
| XYZ | 31.2 | 14.82 | 83.65 | - |
| YUV | 91.36 | 211.89 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 240 | 0.32 | 0.89 | 0 | 0.06 | 278.41 | 0.88 | 0.52 |
| Hex | A3 | 1A | F0 | 20 | 59 | 0 | 6 | 116 | 58 | 34 |
| Octal | 243 | 32 | 360 | 40 | 131 | 0 | 6 | 426 | 130 | 64 |
| Binary | 10100011 | 11010 | 11110000 | 100000 | 1011001 | 0 | 110 | 100010110 | 1011000 | 110100 |
Color Harmonies of #A31AF0
Complementary color
Monochromatic Colors of #A31AF0
Black with #A31AF0
Text Example
Text Example
White with #A31AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AF0; }
p { color: rgb(163,26,240); }
H1.HeaderClassName
{
color: #A31AF0;
}
.AnyTagClassName
{
color: #A31AF0;
}
</style>
background-color css
<style>
a { background-color: #A31AF0; }
a { background-color: rgb(163,26,240); }
div.DivClassName
{
background-color: #A31AF0;
}
.BgClassName
{
background-color: #A31AF0;
}
</style>
border-color css
<style>
span { border-color: #A31AF0; }
span { border-color: rgb(163,26,240); }
td.TdClassName
{
border-color: #A31AF0;
}
.TagClassName
{
border-color: #A31AF0;
}
</style>