Shades of Electric Purple #A800EC
Tints of Electric Purple #A800EC
RGB
CMYK
RGB Variations
Color information
#A800EC (or 0xA800EC) is known color: Electric Purple. HEX triplet: A8, 00 and EC. RGB value is (168,0,236). Sum of RGB (Red+Green+Blue) = 168+0+236=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #A800EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800EC is #57FF13. Grayscale: #4C4C4C. Windows color (decimal): -5766932 or 15466664. OLE color: 15466664.
HSL color Cylindrical-coordinate representation of color #A800EC: hue angle of 282.71º 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 #A800EC is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 0 | 236 | - |
| CMYK | 0.29 | 1 | 0 | 0.07 |
| HSL | 282.71º | 1% | 0.46% | - |
| HSV(B) | 282.71º | 1% | 0.93% | - |
| XYZ | 31.29 | 14.38 | 80.48 | - |
| YUV | 77.14 | 217.66 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 236 | 0.29 | 1 | 0 | 0.07 | 282.71 | 1 | 0.46 |
| Hex | A8 | 0 | EC | 1D | 64 | 0 | 7 | 11B | 64 | 2E |
| Octal | 250 | 0 | 354 | 35 | 144 | 0 | 7 | 433 | 144 | 56 |
| Binary | 10101000 | 0 | 11101100 | 11101 | 1100100 | 0 | 111 | 100011011 | 1100100 | 101110 |
Color Harmonies of #A800EC
Complementary color
Monochromatic Colors of #A800EC
Black with #A800EC
Text Example
Text Example
White with #A800EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800EC; }
p { color: rgb(168,0,236); }
H1.HeaderClassName
{
color: #A800EC;
}
.AnyTagClassName
{
color: #A800EC;
}
</style>
background-color css
<style>
a { background-color: #A800EC; }
a { background-color: rgb(168,0,236); }
div.DivClassName
{
background-color: #A800EC;
}
.BgClassName
{
background-color: #A800EC;
}
</style>
border-color css
<style>
span { border-color: #A800EC; }
span { border-color: rgb(168,0,236); }
td.TdClassName
{
border-color: #A800EC;
}
.TagClassName
{
border-color: #A800EC;
}
</style>