Shades of Electric Purple #A915FC
Tints of Electric Purple #A915FC
RGB
CMYK
RGB Variations
Color information
#A915FC (or 0xA915FC) is known color: Electric Purple. HEX triplet: A9, 15 and FC. RGB value is (169,21,252). Sum of RGB (Red+Green+Blue) = 169+21+252=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #A915FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915FC is #56EA03. Grayscale: #5A5A5A. Windows color (decimal): -5696004 or 16520617. OLE color: 16520617.
HSL color Cylindrical-coordinate representation of color #A915FC: hue angle of 278.44º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A915FC is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 21 | 252 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.01 |
| HSL | 278.44º | 0.97% | 0.54% | - |
| HSV(B) | 278.44º | 0.92% | 0.99% | - |
| XYZ | 34.2 | 16 | 93.38 | - |
| YUV | 91.59 | 218.53 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 252 | 0.33 | 0.92 | 0 | 0.01 | 278.44 | 0.97 | 0.54 |
| Hex | A9 | 15 | FC | 21 | 5C | 0 | 1 | 116 | 61 | 36 |
| Octal | 251 | 25 | 374 | 41 | 134 | 0 | 1 | 426 | 141 | 66 |
| Binary | 10101001 | 10101 | 11111100 | 100001 | 1011100 | 0 | 1 | 100010110 | 1100001 | 110110 |
Color Harmonies of #A915FC
Complementary color
Monochromatic Colors of #A915FC
Black with #A915FC
Text Example
Text Example
White with #A915FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915FC; }
p { color: rgb(169,21,252); }
H1.HeaderClassName
{
color: #A915FC;
}
.AnyTagClassName
{
color: #A915FC;
}
</style>
background-color css
<style>
a { background-color: #A915FC; }
a { background-color: rgb(169,21,252); }
div.DivClassName
{
background-color: #A915FC;
}
.BgClassName
{
background-color: #A915FC;
}
</style>
border-color css
<style>
span { border-color: #A915FC; }
span { border-color: rgb(169,21,252); }
td.TdClassName
{
border-color: #A915FC;
}
.TagClassName
{
border-color: #A915FC;
}
</style>