Shades of Electric Purple #A101FE
Tints of Electric Purple #A101FE
RGB
CMYK
RGB Variations
Color information
#A101FE (or 0xA101FE) is known color: Electric Purple. HEX triplet: A1, 01 and FE. RGB value is (161,1,254). Sum of RGB (Red+Green+Blue) = 161+1+254=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #A101FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A101FE is #5EFE01. Grayscale: #4C4C4C. Windows color (decimal): -6225410 or 16646561. OLE color: 16646561.
HSL color Cylindrical-coordinate representation of color #A101FE: hue angle of 277.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101FE is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 1 | 254 | - |
| CMYK | 0.37 | 1.00 | 0 | 0.00 |
| HSL | 277.94º | 0.99% | 0.5% | - |
| HSV(B) | 277.94º | 1% | 1% | - |
| XYZ | 32.6 | 14.75 | 94.9 | - |
| YUV | 77.68 | 227.51 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 254 | 0.37 | 1.00 | 0 | 0.00 | 277.94 | 0.99 | 0.5 |
| Hex | A1 | 1 | FE | 25 | 64 | 0 | 0 | 116 | 63 | 32 |
| Octal | 241 | 1 | 376 | 45 | 144 | 0 | 0 | 426 | 143 | 62 |
| Binary | 10100001 | 1 | 11111110 | 100101 | 1100100 | 0 | 0 | 100010110 | 1100011 | 110010 |
Color Harmonies of #A101FE
Complementary color
Monochromatic Colors of #A101FE
Black with #A101FE
Text Example
Text Example
White with #A101FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101FE; }
p { color: rgb(161,1,254); }
H1.HeaderClassName
{
color: #A101FE;
}
.AnyTagClassName
{
color: #A101FE;
}
</style>
background-color css
<style>
a { background-color: #A101FE; }
a { background-color: rgb(161,1,254); }
div.DivClassName
{
background-color: #A101FE;
}
.BgClassName
{
background-color: #A101FE;
}
</style>
border-color css
<style>
span { border-color: #A101FE; }
span { border-color: rgb(161,1,254); }
td.TdClassName
{
border-color: #A101FE;
}
.TagClassName
{
border-color: #A101FE;
}
</style>