Shades of Blue Violet #A41DF5
Tints of Blue Violet #A41DF5
RGB
CMYK
RGB Variations
Color information
#A41DF5 (or 0xA41DF5) is known color: Blue Violet. HEX triplet: A4, 1D and F5. RGB value is (164,29,245). Sum of RGB (Red+Green+Blue) = 164+29+245=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #A41DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DF5 is #5BE20A. Grayscale: #5D5D5D. Windows color (decimal): -6021643 or 16063908. OLE color: 16063908.
HSL color Cylindrical-coordinate representation of color #A41DF5: hue angle of 277.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41DF5 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 29 | 245 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.04 |
| HSL | 277.5º | 0.92% | 0.54% | - |
| HSV(B) | 277.5º | 0.88% | 0.96% | - |
| XYZ | 32.23 | 15.36 | 87.65 | - |
| YUV | 93.99 | 213.23 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 245 | 0.33 | 0.88 | 0 | 0.04 | 277.5 | 0.92 | 0.54 |
| Hex | A4 | 1D | F5 | 21 | 58 | 0 | 4 | 116 | 5C | 36 |
| Octal | 244 | 35 | 365 | 41 | 130 | 0 | 4 | 426 | 134 | 66 |
| Binary | 10100100 | 11101 | 11110101 | 100001 | 1011000 | 0 | 100 | 100010110 | 1011100 | 110110 |
Color Harmonies of #A41DF5
Complementary color
Monochromatic Colors of #A41DF5
Black with #A41DF5
Text Example
Text Example
White with #A41DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DF5; }
p { color: rgb(164,29,245); }
H1.HeaderClassName
{
color: #A41DF5;
}
.AnyTagClassName
{
color: #A41DF5;
}
</style>
background-color css
<style>
a { background-color: #A41DF5; }
a { background-color: rgb(164,29,245); }
div.DivClassName
{
background-color: #A41DF5;
}
.BgClassName
{
background-color: #A41DF5;
}
</style>
border-color css
<style>
span { border-color: #A41DF5; }
span { border-color: rgb(164,29,245); }
td.TdClassName
{
border-color: #A41DF5;
}
.TagClassName
{
border-color: #A41DF5;
}
</style>