Shades of Electric Purple #A41BFF
Tints of Electric Purple #A41BFF
RGB
CMYK
RGB Variations
Color information
#A41BFF (or 0xA41BFF) is known color: Electric Purple. HEX triplet: A4, 1B and FF. RGB value is (164,27,255). Sum of RGB (Red+Green+Blue) = 164+27+255=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #A41BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41BFF is #5BE400. Grayscale: #5D5D5D. Windows color (decimal): -6022145 or 16718756. OLE color: 16718756.
HSL color Cylindrical-coordinate representation of color #A41BFF: hue angle of 276.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41BFF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 27 | 255 | - |
| CMYK | 0.36 | 0.89 | 0 | 0 |
| HSL | 276.05º | 1% | 0.55% | - |
| HSV(B) | 276.05º | 0.89% | 1% | - |
| XYZ | 33.75 | 15.9 | 95.9 | - |
| YUV | 93.96 | 218.89 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 255 | 0.36 | 0.89 | 0 | 0 | 276.05 | 1 | 0.55 |
| Hex | A4 | 1B | FF | 24 | 59 | 0 | 0 | 114 | 64 | 37 |
| Octal | 244 | 33 | 377 | 44 | 131 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100100 | 11011 | 11111111 | 100100 | 1011001 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A41BFF
Complementary color
Monochromatic Colors of #A41BFF
Black with #A41BFF
Text Example
Text Example
White with #A41BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BFF; }
p { color: rgb(164,27,255); }
H1.HeaderClassName
{
color: #A41BFF;
}
.AnyTagClassName
{
color: #A41BFF;
}
</style>
background-color css
<style>
a { background-color: #A41BFF; }
a { background-color: rgb(164,27,255); }
div.DivClassName
{
background-color: #A41BFF;
}
.BgClassName
{
background-color: #A41BFF;
}
</style>
border-color css
<style>
span { border-color: #A41BFF; }
span { border-color: rgb(164,27,255); }
td.TdClassName
{
border-color: #A41BFF;
}
.TagClassName
{
border-color: #A41BFF;
}
</style>