Shades of Electric Purple #AF07EC
Tints of Electric Purple #AF07EC
RGB
CMYK
RGB Variations
Color information
#AF07EC (or 0xAF07EC) is known color: Electric Purple. HEX triplet: AF, 07 and EC. RGB value is (175,7,236). Sum of RGB (Red+Green+Blue) = 175+7+236=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF07EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07EC is #50F813. Grayscale: #525252. Windows color (decimal): -5306388 or 15468463. OLE color: 15468463.
HSL color Cylindrical-coordinate representation of color #AF07EC: hue angle of 284.02º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07EC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 7 | 236 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.07 |
| HSL | 284.02º | 0.94% | 0.48% | - |
| HSV(B) | 284.02º | 0.97% | 0.93% | - |
| XYZ | 32.9 | 15.32 | 80.58 | - |
| YUV | 83.34 | 214.16 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 236 | 0.26 | 0.97 | 0 | 0.07 | 284.02 | 0.94 | 0.48 |
| Hex | AF | 7 | EC | 1A | 61 | 0 | 7 | 11C | 5E | 30 |
| Octal | 257 | 7 | 354 | 32 | 141 | 0 | 7 | 434 | 136 | 60 |
| Binary | 10101111 | 111 | 11101100 | 11010 | 1100001 | 0 | 111 | 100011100 | 1011110 | 110000 |
Color Harmonies of #AF07EC
Complementary color
Monochromatic Colors of #AF07EC
Black with #AF07EC
Text Example
Text Example
White with #AF07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07EC; }
p { color: rgb(175,7,236); }
H1.HeaderClassName
{
color: #AF07EC;
}
.AnyTagClassName
{
color: #AF07EC;
}
</style>
background-color css
<style>
a { background-color: #AF07EC; }
a { background-color: rgb(175,7,236); }
div.DivClassName
{
background-color: #AF07EC;
}
.BgClassName
{
background-color: #AF07EC;
}
</style>
border-color css
<style>
span { border-color: #AF07EC; }
span { border-color: rgb(175,7,236); }
td.TdClassName
{
border-color: #AF07EC;
}
.TagClassName
{
border-color: #AF07EC;
}
</style>