Shades of Blue Violet #A41DF4
Tints of Blue Violet #A41DF4
RGB
CMYK
RGB Variations
Color information
#A41DF4 (or 0xA41DF4) is known color: Blue Violet. HEX triplet: A4, 1D and F4. RGB value is (164,29,244). Sum of RGB (Red+Green+Blue) = 164+29+244=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #A41DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DF4 is #5BE20B. Grayscale: #5D5D5D. Windows color (decimal): -6021644 or 15998372. OLE color: 15998372.
HSL color Cylindrical-coordinate representation of color #A41DF4: hue angle of 277.67º degrees, saturation: 0.91, 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 #A41DF4 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 29 | 244 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.04 |
| HSL | 277.67º | 0.91% | 0.54% | - |
| HSV(B) | 277.67º | 0.88% | 0.96% | - |
| XYZ | 32.08 | 15.3 | 86.85 | - |
| YUV | 93.88 | 212.73 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 244 | 0.33 | 0.88 | 0 | 0.04 | 277.67 | 0.91 | 0.54 |
| Hex | A4 | 1D | F4 | 21 | 58 | 0 | 4 | 116 | 5B | 36 |
| Octal | 244 | 35 | 364 | 41 | 130 | 0 | 4 | 426 | 133 | 66 |
| Binary | 10100100 | 11101 | 11110100 | 100001 | 1011000 | 0 | 100 | 100010110 | 1011011 | 110110 |
Color Harmonies of #A41DF4
Complementary color
Monochromatic Colors of #A41DF4
Black with #A41DF4
Text Example
Text Example
White with #A41DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DF4; }
p { color: rgb(164,29,244); }
H1.HeaderClassName
{
color: #A41DF4;
}
.AnyTagClassName
{
color: #A41DF4;
}
</style>
background-color css
<style>
a { background-color: #A41DF4; }
a { background-color: rgb(164,29,244); }
div.DivClassName
{
background-color: #A41DF4;
}
.BgClassName
{
background-color: #A41DF4;
}
</style>
border-color css
<style>
span { border-color: #A41DF4; }
span { border-color: rgb(164,29,244); }
td.TdClassName
{
border-color: #A41DF4;
}
.TagClassName
{
border-color: #A41DF4;
}
</style>