Shades of Blue Violet #A41DF1
Tints of Blue Violet #A41DF1
RGB
CMYK
RGB Variations
Color information
#A41DF1 (or 0xA41DF1) is known color: Blue Violet. HEX triplet: A4, 1D and F1. RGB value is (164,29,241). Sum of RGB (Red+Green+Blue) = 164+29+241=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #A41DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DF1 is #5BE20E. Grayscale: #5C5C5C. Windows color (decimal): -6021647 or 15801764. OLE color: 15801764.
HSL color Cylindrical-coordinate representation of color #A41DF1: hue angle of 278.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41DF1 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 29 | 241 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.05 |
| HSL | 278.21º | 0.88% | 0.53% | - |
| HSV(B) | 278.21º | 0.88% | 0.95% | - |
| XYZ | 31.63 | 15.12 | 84.47 | - |
| YUV | 93.53 | 211.23 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 241 | 0.32 | 0.88 | 0 | 0.05 | 278.21 | 0.88 | 0.53 |
| Hex | A4 | 1D | F1 | 20 | 58 | 0 | 5 | 116 | 58 | 35 |
| Octal | 244 | 35 | 361 | 40 | 130 | 0 | 5 | 426 | 130 | 65 |
| Binary | 10100100 | 11101 | 11110001 | 100000 | 1011000 | 0 | 101 | 100010110 | 1011000 | 110101 |
Color Harmonies of #A41DF1
Complementary color
Monochromatic Colors of #A41DF1
Black with #A41DF1
Text Example
Text Example
White with #A41DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DF1; }
p { color: rgb(164,29,241); }
H1.HeaderClassName
{
color: #A41DF1;
}
.AnyTagClassName
{
color: #A41DF1;
}
</style>
background-color css
<style>
a { background-color: #A41DF1; }
a { background-color: rgb(164,29,241); }
div.DivClassName
{
background-color: #A41DF1;
}
.BgClassName
{
background-color: #A41DF1;
}
</style>
border-color css
<style>
span { border-color: #A41DF1; }
span { border-color: rgb(164,29,241); }
td.TdClassName
{
border-color: #A41DF1;
}
.TagClassName
{
border-color: #A41DF1;
}
</style>