Shades of Electric Purple #A518F7
Tints of Electric Purple #A518F7
RGB
CMYK
RGB Variations
Color information
#A518F7 (or 0xA518F7) is known color: Electric Purple. HEX triplet: A5, 18 and F7. RGB value is (165,24,247). Sum of RGB (Red+Green+Blue) = 165+24+247=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #A518F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518F7 is #5AE708. Grayscale: #5A5A5A. Windows color (decimal): -5957385 or 16193701. OLE color: 16193701.
HSL color Cylindrical-coordinate representation of color #A518F7: hue angle of 277.94º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A518F7 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 24 | 247 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.03 |
| HSL | 277.94º | 0.93% | 0.53% | - |
| HSV(B) | 277.94º | 0.9% | 0.97% | - |
| XYZ | 32.63 | 15.37 | 89.24 | - |
| YUV | 91.58 | 215.71 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 247 | 0.33 | 0.90 | 0 | 0.03 | 277.94 | 0.93 | 0.53 |
| Hex | A5 | 18 | F7 | 21 | 5A | 0 | 3 | 116 | 5D | 35 |
| Octal | 245 | 30 | 367 | 41 | 132 | 0 | 3 | 426 | 135 | 65 |
| Binary | 10100101 | 11000 | 11110111 | 100001 | 1011010 | 0 | 11 | 100010110 | 1011101 | 110101 |
Color Harmonies of #A518F7
Complementary color
Monochromatic Colors of #A518F7
Black with #A518F7
Text Example
Text Example
White with #A518F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518F7; }
p { color: rgb(165,24,247); }
H1.HeaderClassName
{
color: #A518F7;
}
.AnyTagClassName
{
color: #A518F7;
}
</style>
background-color css
<style>
a { background-color: #A518F7; }
a { background-color: rgb(165,24,247); }
div.DivClassName
{
background-color: #A518F7;
}
.BgClassName
{
background-color: #A518F7;
}
</style>
border-color css
<style>
span { border-color: #A518F7; }
span { border-color: rgb(165,24,247); }
td.TdClassName
{
border-color: #A518F7;
}
.TagClassName
{
border-color: #A518F7;
}
</style>