Shades of Electric Purple #A41CFD
Tints of Electric Purple #A41CFD
RGB
CMYK
RGB Variations
Color information
#A41CFD (or 0xA41CFD) is known color: Electric Purple. HEX triplet: A4, 1C and FD. RGB value is (164,28,253). Sum of RGB (Red+Green+Blue) = 164+28+253=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #A41CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CFD is #5BE302. Grayscale: #5D5D5D. Windows color (decimal): -6021891 or 16587940. OLE color: 16587940.
HSL color Cylindrical-coordinate representation of color #A41CFD: hue angle of 276.27º degrees, saturation: 0.98, 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 #A41CFD is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 28 | 253 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.01 |
| HSL | 276.27º | 0.98% | 0.55% | - |
| HSV(B) | 276.27º | 0.89% | 0.99% | - |
| XYZ | 33.45 | 15.81 | 94.22 | - |
| YUV | 94.31 | 217.56 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 253 | 0.35 | 0.89 | 0 | 0.01 | 276.27 | 0.98 | 0.55 |
| Hex | A4 | 1C | FD | 23 | 59 | 0 | 1 | 114 | 62 | 37 |
| Octal | 244 | 34 | 375 | 43 | 131 | 0 | 1 | 424 | 142 | 67 |
| Binary | 10100100 | 11100 | 11111101 | 100011 | 1011001 | 0 | 1 | 100010100 | 1100010 | 110111 |
Color Harmonies of #A41CFD
Complementary color
Monochromatic Colors of #A41CFD
Black with #A41CFD
Text Example
Text Example
White with #A41CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CFD; }
p { color: rgb(164,28,253); }
H1.HeaderClassName
{
color: #A41CFD;
}
.AnyTagClassName
{
color: #A41CFD;
}
</style>
background-color css
<style>
a { background-color: #A41CFD; }
a { background-color: rgb(164,28,253); }
div.DivClassName
{
background-color: #A41CFD;
}
.BgClassName
{
background-color: #A41CFD;
}
</style>
border-color css
<style>
span { border-color: #A41CFD; }
span { border-color: rgb(164,28,253); }
td.TdClassName
{
border-color: #A41CFD;
}
.TagClassName
{
border-color: #A41CFD;
}
</style>