Shades of Electric Purple #A41AFF
Tints of Electric Purple #A41AFF
RGB
CMYK
RGB Variations
Color information
#A41AFF (or 0xA41AFF) is known color: Electric Purple. HEX triplet: A4, 1A and FF. RGB value is (164,26,255). Sum of RGB (Red+Green+Blue) = 164+26+255=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A41AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41AFF is #5BE500. Grayscale: #5C5C5C. Windows color (decimal): -6022401 or 16718500. OLE color: 16718500.
HSL color Cylindrical-coordinate representation of color #A41AFF: hue angle of 276.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41AFF is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 26 | 255 | - |
| CMYK | 0.36 | 0.90 | 0 | 0 |
| HSL | 276.16º | 1% | 0.55% | - |
| HSV(B) | 276.16º | 0.9% | 1% | - |
| XYZ | 33.73 | 15.85 | 95.89 | - |
| YUV | 93.37 | 219.22 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 255 | 0.36 | 0.90 | 0 | 0 | 276.16 | 1 | 0.55 |
| Hex | A4 | 1A | FF | 24 | 5A | 0 | 0 | 114 | 64 | 37 |
| Octal | 244 | 32 | 377 | 44 | 132 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100100 | 11010 | 11111111 | 100100 | 1011010 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A41AFF
Complementary color
Monochromatic Colors of #A41AFF
Black with #A41AFF
Text Example
Text Example
White with #A41AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AFF; }
p { color: rgb(164,26,255); }
H1.HeaderClassName
{
color: #A41AFF;
}
.AnyTagClassName
{
color: #A41AFF;
}
</style>
background-color css
<style>
a { background-color: #A41AFF; }
a { background-color: rgb(164,26,255); }
div.DivClassName
{
background-color: #A41AFF;
}
.BgClassName
{
background-color: #A41AFF;
}
</style>
border-color css
<style>
span { border-color: #A41AFF; }
span { border-color: rgb(164,26,255); }
td.TdClassName
{
border-color: #A41AFF;
}
.TagClassName
{
border-color: #A41AFF;
}
</style>