Shades of Electric Purple #AF19EC
Tints of Electric Purple #AF19EC
RGB
CMYK
RGB Variations
Color information
#AF19EC (or 0xAF19EC) is known color: Electric Purple. HEX triplet: AF, 19 and EC. RGB value is (175,25,236). Sum of RGB (Red+Green+Blue) = 175+25+236=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19EC is #50E613. Grayscale: #5D5D5D. Windows color (decimal): -5301780 or 15473071. OLE color: 15473071.
HSL color Cylindrical-coordinate representation of color #AF19EC: hue angle of 282.65º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19EC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 25 | 236 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.07 |
| HSL | 282.65º | 0.85% | 0.51% | - |
| HSV(B) | 282.65º | 0.89% | 0.93% | - |
| XYZ | 33.17 | 15.87 | 80.67 | - |
| YUV | 93.9 | 208.2 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 236 | 0.26 | 0.89 | 0 | 0.07 | 282.65 | 0.85 | 0.51 |
| Hex | AF | 19 | EC | 1A | 59 | 0 | 7 | 11B | 55 | 33 |
| Octal | 257 | 31 | 354 | 32 | 131 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10101111 | 11001 | 11101100 | 11010 | 1011001 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #AF19EC
Complementary color
Monochromatic Colors of #AF19EC
Black with #AF19EC
Text Example
Text Example
White with #AF19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19EC; }
p { color: rgb(175,25,236); }
H1.HeaderClassName
{
color: #AF19EC;
}
.AnyTagClassName
{
color: #AF19EC;
}
</style>
background-color css
<style>
a { background-color: #AF19EC; }
a { background-color: rgb(175,25,236); }
div.DivClassName
{
background-color: #AF19EC;
}
.BgClassName
{
background-color: #AF19EC;
}
</style>
border-color css
<style>
span { border-color: #AF19EC; }
span { border-color: rgb(175,25,236); }
td.TdClassName
{
border-color: #AF19EC;
}
.TagClassName
{
border-color: #AF19EC;
}
</style>