Shades of Electric Purple #AF02EC
Tints of Electric Purple #AF02EC
RGB
CMYK
RGB Variations
Color information
#AF02EC (or 0xAF02EC) is known color: Electric Purple. HEX triplet: AF, 02 and EC. RGB value is (175,2,236). Sum of RGB (Red+Green+Blue) = 175+2+236=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF02EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF02EC is #50FD13. Grayscale: #4F4F4F. Windows color (decimal): -5307668 or 15467183. OLE color: 15467183.
HSL color Cylindrical-coordinate representation of color #AF02EC: hue angle of 284.36º 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 #AF02EC is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 2 | 236 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.07 |
| HSL | 284.36º | 0.98% | 0.47% | - |
| HSV(B) | 284.36º | 0.99% | 0.93% | - |
| XYZ | 32.84 | 15.21 | 80.56 | - |
| YUV | 80.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 236 | 0.26 | 0.99 | 0 | 0.07 | 284.36 | 0.98 | 0.47 |
| Hex | AF | 2 | EC | 1A | 63 | 0 | 7 | 11C | 62 | 2F |
| Octal | 257 | 2 | 354 | 32 | 143 | 0 | 7 | 434 | 142 | 57 |
| Binary | 10101111 | 10 | 11101100 | 11010 | 1100011 | 0 | 111 | 100011100 | 1100010 | 101111 |
Color Harmonies of #AF02EC
Complementary color
Monochromatic Colors of #AF02EC
Black with #AF02EC
Text Example
Text Example
White with #AF02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02EC; }
p { color: rgb(175,2,236); }
H1.HeaderClassName
{
color: #AF02EC;
}
.AnyTagClassName
{
color: #AF02EC;
}
</style>
background-color css
<style>
a { background-color: #AF02EC; }
a { background-color: rgb(175,2,236); }
div.DivClassName
{
background-color: #AF02EC;
}
.BgClassName
{
background-color: #AF02EC;
}
</style>
border-color css
<style>
span { border-color: #AF02EC; }
span { border-color: rgb(175,2,236); }
td.TdClassName
{
border-color: #AF02EC;
}
.TagClassName
{
border-color: #AF02EC;
}
</style>