Shades of Electric Purple #A514F7
Tints of Electric Purple #A514F7
RGB
CMYK
RGB Variations
Color information
#A514F7 (or 0xA514F7) is known color: Electric Purple. HEX triplet: A5, 14 and F7. RGB value is (165,20,247). Sum of RGB (Red+Green+Blue) = 165+20+247=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #A514F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514F7 is #5AEB08. Grayscale: #585858. Windows color (decimal): -5958409 or 16192677. OLE color: 16192677.
HSL color Cylindrical-coordinate representation of color #A514F7: hue angle of 278.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A514F7 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 20 | 247 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.03 |
| HSL | 278.33º | 0.93% | 0.52% | - |
| HSV(B) | 278.33º | 0.92% | 0.97% | - |
| XYZ | 32.56 | 15.22 | 89.22 | - |
| YUV | 89.23 | 217.04 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 247 | 0.33 | 0.92 | 0 | 0.03 | 278.33 | 0.93 | 0.52 |
| Hex | A5 | 14 | F7 | 21 | 5C | 0 | 3 | 116 | 5D | 34 |
| Octal | 245 | 24 | 367 | 41 | 134 | 0 | 3 | 426 | 135 | 64 |
| Binary | 10100101 | 10100 | 11110111 | 100001 | 1011100 | 0 | 11 | 100010110 | 1011101 | 110100 |
Color Harmonies of #A514F7
Complementary color
Monochromatic Colors of #A514F7
Black with #A514F7
Text Example
Text Example
White with #A514F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514F7; }
p { color: rgb(165,20,247); }
H1.HeaderClassName
{
color: #A514F7;
}
.AnyTagClassName
{
color: #A514F7;
}
</style>
background-color css
<style>
a { background-color: #A514F7; }
a { background-color: rgb(165,20,247); }
div.DivClassName
{
background-color: #A514F7;
}
.BgClassName
{
background-color: #A514F7;
}
</style>
border-color css
<style>
span { border-color: #A514F7; }
span { border-color: rgb(165,20,247); }
td.TdClassName
{
border-color: #A514F7;
}
.TagClassName
{
border-color: #A514F7;
}
</style>