Shades of Blue Violet #A41EFF
Tints of Blue Violet #A41EFF
RGB
CMYK
RGB Variations
Color information
#A41EFF (or 0xA41EFF) is known color: Blue Violet. HEX triplet: A4, 1E and FF. RGB value is (164,30,255). Sum of RGB (Red+Green+Blue) = 164+30+255=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #A41EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EFF is #5BE100. Grayscale: #5E5E5E. Windows color (decimal): -6021377 or 16719524. OLE color: 16719524.
HSL color Cylindrical-coordinate representation of color #A41EFF: hue angle of 275.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41EFF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 30 | 255 | - |
| CMYK | 0.36 | 0.88 | 0 | 0 |
| HSL | 275.73º | 1% | 0.56% | - |
| HSV(B) | 275.73º | 0.88% | 1% | - |
| XYZ | 33.82 | 16.04 | 95.92 | - |
| YUV | 95.72 | 217.89 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 255 | 0.36 | 0.88 | 0 | 0 | 275.73 | 1 | 0.56 |
| Hex | A4 | 1E | FF | 24 | 58 | 0 | 0 | 114 | 64 | 38 |
| Octal | 244 | 36 | 377 | 44 | 130 | 0 | 0 | 424 | 144 | 70 |
| Binary | 10100100 | 11110 | 11111111 | 100100 | 1011000 | 0 | 0 | 100010100 | 1100100 | 111000 |
Color Harmonies of #A41EFF
Complementary color
Monochromatic Colors of #A41EFF
Black with #A41EFF
Text Example
Text Example
White with #A41EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EFF; }
p { color: rgb(164,30,255); }
H1.HeaderClassName
{
color: #A41EFF;
}
.AnyTagClassName
{
color: #A41EFF;
}
</style>
background-color css
<style>
a { background-color: #A41EFF; }
a { background-color: rgb(164,30,255); }
div.DivClassName
{
background-color: #A41EFF;
}
.BgClassName
{
background-color: #A41EFF;
}
</style>
border-color css
<style>
span { border-color: #A41EFF; }
span { border-color: rgb(164,30,255); }
td.TdClassName
{
border-color: #A41EFF;
}
.TagClassName
{
border-color: #A41EFF;
}
</style>