Shades of Electric Purple #A41DFF
Tints of Electric Purple #A41DFF
RGB
CMYK
RGB Variations
Color information
#A41DFF (or 0xA41DFF) is known color: Electric Purple. HEX triplet: A4, 1D and FF. RGB value is (164,29,255). Sum of RGB (Red+Green+Blue) = 164+29+255=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #A41DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DFF is #5BE200. Grayscale: #5E5E5E. Windows color (decimal): -6021633 or 16719268. OLE color: 16719268.
HSL color Cylindrical-coordinate representation of color #A41DFF: hue angle of 275.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41DFF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 29 | 255 | - |
| CMYK | 0.36 | 0.89 | 0 | 0 |
| HSL | 275.84º | 1% | 0.56% | - |
| HSV(B) | 275.84º | 0.89% | 1% | - |
| XYZ | 33.8 | 15.99 | 95.91 | - |
| YUV | 95.13 | 218.23 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 255 | 0.36 | 0.89 | 0 | 0 | 275.84 | 1 | 0.56 |
| Hex | A4 | 1D | FF | 24 | 59 | 0 | 0 | 114 | 64 | 38 |
| Octal | 244 | 35 | 377 | 44 | 131 | 0 | 0 | 424 | 144 | 70 |
| Binary | 10100100 | 11101 | 11111111 | 100100 | 1011001 | 0 | 0 | 100010100 | 1100100 | 111000 |
Color Harmonies of #A41DFF
Complementary color
Monochromatic Colors of #A41DFF
Black with #A41DFF
Text Example
Text Example
White with #A41DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41DFF; }
p { color: rgb(164,29,255); }
H1.HeaderClassName
{
color: #A41DFF;
}
.AnyTagClassName
{
color: #A41DFF;
}
</style>
background-color css
<style>
a { background-color: #A41DFF; }
a { background-color: rgb(164,29,255); }
div.DivClassName
{
background-color: #A41DFF;
}
.BgClassName
{
background-color: #A41DFF;
}
</style>
border-color css
<style>
span { border-color: #A41DFF; }
span { border-color: rgb(164,29,255); }
td.TdClassName
{
border-color: #A41DFF;
}
.TagClassName
{
border-color: #A41DFF;
}
</style>