Shades of Electric Purple #A401F1
Tints of Electric Purple #A401F1
RGB
CMYK
RGB Variations
Color information
#A401F1 (or 0xA401F1) is known color: Electric Purple. HEX triplet: A4, 01 and F1. RGB value is (164,1,241). Sum of RGB (Red+Green+Blue) = 164+1+241=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #A401F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A401F1 is #5BFE0E. Grayscale: #4C4C4C. Windows color (decimal): -6028815 or 15794596. OLE color: 15794596.
HSL color Cylindrical-coordinate representation of color #A401F1: hue angle of 280.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401F1 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 1 | 241 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.05 |
| HSL | 280.75º | 0.99% | 0.47% | - |
| HSV(B) | 280.75º | 1% | 0.95% | - |
| XYZ | 31.2 | 14.27 | 84.33 | - |
| YUV | 77.1 | 220.5 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 241 | 0.32 | 1.00 | 0 | 0.05 | 280.75 | 0.99 | 0.47 |
| Hex | A4 | 1 | F1 | 20 | 64 | 0 | 5 | 119 | 63 | 2F |
| Octal | 244 | 1 | 361 | 40 | 144 | 0 | 5 | 431 | 143 | 57 |
| Binary | 10100100 | 1 | 11110001 | 100000 | 1100100 | 0 | 101 | 100011001 | 1100011 | 101111 |
Color Harmonies of #A401F1
Complementary color
Monochromatic Colors of #A401F1
Black with #A401F1
Text Example
Text Example
White with #A401F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401F1; }
p { color: rgb(164,1,241); }
H1.HeaderClassName
{
color: #A401F1;
}
.AnyTagClassName
{
color: #A401F1;
}
</style>
background-color css
<style>
a { background-color: #A401F1; }
a { background-color: rgb(164,1,241); }
div.DivClassName
{
background-color: #A401F1;
}
.BgClassName
{
background-color: #A401F1;
}
</style>
border-color css
<style>
span { border-color: #A401F1; }
span { border-color: rgb(164,1,241); }
td.TdClassName
{
border-color: #A401F1;
}
.TagClassName
{
border-color: #A401F1;
}
</style>