Shades of Electric Purple #A915EC
Tints of Electric Purple #A915EC
RGB
CMYK
RGB Variations
Color information
#A915EC (or 0xA915EC) is known color: Electric Purple. HEX triplet: A9, 15 and EC. RGB value is (169,21,236). Sum of RGB (Red+Green+Blue) = 169+21+236=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A915EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915EC is #56EA13. Grayscale: #595959. Windows color (decimal): -5696020 or 15472041. OLE color: 15472041.
HSL color Cylindrical-coordinate representation of color #A915EC: hue angle of 281.3º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A915EC is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 21 | 236 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.07 |
| HSL | 281.3º | 0.85% | 0.5% | - |
| HSV(B) | 281.3º | 0.91% | 0.93% | - |
| XYZ | 31.77 | 15.03 | 80.58 | - |
| YUV | 89.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 236 | 0.28 | 0.91 | 0 | 0.07 | 281.3 | 0.85 | 0.5 |
| Hex | A9 | 15 | EC | 1C | 5B | 0 | 7 | 119 | 55 | 32 |
| Octal | 251 | 25 | 354 | 34 | 133 | 0 | 7 | 431 | 125 | 62 |
| Binary | 10101001 | 10101 | 11101100 | 11100 | 1011011 | 0 | 111 | 100011001 | 1010101 | 110010 |
Color Harmonies of #A915EC
Complementary color
Monochromatic Colors of #A915EC
Black with #A915EC
Text Example
Text Example
White with #A915EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915EC; }
p { color: rgb(169,21,236); }
H1.HeaderClassName
{
color: #A915EC;
}
.AnyTagClassName
{
color: #A915EC;
}
</style>
background-color css
<style>
a { background-color: #A915EC; }
a { background-color: rgb(169,21,236); }
div.DivClassName
{
background-color: #A915EC;
}
.BgClassName
{
background-color: #A915EC;
}
</style>
border-color css
<style>
span { border-color: #A915EC; }
span { border-color: rgb(169,21,236); }
td.TdClassName
{
border-color: #A915EC;
}
.TagClassName
{
border-color: #A915EC;
}
</style>