Shades of Blue Violet #A41EFE
Tints of Blue Violet #A41EFE
RGB
CMYK
RGB Variations
Color information
#A41EFE (or 0xA41EFE) is known color: Blue Violet. HEX triplet: A4, 1E and FE. RGB value is (164,30,254). Sum of RGB (Red+Green+Blue) = 164+30+254=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #A41EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EFE is #5BE101. Grayscale: #5E5E5E. Windows color (decimal): -6021378 or 16653988. OLE color: 16653988.
HSL color Cylindrical-coordinate representation of color #A41EFE: hue angle of 275.89º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41EFE is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 30 | 254 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.00 |
| HSL | 275.89º | 0.99% | 0.56% | - |
| HSV(B) | 275.89º | 0.88% | 1% | - |
| XYZ | 33.66 | 15.98 | 95.08 | - |
| YUV | 95.6 | 217.39 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 254 | 0.35 | 0.88 | 0 | 0.00 | 275.89 | 0.99 | 0.56 |
| Hex | A4 | 1E | FE | 23 | 58 | 0 | 0 | 114 | 63 | 38 |
| Octal | 244 | 36 | 376 | 43 | 130 | 0 | 0 | 424 | 143 | 70 |
| Binary | 10100100 | 11110 | 11111110 | 100011 | 1011000 | 0 | 0 | 100010100 | 1100011 | 111000 |
Color Harmonies of #A41EFE
Complementary color
Monochromatic Colors of #A41EFE
Black with #A41EFE
Text Example
Text Example
White with #A41EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EFE; }
p { color: rgb(164,30,254); }
H1.HeaderClassName
{
color: #A41EFE;
}
.AnyTagClassName
{
color: #A41EFE;
}
</style>
background-color css
<style>
a { background-color: #A41EFE; }
a { background-color: rgb(164,30,254); }
div.DivClassName
{
background-color: #A41EFE;
}
.BgClassName
{
background-color: #A41EFE;
}
</style>
border-color css
<style>
span { border-color: #A41EFE; }
span { border-color: rgb(164,30,254); }
td.TdClassName
{
border-color: #A41EFE;
}
.TagClassName
{
border-color: #A41EFE;
}
</style>