Shades of Electric Purple #A901EC
Tints of Electric Purple #A901EC
RGB
CMYK
RGB Variations
Color information
#A901EC (or 0xA901EC) is known color: Electric Purple. HEX triplet: A9, 01 and EC. RGB value is (169,1,236). Sum of RGB (Red+Green+Blue) = 169+1+236=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #A901EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901EC is #56FE13. Grayscale: #4D4D4D. Windows color (decimal): -5701140 or 15466921. OLE color: 15466921.
HSL color Cylindrical-coordinate representation of color #A901EC: hue angle of 282.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901EC is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 1 | 236 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.07 |
| HSL | 282.89º | 0.99% | 0.46% | - |
| HSV(B) | 282.89º | 1% | 0.93% | - |
| XYZ | 31.51 | 14.51 | 80.5 | - |
| YUV | 78.02 | 217.16 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 236 | 0.28 | 1.00 | 0 | 0.07 | 282.89 | 0.99 | 0.46 |
| Hex | A9 | 1 | EC | 1C | 64 | 0 | 7 | 11B | 63 | 2E |
| Octal | 251 | 1 | 354 | 34 | 144 | 0 | 7 | 433 | 143 | 56 |
| Binary | 10101001 | 1 | 11101100 | 11100 | 1100100 | 0 | 111 | 100011011 | 1100011 | 101110 |
Color Harmonies of #A901EC
Complementary color
Monochromatic Colors of #A901EC
Black with #A901EC
Text Example
Text Example
White with #A901EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901EC; }
p { color: rgb(169,1,236); }
H1.HeaderClassName
{
color: #A901EC;
}
.AnyTagClassName
{
color: #A901EC;
}
</style>
background-color css
<style>
a { background-color: #A901EC; }
a { background-color: rgb(169,1,236); }
div.DivClassName
{
background-color: #A901EC;
}
.BgClassName
{
background-color: #A901EC;
}
</style>
border-color css
<style>
span { border-color: #A901EC; }
span { border-color: rgb(169,1,236); }
td.TdClassName
{
border-color: #A901EC;
}
.TagClassName
{
border-color: #A901EC;
}
</style>