Shades of Electric Purple #AF15EC
Tints of Electric Purple #AF15EC
RGB
CMYK
RGB Variations
Color information
#AF15EC (or 0xAF15EC) is known color: Electric Purple. HEX triplet: AF, 15 and EC. RGB value is (175,21,236). Sum of RGB (Red+Green+Blue) = 175+21+236=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF15EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF15EC is #50EA13. Grayscale: #5A5A5A. Windows color (decimal): -5302804 or 15472047. OLE color: 15472047.
HSL color Cylindrical-coordinate representation of color #AF15EC: hue angle of 282.98º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF15EC is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 21 | 236 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.07 |
| HSL | 282.98º | 0.85% | 0.5% | - |
| HSV(B) | 282.98º | 0.91% | 0.93% | - |
| XYZ | 33.09 | 15.71 | 80.64 | - |
| YUV | 91.56 | 209.52 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 236 | 0.26 | 0.91 | 0 | 0.07 | 282.98 | 0.85 | 0.5 |
| Hex | AF | 15 | EC | 1A | 5B | 0 | 7 | 11B | 55 | 32 |
| Octal | 257 | 25 | 354 | 32 | 133 | 0 | 7 | 433 | 125 | 62 |
| Binary | 10101111 | 10101 | 11101100 | 11010 | 1011011 | 0 | 111 | 100011011 | 1010101 | 110010 |
Color Harmonies of #AF15EC
Complementary color
Monochromatic Colors of #AF15EC
Black with #AF15EC
Text Example
Text Example
White with #AF15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15EC; }
p { color: rgb(175,21,236); }
H1.HeaderClassName
{
color: #AF15EC;
}
.AnyTagClassName
{
color: #AF15EC;
}
</style>
background-color css
<style>
a { background-color: #AF15EC; }
a { background-color: rgb(175,21,236); }
div.DivClassName
{
background-color: #AF15EC;
}
.BgClassName
{
background-color: #AF15EC;
}
</style>
border-color css
<style>
span { border-color: #AF15EC; }
span { border-color: rgb(175,21,236); }
td.TdClassName
{
border-color: #AF15EC;
}
.TagClassName
{
border-color: #AF15EC;
}
</style>