Shades of Electric Purple #A915FE
Tints of Electric Purple #A915FE
RGB
CMYK
RGB Variations
Color information
#A915FE (or 0xA915FE) is known color: Electric Purple. HEX triplet: A9, 15 and FE. RGB value is (169,21,254). Sum of RGB (Red+Green+Blue) = 169+21+254=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #A915FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915FE is #56EA01. Grayscale: #5B5B5B. Windows color (decimal): -5696002 or 16651689. OLE color: 16651689.
HSL color Cylindrical-coordinate representation of color #A915FE: hue angle of 278.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A915FE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 21 | 254 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.00 |
| HSL | 278.11º | 0.99% | 0.54% | - |
| HSV(B) | 278.11º | 0.92% | 1% | - |
| XYZ | 34.52 | 16.13 | 95.06 | - |
| YUV | 91.81 | 219.53 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 254 | 0.33 | 0.92 | 0 | 0.00 | 278.11 | 0.99 | 0.54 |
| Hex | A9 | 15 | FE | 21 | 5C | 0 | 0 | 116 | 63 | 36 |
| Octal | 251 | 25 | 376 | 41 | 134 | 0 | 0 | 426 | 143 | 66 |
| Binary | 10101001 | 10101 | 11111110 | 100001 | 1011100 | 0 | 0 | 100010110 | 1100011 | 110110 |
Color Harmonies of #A915FE
Complementary color
Monochromatic Colors of #A915FE
Black with #A915FE
Text Example
Text Example
White with #A915FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915FE; }
p { color: rgb(169,21,254); }
H1.HeaderClassName
{
color: #A915FE;
}
.AnyTagClassName
{
color: #A915FE;
}
</style>
background-color css
<style>
a { background-color: #A915FE; }
a { background-color: rgb(169,21,254); }
div.DivClassName
{
background-color: #A915FE;
}
.BgClassName
{
background-color: #A915FE;
}
</style>
border-color css
<style>
span { border-color: #A915FE; }
span { border-color: rgb(169,21,254); }
td.TdClassName
{
border-color: #A915FE;
}
.TagClassName
{
border-color: #A915FE;
}
</style>