Shades of Electric Purple #AF11FE
Tints of Electric Purple #AF11FE
RGB
CMYK
RGB Variations
Color information
#AF11FE (or 0xAF11FE) is known color: Electric Purple. HEX triplet: AF, 11 and FE. RGB value is (175,17,254). Sum of RGB (Red+Green+Blue) = 175+17+254=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF11FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11FE is #50EE01. Grayscale: #5A5A5A. Windows color (decimal): -5303810 or 16650671. OLE color: 16650671.
HSL color Cylindrical-coordinate representation of color #AF11FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF11FE is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 17 | 254 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.53% | - |
| HSV(B) | 280º | 0.93% | 1% | - |
| XYZ | 35.77 | 16.67 | 95.1 | - |
| YUV | 91.26 | 219.85 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 254 | 0.31 | 0.93 | 0 | 0.00 | 280 | 0.99 | 0.53 |
| Hex | AF | 11 | FE | 1F | 5D | 0 | 0 | 118 | 63 | 35 |
| Octal | 257 | 21 | 376 | 37 | 135 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10101111 | 10001 | 11111110 | 11111 | 1011101 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #AF11FE
Complementary color
Monochromatic Colors of #AF11FE
Black with #AF11FE
Text Example
Text Example
White with #AF11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11FE; }
p { color: rgb(175,17,254); }
H1.HeaderClassName
{
color: #AF11FE;
}
.AnyTagClassName
{
color: #AF11FE;
}
</style>
background-color css
<style>
a { background-color: #AF11FE; }
a { background-color: rgb(175,17,254); }
div.DivClassName
{
background-color: #AF11FE;
}
.BgClassName
{
background-color: #AF11FE;
}
</style>
border-color css
<style>
span { border-color: #AF11FE; }
span { border-color: rgb(175,17,254); }
td.TdClassName
{
border-color: #AF11FE;
}
.TagClassName
{
border-color: #AF11FE;
}
</style>