Shades of Blue Violet #A831F1
Tints of Blue Violet #A831F1
RGB
CMYK
RGB Variations
Color information
#A831F1 (or 0xA831F1) is known color: Blue Violet. HEX triplet: A8, 31 and F1. RGB value is (168,49,241). Sum of RGB (Red+Green+Blue) = 168+49+241=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #A831F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831F1 is #57CE0E. Grayscale: #696969. Windows color (decimal): -5754383 or 15806888. OLE color: 15806888.
HSL color Cylindrical-coordinate representation of color #A831F1: hue angle of 277.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A831F1 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 49 | 241 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.05 |
| HSL | 277.19º | 0.87% | 0.57% | - |
| HSV(B) | 277.19º | 0.8% | 0.95% | - |
| XYZ | 33.12 | 16.87 | 84.73 | - |
| YUV | 106.47 | 203.92 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 241 | 0.30 | 0.80 | 0 | 0.05 | 277.19 | 0.87 | 0.57 |
| Hex | A8 | 31 | F1 | 1E | 50 | 0 | 5 | 115 | 57 | 39 |
| Octal | 250 | 61 | 361 | 36 | 120 | 0 | 5 | 425 | 127 | 71 |
| Binary | 10101000 | 110001 | 11110001 | 11110 | 1010000 | 0 | 101 | 100010101 | 1010111 | 111001 |
Color Harmonies of #A831F1
Complementary color
Monochromatic Colors of #A831F1
Black with #A831F1
Text Example
Text Example
White with #A831F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831F1; }
p { color: rgb(168,49,241); }
H1.HeaderClassName
{
color: #A831F1;
}
.AnyTagClassName
{
color: #A831F1;
}
</style>
background-color css
<style>
a { background-color: #A831F1; }
a { background-color: rgb(168,49,241); }
div.DivClassName
{
background-color: #A831F1;
}
.BgClassName
{
background-color: #A831F1;
}
</style>
border-color css
<style>
span { border-color: #A831F1; }
span { border-color: rgb(168,49,241); }
td.TdClassName
{
border-color: #A831F1;
}
.TagClassName
{
border-color: #A831F1;
}
</style>