Shades of Electric Purple #A915EF
Tints of Electric Purple #A915EF
RGB
CMYK
RGB Variations
Color information
#A915EF (or 0xA915EF) is known color: Electric Purple. HEX triplet: A9, 15 and EF. RGB value is (169,21,239). Sum of RGB (Red+Green+Blue) = 169+21+239=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #A915EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915EF is #56EA10. Grayscale: #595959. Windows color (decimal): -5696017 or 15668649. OLE color: 15668649.
HSL color Cylindrical-coordinate representation of color #A915EF: hue angle of 280.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A915EF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 21 | 239 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.06 |
| HSL | 280.73º | 0.87% | 0.51% | - |
| HSV(B) | 280.73º | 0.91% | 0.94% | - |
| XYZ | 32.21 | 15.2 | 82.9 | - |
| YUV | 90.1 | 212.03 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 239 | 0.29 | 0.91 | 0 | 0.06 | 280.73 | 0.87 | 0.51 |
| Hex | A9 | 15 | EF | 1D | 5B | 0 | 6 | 119 | 57 | 33 |
| Octal | 251 | 25 | 357 | 35 | 133 | 0 | 6 | 431 | 127 | 63 |
| Binary | 10101001 | 10101 | 11101111 | 11101 | 1011011 | 0 | 110 | 100011001 | 1010111 | 110011 |
Color Harmonies of #A915EF
Complementary color
Monochromatic Colors of #A915EF
Black with #A915EF
Text Example
Text Example
White with #A915EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915EF; }
p { color: rgb(169,21,239); }
H1.HeaderClassName
{
color: #A915EF;
}
.AnyTagClassName
{
color: #A915EF;
}
</style>
background-color css
<style>
a { background-color: #A915EF; }
a { background-color: rgb(169,21,239); }
div.DivClassName
{
background-color: #A915EF;
}
.BgClassName
{
background-color: #A915EF;
}
</style>
border-color css
<style>
span { border-color: #A915EF; }
span { border-color: rgb(169,21,239); }
td.TdClassName
{
border-color: #A915EF;
}
.TagClassName
{
border-color: #A915EF;
}
</style>