Shades of Electric Purple #A514F2
Tints of Electric Purple #A514F2
RGB
CMYK
RGB Variations
Color information
#A514F2 (or 0xA514F2) is known color: Electric Purple. HEX triplet: A5, 14 and F2. RGB value is (165,20,242). Sum of RGB (Red+Green+Blue) = 165+20+242=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #A514F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514F2 is #5AEB0D. Grayscale: #575757. Windows color (decimal): -5958414 or 15864997. OLE color: 15864997.
HSL color Cylindrical-coordinate representation of color #A514F2: hue angle of 279.19º degrees, saturation: 0.9, 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 #A514F2 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 20 | 242 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.05 |
| HSL | 279.19º | 0.9% | 0.51% | - |
| HSV(B) | 279.19º | 0.92% | 0.95% | - |
| XYZ | 31.79 | 14.91 | 85.21 | - |
| YUV | 88.66 | 214.54 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 242 | 0.32 | 0.92 | 0 | 0.05 | 279.19 | 0.9 | 0.51 |
| Hex | A5 | 14 | F2 | 20 | 5C | 0 | 5 | 117 | 5A | 33 |
| Octal | 245 | 24 | 362 | 40 | 134 | 0 | 5 | 427 | 132 | 63 |
| Binary | 10100101 | 10100 | 11110010 | 100000 | 1011100 | 0 | 101 | 100010111 | 1011010 | 110011 |
Color Harmonies of #A514F2
Complementary color
Monochromatic Colors of #A514F2
Black with #A514F2
Text Example
Text Example
White with #A514F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514F2; }
p { color: rgb(165,20,242); }
H1.HeaderClassName
{
color: #A514F2;
}
.AnyTagClassName
{
color: #A514F2;
}
</style>
background-color css
<style>
a { background-color: #A514F2; }
a { background-color: rgb(165,20,242); }
div.DivClassName
{
background-color: #A514F2;
}
.BgClassName
{
background-color: #A514F2;
}
</style>
border-color css
<style>
span { border-color: #A514F2; }
span { border-color: rgb(165,20,242); }
td.TdClassName
{
border-color: #A514F2;
}
.TagClassName
{
border-color: #A514F2;
}
</style>