Shades of Electric Purple #A40FFF
Tints of Electric Purple #A40FFF
RGB
CMYK
RGB Variations
Color information
#A40FFF (or 0xA40FFF) is known color: Electric Purple. HEX triplet: A4, 0F and FF. RGB value is (164,15,255). Sum of RGB (Red+Green+Blue) = 164+15+255=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #A40FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FFF is #5BF000. Grayscale: #565656. Windows color (decimal): -6025217 or 16715684. OLE color: 16715684.
HSL color Cylindrical-coordinate representation of color #A40FFF: hue angle of 277.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40FFF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 15 | 255 | - |
| CMYK | 0.36 | 0.94 | 0 | 0 |
| HSL | 277.25º | 1% | 0.53% | - |
| HSV(B) | 277.25º | 0.94% | 1% | - |
| XYZ | 33.53 | 15.45 | 95.82 | - |
| YUV | 86.91 | 222.86 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 255 | 0.36 | 0.94 | 0 | 0 | 277.25 | 1 | 0.53 |
| Hex | A4 | F | FF | 24 | 5E | 0 | 0 | 115 | 64 | 35 |
| Octal | 244 | 17 | 377 | 44 | 136 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100100 | 1111 | 11111111 | 100100 | 1011110 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A40FFF
Complementary color
Monochromatic Colors of #A40FFF
Black with #A40FFF
Text Example
Text Example
White with #A40FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FFF; }
p { color: rgb(164,15,255); }
H1.HeaderClassName
{
color: #A40FFF;
}
.AnyTagClassName
{
color: #A40FFF;
}
</style>
background-color css
<style>
a { background-color: #A40FFF; }
a { background-color: rgb(164,15,255); }
div.DivClassName
{
background-color: #A40FFF;
}
.BgClassName
{
background-color: #A40FFF;
}
</style>
border-color css
<style>
span { border-color: #A40FFF; }
span { border-color: rgb(164,15,255); }
td.TdClassName
{
border-color: #A40FFF;
}
.TagClassName
{
border-color: #A40FFF;
}
</style>