Shades of Electric Purple #A802EC
Tints of Electric Purple #A802EC
RGB
CMYK
RGB Variations
Color information
#A802EC (or 0xA802EC) is known color: Electric Purple. HEX triplet: A8, 02 and EC. RGB value is (168,2,236). Sum of RGB (Red+Green+Blue) = 168+2+236=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 2 (1.17% from 255 or 0.49% 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 #A802EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802EC is #57FD13. Grayscale: #4D4D4D. Windows color (decimal): -5766420 or 15467176. OLE color: 15467176.
HSL color Cylindrical-coordinate representation of color #A802EC: hue angle of 282.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802EC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 2 | 236 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.07 |
| HSL | 282.56º | 0.98% | 0.47% | - |
| HSV(B) | 282.56º | 0.99% | 0.93% | - |
| XYZ | 31.31 | 14.42 | 80.49 | - |
| YUV | 78.31 | 217 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 236 | 0.29 | 0.99 | 0 | 0.07 | 282.56 | 0.98 | 0.47 |
| Hex | A8 | 2 | EC | 1D | 63 | 0 | 7 | 11B | 62 | 2F |
| Octal | 250 | 2 | 354 | 35 | 143 | 0 | 7 | 433 | 142 | 57 |
| Binary | 10101000 | 10 | 11101100 | 11101 | 1100011 | 0 | 111 | 100011011 | 1100010 | 101111 |
Color Harmonies of #A802EC
Complementary color
Monochromatic Colors of #A802EC
Black with #A802EC
Text Example
Text Example
White with #A802EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802EC; }
p { color: rgb(168,2,236); }
H1.HeaderClassName
{
color: #A802EC;
}
.AnyTagClassName
{
color: #A802EC;
}
</style>
background-color css
<style>
a { background-color: #A802EC; }
a { background-color: rgb(168,2,236); }
div.DivClassName
{
background-color: #A802EC;
}
.BgClassName
{
background-color: #A802EC;
}
</style>
border-color css
<style>
span { border-color: #A802EC; }
span { border-color: rgb(168,2,236); }
td.TdClassName
{
border-color: #A802EC;
}
.TagClassName
{
border-color: #A802EC;
}
</style>