Shades of Electric Purple #A41AFC
Tints of Electric Purple #A41AFC
RGB
CMYK
RGB Variations
Color information
#A41AFC (or 0xA41AFC) is known color: Electric Purple. HEX triplet: A4, 1A and FC. RGB value is (164,26,252). Sum of RGB (Red+Green+Blue) = 164+26+252=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #A41AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41AFC is #5BE503. Grayscale: #5C5C5C. Windows color (decimal): -6022404 or 16521892. OLE color: 16521892.
HSL color Cylindrical-coordinate representation of color #A41AFC: hue angle of 276.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41AFC is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 26 | 252 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.01 |
| HSL | 276.64º | 0.97% | 0.55% | - |
| HSV(B) | 276.64º | 0.9% | 0.99% | - |
| XYZ | 33.25 | 15.66 | 93.37 | - |
| YUV | 93.03 | 217.72 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 252 | 0.35 | 0.90 | 0 | 0.01 | 276.64 | 0.97 | 0.55 |
| Hex | A4 | 1A | FC | 23 | 5A | 0 | 1 | 115 | 61 | 37 |
| Octal | 244 | 32 | 374 | 43 | 132 | 0 | 1 | 425 | 141 | 67 |
| Binary | 10100100 | 11010 | 11111100 | 100011 | 1011010 | 0 | 1 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A41AFC
Complementary color
Monochromatic Colors of #A41AFC
Black with #A41AFC
Text Example
Text Example
White with #A41AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AFC; }
p { color: rgb(164,26,252); }
H1.HeaderClassName
{
color: #A41AFC;
}
.AnyTagClassName
{
color: #A41AFC;
}
</style>
background-color css
<style>
a { background-color: #A41AFC; }
a { background-color: rgb(164,26,252); }
div.DivClassName
{
background-color: #A41AFC;
}
.BgClassName
{
background-color: #A41AFC;
}
</style>
border-color css
<style>
span { border-color: #A41AFC; }
span { border-color: rgb(164,26,252); }
td.TdClassName
{
border-color: #A41AFC;
}
.TagClassName
{
border-color: #A41AFC;
}
</style>