Shades of Electric Purple #A900EC
Tints of Electric Purple #A900EC
RGB
CMYK
RGB Variations
Color information
#A900EC (or 0xA900EC) is known color: Electric Purple. HEX triplet: A9, 00 and EC. RGB value is (169,0,236). Sum of RGB (Red+Green+Blue) = 169+0+236=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #A900EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900EC is #56FF13. Grayscale: #4C4C4C. Windows color (decimal): -5701396 or 15466665. OLE color: 15466665.
HSL color Cylindrical-coordinate representation of color #A900EC: hue angle of 282.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900EC is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 0 | 236 | - |
| CMYK | 0.28 | 1 | 0 | 0.07 |
| HSL | 282.97º | 1% | 0.46% | - |
| HSV(B) | 282.97º | 1% | 0.93% | - |
| XYZ | 31.5 | 14.49 | 80.49 | - |
| YUV | 77.44 | 217.49 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 236 | 0.28 | 1 | 0 | 0.07 | 282.97 | 1 | 0.46 |
| Hex | A9 | 0 | EC | 1C | 64 | 0 | 7 | 11B | 64 | 2E |
| Octal | 251 | 0 | 354 | 34 | 144 | 0 | 7 | 433 | 144 | 56 |
| Binary | 10101001 | 0 | 11101100 | 11100 | 1100100 | 0 | 111 | 100011011 | 1100100 | 101110 |
Color Harmonies of #A900EC
Complementary color
Monochromatic Colors of #A900EC
Black with #A900EC
Text Example
Text Example
White with #A900EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900EC; }
p { color: rgb(169,0,236); }
H1.HeaderClassName
{
color: #A900EC;
}
.AnyTagClassName
{
color: #A900EC;
}
</style>
background-color css
<style>
a { background-color: #A900EC; }
a { background-color: rgb(169,0,236); }
div.DivClassName
{
background-color: #A900EC;
}
.BgClassName
{
background-color: #A900EC;
}
</style>
border-color css
<style>
span { border-color: #A900EC; }
span { border-color: rgb(169,0,236); }
td.TdClassName
{
border-color: #A900EC;
}
.TagClassName
{
border-color: #A900EC;
}
</style>