Shades of Electric Purple #AF01EC
Tints of Electric Purple #AF01EC
RGB
CMYK
RGB Variations
Color information
#AF01EC (or 0xAF01EC) is known color: Electric Purple. HEX triplet: AF, 01 and EC. RGB value is (175,1,236). Sum of RGB (Red+Green+Blue) = 175+1+236=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF01EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01EC is #50FE13. Grayscale: #4F4F4F. Windows color (decimal): -5307924 or 15466927. OLE color: 15466927.
HSL color Cylindrical-coordinate representation of color #AF01EC: hue angle of 284.43º 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 #AF01EC is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 1 | 236 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.07 |
| HSL | 284.43º | 0.99% | 0.46% | - |
| HSV(B) | 284.43º | 1% | 0.93% | - |
| XYZ | 32.83 | 15.19 | 80.56 | - |
| YUV | 79.82 | 216.15 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 236 | 0.26 | 1.00 | 0 | 0.07 | 284.43 | 0.99 | 0.46 |
| Hex | AF | 1 | EC | 1A | 64 | 0 | 7 | 11C | 63 | 2E |
| Octal | 257 | 1 | 354 | 32 | 144 | 0 | 7 | 434 | 143 | 56 |
| Binary | 10101111 | 1 | 11101100 | 11010 | 1100100 | 0 | 111 | 100011100 | 1100011 | 101110 |
Color Harmonies of #AF01EC
Complementary color
Monochromatic Colors of #AF01EC
Black with #AF01EC
Text Example
Text Example
White with #AF01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01EC; }
p { color: rgb(175,1,236); }
H1.HeaderClassName
{
color: #AF01EC;
}
.AnyTagClassName
{
color: #AF01EC;
}
</style>
background-color css
<style>
a { background-color: #AF01EC; }
a { background-color: rgb(175,1,236); }
div.DivClassName
{
background-color: #AF01EC;
}
.BgClassName
{
background-color: #AF01EC;
}
</style>
border-color css
<style>
span { border-color: #AF01EC; }
span { border-color: rgb(175,1,236); }
td.TdClassName
{
border-color: #AF01EC;
}
.TagClassName
{
border-color: #AF01EC;
}
</style>