Shades of Blue Violet #A81FF1
Tints of Blue Violet #A81FF1
RGB
CMYK
RGB Variations
Color information
#A81FF1 (or 0xA81FF1) is known color: Blue Violet. HEX triplet: A8, 1F and F1. RGB value is (168,31,241). Sum of RGB (Red+Green+Blue) = 168+31+241=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #A81FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FF1 is #57E00E. Grayscale: #5F5F5F. Windows color (decimal): -5758991 or 15802280. OLE color: 15802280.
HSL color Cylindrical-coordinate representation of color #A81FF1: hue angle of 279.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81FF1 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 31 | 241 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.05 |
| HSL | 279.14º | 0.88% | 0.53% | - |
| HSV(B) | 279.14º | 0.87% | 0.95% | - |
| XYZ | 32.52 | 15.66 | 84.53 | - |
| YUV | 95.9 | 209.89 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 241 | 0.30 | 0.87 | 0 | 0.05 | 279.14 | 0.88 | 0.53 |
| Hex | A8 | 1F | F1 | 1E | 57 | 0 | 5 | 117 | 58 | 35 |
| Octal | 250 | 37 | 361 | 36 | 127 | 0 | 5 | 427 | 130 | 65 |
| Binary | 10101000 | 11111 | 11110001 | 11110 | 1010111 | 0 | 101 | 100010111 | 1011000 | 110101 |
Color Harmonies of #A81FF1
Complementary color
Monochromatic Colors of #A81FF1
Black with #A81FF1
Text Example
Text Example
White with #A81FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FF1; }
p { color: rgb(168,31,241); }
H1.HeaderClassName
{
color: #A81FF1;
}
.AnyTagClassName
{
color: #A81FF1;
}
</style>
background-color css
<style>
a { background-color: #A81FF1; }
a { background-color: rgb(168,31,241); }
div.DivClassName
{
background-color: #A81FF1;
}
.BgClassName
{
background-color: #A81FF1;
}
</style>
border-color css
<style>
span { border-color: #A81FF1; }
span { border-color: rgb(168,31,241); }
td.TdClassName
{
border-color: #A81FF1;
}
.TagClassName
{
border-color: #A81FF1;
}
</style>