Shades of Electric Purple #A514F1
Tints of Electric Purple #A514F1
RGB
CMYK
RGB Variations
Color information
#A514F1 (or 0xA514F1) is known color: Electric Purple. HEX triplet: A5, 14 and F1. RGB value is (165,20,241). Sum of RGB (Red+Green+Blue) = 165+20+241=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #A514F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514F1 is #5AEB0E. Grayscale: #575757. Windows color (decimal): -5958415 or 15799461. OLE color: 15799461.
HSL color Cylindrical-coordinate representation of color #A514F1: hue angle of 279.37º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A514F1 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 20 | 241 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.05 |
| HSL | 279.37º | 0.89% | 0.51% | - |
| HSV(B) | 279.37º | 0.92% | 0.95% | - |
| XYZ | 31.64 | 14.85 | 84.42 | - |
| YUV | 88.55 | 214.04 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 241 | 0.32 | 0.92 | 0 | 0.05 | 279.37 | 0.89 | 0.51 |
| Hex | A5 | 14 | F1 | 20 | 5C | 0 | 5 | 117 | 59 | 33 |
| Octal | 245 | 24 | 361 | 40 | 134 | 0 | 5 | 427 | 131 | 63 |
| Binary | 10100101 | 10100 | 11110001 | 100000 | 1011100 | 0 | 101 | 100010111 | 1011001 | 110011 |
Color Harmonies of #A514F1
Complementary color
Monochromatic Colors of #A514F1
Black with #A514F1
Text Example
Text Example
White with #A514F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514F1; }
p { color: rgb(165,20,241); }
H1.HeaderClassName
{
color: #A514F1;
}
.AnyTagClassName
{
color: #A514F1;
}
</style>
background-color css
<style>
a { background-color: #A514F1; }
a { background-color: rgb(165,20,241); }
div.DivClassName
{
background-color: #A514F1;
}
.BgClassName
{
background-color: #A514F1;
}
</style>
border-color css
<style>
span { border-color: #A514F1; }
span { border-color: rgb(165,20,241); }
td.TdClassName
{
border-color: #A514F1;
}
.TagClassName
{
border-color: #A514F1;
}
</style>