Shades of Electric Purple #A41AFB
Tints of Electric Purple #A41AFB
RGB
CMYK
RGB Variations
Color information
#A41AFB (or 0xA41AFB) is known color: Electric Purple. HEX triplet: A4, 1A and FB. RGB value is (164,26,251). Sum of RGB (Red+Green+Blue) = 164+26+251=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #A41AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41AFB is #5BE504. Grayscale: #5C5C5C. Windows color (decimal): -6022405 or 16456356. OLE color: 16456356.
HSL color Cylindrical-coordinate representation of color #A41AFB: hue angle of 276.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41AFB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 26 | 251 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.02 |
| HSL | 276.8º | 0.97% | 0.54% | - |
| HSV(B) | 276.8º | 0.9% | 0.98% | - |
| XYZ | 33.09 | 15.6 | 92.53 | - |
| YUV | 92.91 | 217.22 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 251 | 0.35 | 0.90 | 0 | 0.02 | 276.8 | 0.97 | 0.54 |
| Hex | A4 | 1A | FB | 23 | 5A | 0 | 2 | 115 | 61 | 36 |
| Octal | 244 | 32 | 373 | 43 | 132 | 0 | 2 | 425 | 141 | 66 |
| Binary | 10100100 | 11010 | 11111011 | 100011 | 1011010 | 0 | 10 | 100010101 | 1100001 | 110110 |
Color Harmonies of #A41AFB
Complementary color
Monochromatic Colors of #A41AFB
Black with #A41AFB
Text Example
Text Example
White with #A41AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AFB; }
p { color: rgb(164,26,251); }
H1.HeaderClassName
{
color: #A41AFB;
}
.AnyTagClassName
{
color: #A41AFB;
}
</style>
background-color css
<style>
a { background-color: #A41AFB; }
a { background-color: rgb(164,26,251); }
div.DivClassName
{
background-color: #A41AFB;
}
.BgClassName
{
background-color: #A41AFB;
}
</style>
border-color css
<style>
span { border-color: #A41AFB; }
span { border-color: rgb(164,26,251); }
td.TdClassName
{
border-color: #A41AFB;
}
.TagClassName
{
border-color: #A41AFB;
}
</style>