Shades of Electric Purple #A910FE
Tints of Electric Purple #A910FE
RGB
CMYK
RGB Variations
Color information
#A910FE (or 0xA910FE) is known color: Electric Purple. HEX triplet: A9, 10 and FE. RGB value is (169,16,254). Sum of RGB (Red+Green+Blue) = 169+16+254=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A910FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A910FE is #56EF01. Grayscale: #585858. Windows color (decimal): -5697282 or 16650409. OLE color: 16650409.
HSL color Cylindrical-coordinate representation of color #A910FE: hue angle of 278.57º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A910FE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 16 | 254 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.00 |
| HSL | 278.57º | 0.99% | 0.53% | - |
| HSV(B) | 278.57º | 0.94% | 1% | - |
| XYZ | 34.44 | 15.96 | 95.03 | - |
| YUV | 88.88 | 221.19 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 254 | 0.33 | 0.94 | 0 | 0.00 | 278.57 | 0.99 | 0.53 |
| Hex | A9 | 10 | FE | 21 | 5E | 0 | 0 | 117 | 63 | 35 |
| Octal | 251 | 20 | 376 | 41 | 136 | 0 | 0 | 427 | 143 | 65 |
| Binary | 10101001 | 10000 | 11111110 | 100001 | 1011110 | 0 | 0 | 100010111 | 1100011 | 110101 |
Color Harmonies of #A910FE
Complementary color
Monochromatic Colors of #A910FE
Black with #A910FE
Text Example
Text Example
White with #A910FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A910FE; }
p { color: rgb(169,16,254); }
H1.HeaderClassName
{
color: #A910FE;
}
.AnyTagClassName
{
color: #A910FE;
}
</style>
background-color css
<style>
a { background-color: #A910FE; }
a { background-color: rgb(169,16,254); }
div.DivClassName
{
background-color: #A910FE;
}
.BgClassName
{
background-color: #A910FE;
}
</style>
border-color css
<style>
span { border-color: #A910FE; }
span { border-color: rgb(169,16,254); }
td.TdClassName
{
border-color: #A910FE;
}
.TagClassName
{
border-color: #A910FE;
}
</style>