Shades of Electric Purple #A41BFE
Tints of Electric Purple #A41BFE
RGB
CMYK
RGB Variations
Color information
#A41BFE (or 0xA41BFE) is known color: Electric Purple. HEX triplet: A4, 1B and FE. RGB value is (164,27,254). Sum of RGB (Red+Green+Blue) = 164+27+254=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #A41BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41BFE is #5BE401. Grayscale: #5D5D5D. Windows color (decimal): -6022146 or 16653220. OLE color: 16653220.
HSL color Cylindrical-coordinate representation of color #A41BFE: hue angle of 276.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41BFE is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 27 | 254 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.00 |
| HSL | 276.21º | 0.99% | 0.55% | - |
| HSV(B) | 276.21º | 0.89% | 1% | - |
| XYZ | 33.59 | 15.83 | 95.05 | - |
| YUV | 93.84 | 218.39 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 254 | 0.35 | 0.89 | 0 | 0.00 | 276.21 | 0.99 | 0.55 |
| Hex | A4 | 1B | FE | 23 | 59 | 0 | 0 | 114 | 63 | 37 |
| Octal | 244 | 33 | 376 | 43 | 131 | 0 | 0 | 424 | 143 | 67 |
| Binary | 10100100 | 11011 | 11111110 | 100011 | 1011001 | 0 | 0 | 100010100 | 1100011 | 110111 |
Color Harmonies of #A41BFE
Complementary color
Monochromatic Colors of #A41BFE
Black with #A41BFE
Text Example
Text Example
White with #A41BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BFE; }
p { color: rgb(164,27,254); }
H1.HeaderClassName
{
color: #A41BFE;
}
.AnyTagClassName
{
color: #A41BFE;
}
</style>
background-color css
<style>
a { background-color: #A41BFE; }
a { background-color: rgb(164,27,254); }
div.DivClassName
{
background-color: #A41BFE;
}
.BgClassName
{
background-color: #A41BFE;
}
</style>
border-color css
<style>
span { border-color: #A41BFE; }
span { border-color: rgb(164,27,254); }
td.TdClassName
{
border-color: #A41BFE;
}
.TagClassName
{
border-color: #A41BFE;
}
</style>