Shades of Electric Purple #A911FE
Tints of Electric Purple #A911FE
RGB
CMYK
RGB Variations
Color information
#A911FE (or 0xA911FE) is known color: Electric Purple. HEX triplet: A9, 11 and FE. RGB value is (169,17,254). Sum of RGB (Red+Green+Blue) = 169+17+254=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #A911FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A911FE is #56EE01. Grayscale: #585858. Windows color (decimal): -5697026 or 16650665. OLE color: 16650665.
HSL color Cylindrical-coordinate representation of color #A911FE: hue angle of 278.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A911FE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 17 | 254 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.00 |
| HSL | 278.48º | 0.99% | 0.53% | - |
| HSV(B) | 278.48º | 0.93% | 1% | - |
| XYZ | 34.45 | 15.99 | 95.04 | - |
| YUV | 89.47 | 220.86 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 254 | 0.33 | 0.93 | 0 | 0.00 | 278.48 | 0.99 | 0.53 |
| Hex | A9 | 11 | FE | 21 | 5D | 0 | 0 | 116 | 63 | 35 |
| Octal | 251 | 21 | 376 | 41 | 135 | 0 | 0 | 426 | 143 | 65 |
| Binary | 10101001 | 10001 | 11111110 | 100001 | 1011101 | 0 | 0 | 100010110 | 1100011 | 110101 |
Color Harmonies of #A911FE
Complementary color
Monochromatic Colors of #A911FE
Black with #A911FE
Text Example
Text Example
White with #A911FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911FE; }
p { color: rgb(169,17,254); }
H1.HeaderClassName
{
color: #A911FE;
}
.AnyTagClassName
{
color: #A911FE;
}
</style>
background-color css
<style>
a { background-color: #A911FE; }
a { background-color: rgb(169,17,254); }
div.DivClassName
{
background-color: #A911FE;
}
.BgClassName
{
background-color: #A911FE;
}
</style>
border-color css
<style>
span { border-color: #A911FE; }
span { border-color: rgb(169,17,254); }
td.TdClassName
{
border-color: #A911FE;
}
.TagClassName
{
border-color: #A911FE;
}
</style>