Shades of Electric Purple #AF17EC
Tints of Electric Purple #AF17EC
RGB
CMYK
RGB Variations
Color information
#AF17EC (or 0xAF17EC) is known color: Electric Purple. HEX triplet: AF, 17 and EC. RGB value is (175,23,236). Sum of RGB (Red+Green+Blue) = 175+23+236=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF17EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17EC is #50E813. Grayscale: #5C5C5C. Windows color (decimal): -5302292 or 15472559. OLE color: 15472559.
HSL color Cylindrical-coordinate representation of color #AF17EC: hue angle of 282.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF17EC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 23 | 236 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.82º | 0.85% | 0.51% | - |
| HSV(B) | 282.82º | 0.9% | 0.93% | - |
| XYZ | 33.13 | 15.78 | 80.66 | - |
| YUV | 92.73 | 208.86 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 236 | 0.26 | 0.90 | 0 | 0.07 | 282.82 | 0.85 | 0.51 |
| Hex | AF | 17 | EC | 1A | 5A | 0 | 7 | 11B | 55 | 33 |
| Octal | 257 | 27 | 354 | 32 | 132 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10101111 | 10111 | 11101100 | 11010 | 1011010 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #AF17EC
Complementary color
Monochromatic Colors of #AF17EC
Black with #AF17EC
Text Example
Text Example
White with #AF17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17EC; }
p { color: rgb(175,23,236); }
H1.HeaderClassName
{
color: #AF17EC;
}
.AnyTagClassName
{
color: #AF17EC;
}
</style>
background-color css
<style>
a { background-color: #AF17EC; }
a { background-color: rgb(175,23,236); }
div.DivClassName
{
background-color: #AF17EC;
}
.BgClassName
{
background-color: #AF17EC;
}
</style>
border-color css
<style>
span { border-color: #AF17EC; }
span { border-color: rgb(175,23,236); }
td.TdClassName
{
border-color: #AF17EC;
}
.TagClassName
{
border-color: #AF17EC;
}
</style>