Shades of Electric Purple #A510F1
Tints of Electric Purple #A510F1
RGB
CMYK
RGB Variations
Color information
#A510F1 (or 0xA510F1) is known color: Electric Purple. HEX triplet: A5, 10 and F1. RGB value is (165,16,241). Sum of RGB (Red+Green+Blue) = 165+16+241=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #A510F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A510F1 is #5AEF0E. Grayscale: #555555. Windows color (decimal): -5959439 or 15798437. OLE color: 15798437.
HSL color Cylindrical-coordinate representation of color #A510F1: hue angle of 279.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A510F1 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 16 | 241 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.05 |
| HSL | 279.73º | 0.89% | 0.5% | - |
| HSV(B) | 279.73º | 0.93% | 0.95% | - |
| XYZ | 31.58 | 14.72 | 84.4 | - |
| YUV | 86.2 | 215.36 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 241 | 0.32 | 0.93 | 0 | 0.05 | 279.73 | 0.89 | 0.5 |
| Hex | A5 | 10 | F1 | 20 | 5D | 0 | 5 | 118 | 59 | 32 |
| Octal | 245 | 20 | 361 | 40 | 135 | 0 | 5 | 430 | 131 | 62 |
| Binary | 10100101 | 10000 | 11110001 | 100000 | 1011101 | 0 | 101 | 100011000 | 1011001 | 110010 |
Color Harmonies of #A510F1
Complementary color
Monochromatic Colors of #A510F1
Black with #A510F1
Text Example
Text Example
White with #A510F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510F1; }
p { color: rgb(165,16,241); }
H1.HeaderClassName
{
color: #A510F1;
}
.AnyTagClassName
{
color: #A510F1;
}
</style>
background-color css
<style>
a { background-color: #A510F1; }
a { background-color: rgb(165,16,241); }
div.DivClassName
{
background-color: #A510F1;
}
.BgClassName
{
background-color: #A510F1;
}
</style>
border-color css
<style>
span { border-color: #A510F1; }
span { border-color: rgb(165,16,241); }
td.TdClassName
{
border-color: #A510F1;
}
.TagClassName
{
border-color: #A510F1;
}
</style>