Shades of Electric Purple #A301F1
Tints of Electric Purple #A301F1
RGB
CMYK
RGB Variations
Color information
#A301F1 (or 0xA301F1) is known color: Electric Purple. HEX triplet: A3, 01 and F1. RGB value is (163,1,241). Sum of RGB (Red+Green+Blue) = 163+1+241=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #A301F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301F1 is #5CFE0E. Grayscale: #4C4C4C. Windows color (decimal): -6094351 or 15794595. OLE color: 15794595.
HSL color Cylindrical-coordinate representation of color #A301F1: hue angle of 280.5º 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 #A301F1 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 1 | 241 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.05 |
| HSL | 280.5º | 0.99% | 0.47% | - |
| HSV(B) | 280.5º | 1% | 0.95% | - |
| XYZ | 30.99 | 14.16 | 84.32 | - |
| YUV | 76.8 | 220.67 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 241 | 0.32 | 1.00 | 0 | 0.05 | 280.5 | 0.99 | 0.47 |
| Hex | A3 | 1 | F1 | 20 | 64 | 0 | 5 | 118 | 63 | 2F |
| Octal | 243 | 1 | 361 | 40 | 144 | 0 | 5 | 430 | 143 | 57 |
| Binary | 10100011 | 1 | 11110001 | 100000 | 1100100 | 0 | 101 | 100011000 | 1100011 | 101111 |
Color Harmonies of #A301F1
Complementary color
Monochromatic Colors of #A301F1
Black with #A301F1
Text Example
Text Example
White with #A301F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301F1; }
p { color: rgb(163,1,241); }
H1.HeaderClassName
{
color: #A301F1;
}
.AnyTagClassName
{
color: #A301F1;
}
</style>
background-color css
<style>
a { background-color: #A301F1; }
a { background-color: rgb(163,1,241); }
div.DivClassName
{
background-color: #A301F1;
}
.BgClassName
{
background-color: #A301F1;
}
</style>
border-color css
<style>
span { border-color: #A301F1; }
span { border-color: rgb(163,1,241); }
td.TdClassName
{
border-color: #A301F1;
}
.TagClassName
{
border-color: #A301F1;
}
</style>