Shades of Electric Purple #A41CFF
Tints of Electric Purple #A41CFF
RGB
CMYK
RGB Variations
Color information
#A41CFF (or 0xA41CFF) is known color: Electric Purple. HEX triplet: A4, 1C and FF. RGB value is (164,28,255). Sum of RGB (Red+Green+Blue) = 164+28+255=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #A41CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CFF is #5BE300. Grayscale: #5D5D5D. Windows color (decimal): -6021889 or 16719012. OLE color: 16719012.
HSL color Cylindrical-coordinate representation of color #A41CFF: hue angle of 275.95º 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 #A41CFF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 28 | 255 | - |
| CMYK | 0.36 | 0.89 | 0 | 0 |
| HSL | 275.95º | 1% | 0.55% | - |
| HSV(B) | 275.95º | 0.89% | 1% | - |
| XYZ | 33.78 | 15.94 | 95.9 | - |
| YUV | 94.54 | 218.56 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 255 | 0.36 | 0.89 | 0 | 0 | 275.95 | 1 | 0.55 |
| Hex | A4 | 1C | FF | 24 | 59 | 0 | 0 | 114 | 64 | 37 |
| Octal | 244 | 34 | 377 | 44 | 131 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100100 | 11100 | 11111111 | 100100 | 1011001 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A41CFF
Complementary color
Monochromatic Colors of #A41CFF
Black with #A41CFF
Text Example
Text Example
White with #A41CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CFF; }
p { color: rgb(164,28,255); }
H1.HeaderClassName
{
color: #A41CFF;
}
.AnyTagClassName
{
color: #A41CFF;
}
</style>
background-color css
<style>
a { background-color: #A41CFF; }
a { background-color: rgb(164,28,255); }
div.DivClassName
{
background-color: #A41CFF;
}
.BgClassName
{
background-color: #A41CFF;
}
</style>
border-color css
<style>
span { border-color: #A41CFF; }
span { border-color: rgb(164,28,255); }
td.TdClassName
{
border-color: #A41CFF;
}
.TagClassName
{
border-color: #A41CFF;
}
</style>