Shades of Electric Purple #A41BFC
Tints of Electric Purple #A41BFC
RGB
CMYK
RGB Variations
Color information
#A41BFC (or 0xA41BFC) is known color: Electric Purple. HEX triplet: A4, 1B and FC. RGB value is (164,27,252). Sum of RGB (Red+Green+Blue) = 164+27+252=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #A41BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41BFC is #5BE403. Grayscale: #5C5C5C. Windows color (decimal): -6022148 or 16522148. OLE color: 16522148.
HSL color Cylindrical-coordinate representation of color #A41BFC: hue angle of 276.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41BFC is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 27 | 252 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.01 |
| HSL | 276.53º | 0.97% | 0.55% | - |
| HSV(B) | 276.53º | 0.89% | 0.99% | - |
| XYZ | 33.27 | 15.7 | 93.37 | - |
| YUV | 93.61 | 217.39 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 252 | 0.35 | 0.89 | 0 | 0.01 | 276.53 | 0.97 | 0.55 |
| Hex | A4 | 1B | FC | 23 | 59 | 0 | 1 | 115 | 61 | 37 |
| Octal | 244 | 33 | 374 | 43 | 131 | 0 | 1 | 425 | 141 | 67 |
| Binary | 10100100 | 11011 | 11111100 | 100011 | 1011001 | 0 | 1 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A41BFC
Complementary color
Monochromatic Colors of #A41BFC
Black with #A41BFC
Text Example
Text Example
White with #A41BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BFC; }
p { color: rgb(164,27,252); }
H1.HeaderClassName
{
color: #A41BFC;
}
.AnyTagClassName
{
color: #A41BFC;
}
</style>
background-color css
<style>
a { background-color: #A41BFC; }
a { background-color: rgb(164,27,252); }
div.DivClassName
{
background-color: #A41BFC;
}
.BgClassName
{
background-color: #A41BFC;
}
</style>
border-color css
<style>
span { border-color: #A41BFC; }
span { border-color: rgb(164,27,252); }
td.TdClassName
{
border-color: #A41BFC;
}
.TagClassName
{
border-color: #A41BFC;
}
</style>