Shades of Electric Purple #A41BFB
Tints of Electric Purple #A41BFB
RGB
CMYK
RGB Variations
Color information
#A41BFB (or 0xA41BFB) is known color: Electric Purple. HEX triplet: A4, 1B and FB. RGB value is (164,27,251). Sum of RGB (Red+Green+Blue) = 164+27+251=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #A41BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41BFB is #5BE404. Grayscale: #5C5C5C. Windows color (decimal): -6022149 or 16456612. OLE color: 16456612.
HSL color Cylindrical-coordinate representation of color #A41BFB: hue angle of 276.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41BFB is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 27 | 251 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.02 |
| HSL | 276.7º | 0.97% | 0.55% | - |
| HSV(B) | 276.7º | 0.89% | 0.98% | - |
| XYZ | 33.11 | 15.64 | 92.54 | - |
| YUV | 93.5 | 216.89 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 251 | 0.35 | 0.89 | 0 | 0.02 | 276.7 | 0.97 | 0.55 |
| Hex | A4 | 1B | FB | 23 | 59 | 0 | 2 | 115 | 61 | 37 |
| Octal | 244 | 33 | 373 | 43 | 131 | 0 | 2 | 425 | 141 | 67 |
| Binary | 10100100 | 11011 | 11111011 | 100011 | 1011001 | 0 | 10 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A41BFB
Complementary color
Monochromatic Colors of #A41BFB
Black with #A41BFB
Text Example
Text Example
White with #A41BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BFB; }
p { color: rgb(164,27,251); }
H1.HeaderClassName
{
color: #A41BFB;
}
.AnyTagClassName
{
color: #A41BFB;
}
</style>
background-color css
<style>
a { background-color: #A41BFB; }
a { background-color: rgb(164,27,251); }
div.DivClassName
{
background-color: #A41BFB;
}
.BgClassName
{
background-color: #A41BFB;
}
</style>
border-color css
<style>
span { border-color: #A41BFB; }
span { border-color: rgb(164,27,251); }
td.TdClassName
{
border-color: #A41BFB;
}
.TagClassName
{
border-color: #A41BFB;
}
</style>