Shades of Electric Purple #AF17FE
Tints of Electric Purple #AF17FE
RGB
CMYK
RGB Variations
Color information
#AF17FE (or 0xAF17FE) is known color: Electric Purple. HEX triplet: AF, 17 and FE. RGB value is (175,23,254). Sum of RGB (Red+Green+Blue) = 175+23+254=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF17FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17FE is #50E801. Grayscale: #5E5E5E. Windows color (decimal): -5302274 or 16652207. OLE color: 16652207.
HSL color Cylindrical-coordinate representation of color #AF17FE: hue angle of 279.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF17FE is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 23 | 254 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.00 |
| HSL | 279.48º | 0.99% | 0.54% | - |
| HSV(B) | 279.48º | 0.91% | 1% | - |
| XYZ | 35.87 | 16.88 | 95.13 | - |
| YUV | 94.78 | 217.86 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 254 | 0.31 | 0.91 | 0 | 0.00 | 279.48 | 0.99 | 0.54 |
| Hex | AF | 17 | FE | 1F | 5B | 0 | 0 | 117 | 63 | 36 |
| Octal | 257 | 27 | 376 | 37 | 133 | 0 | 0 | 427 | 143 | 66 |
| Binary | 10101111 | 10111 | 11111110 | 11111 | 1011011 | 0 | 0 | 100010111 | 1100011 | 110110 |
Color Harmonies of #AF17FE
Complementary color
Monochromatic Colors of #AF17FE
Black with #AF17FE
Text Example
Text Example
White with #AF17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17FE; }
p { color: rgb(175,23,254); }
H1.HeaderClassName
{
color: #AF17FE;
}
.AnyTagClassName
{
color: #AF17FE;
}
</style>
background-color css
<style>
a { background-color: #AF17FE; }
a { background-color: rgb(175,23,254); }
div.DivClassName
{
background-color: #AF17FE;
}
.BgClassName
{
background-color: #AF17FE;
}
</style>
border-color css
<style>
span { border-color: #AF17FE; }
span { border-color: rgb(175,23,254); }
td.TdClassName
{
border-color: #AF17FE;
}
.TagClassName
{
border-color: #AF17FE;
}
</style>