Shades of Blue Violet #A41DF0
Tints of Blue Violet #A41DF0
RGB
CMYK
RGB Variations
Color information
#A41DF0 (or 0xA41DF0) is known color: Blue Violet. HEX triplet: A4, 1D and F0. RGB value is (164,29,240). Sum of RGB (Red+Green+Blue) = 164+29+240=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #A41DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DF0 is #5BE20F. Grayscale: #5C5C5C. Windows color (decimal): -6021648 or 15736228. OLE color: 15736228.
HSL color Cylindrical-coordinate representation of color #A41DF0: hue angle of 278.39º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41DF0 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 29 | 240 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.06 |
| HSL | 278.39º | 0.88% | 0.53% | - |
| HSV(B) | 278.39º | 0.88% | 0.94% | - |
| XYZ | 31.48 | 15.06 | 83.69 | - |
| YUV | 93.42 | 210.73 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 240 | 0.32 | 0.88 | 0 | 0.06 | 278.39 | 0.88 | 0.53 |
| Hex | A4 | 1D | F0 | 20 | 58 | 0 | 6 | 116 | 58 | 35 |
| Octal | 244 | 35 | 360 | 40 | 130 | 0 | 6 | 426 | 130 | 65 |
| Binary | 10100100 | 11101 | 11110000 | 100000 | 1011000 | 0 | 110 | 100010110 | 1011000 | 110101 |
Color Harmonies of #A41DF0
Complementary color
Monochromatic Colors of #A41DF0
Black with #A41DF0
Text Example
Text Example
White with #A41DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DF0; }
p { color: rgb(164,29,240); }
H1.HeaderClassName
{
color: #A41DF0;
}
.AnyTagClassName
{
color: #A41DF0;
}
</style>
background-color css
<style>
a { background-color: #A41DF0; }
a { background-color: rgb(164,29,240); }
div.DivClassName
{
background-color: #A41DF0;
}
.BgClassName
{
background-color: #A41DF0;
}
</style>
border-color css
<style>
span { border-color: #A41DF0; }
span { border-color: rgb(164,29,240); }
td.TdClassName
{
border-color: #A41DF0;
}
.TagClassName
{
border-color: #A41DF0;
}
</style>