Shades of Electric Purple #AF15FE
Tints of Electric Purple #AF15FE
RGB
CMYK
RGB Variations
Color information
#AF15FE (or 0xAF15FE) is known color: Electric Purple. HEX triplet: AF, 15 and FE. RGB value is (175,21,254). Sum of RGB (Red+Green+Blue) = 175+21+254=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF15FE is #50EA01. Grayscale: #5C5C5C. Windows color (decimal): -5302786 or 16651695. OLE color: 16651695.
HSL color Cylindrical-coordinate representation of color #AF15FE: hue angle of 279.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF15FE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 21 | 254 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.00 |
| HSL | 279.66º | 0.99% | 0.54% | - |
| HSV(B) | 279.66º | 0.92% | 1% | - |
| XYZ | 35.84 | 16.81 | 95.12 | - |
| YUV | 93.61 | 218.52 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 254 | 0.31 | 0.92 | 0 | 0.00 | 279.66 | 0.99 | 0.54 |
| Hex | AF | 15 | FE | 1F | 5C | 0 | 0 | 118 | 63 | 36 |
| Octal | 257 | 25 | 376 | 37 | 134 | 0 | 0 | 430 | 143 | 66 |
| Binary | 10101111 | 10101 | 11111110 | 11111 | 1011100 | 0 | 0 | 100011000 | 1100011 | 110110 |
Color Harmonies of #AF15FE
Complementary color
Monochromatic Colors of #AF15FE
Black with #AF15FE
Text Example
Text Example
White with #AF15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15FE; }
p { color: rgb(175,21,254); }
H1.HeaderClassName
{
color: #AF15FE;
}
.AnyTagClassName
{
color: #AF15FE;
}
</style>
background-color css
<style>
a { background-color: #AF15FE; }
a { background-color: rgb(175,21,254); }
div.DivClassName
{
background-color: #AF15FE;
}
.BgClassName
{
background-color: #AF15FE;
}
</style>
border-color css
<style>
span { border-color: #AF15FE; }
span { border-color: rgb(175,21,254); }
td.TdClassName
{
border-color: #AF15FE;
}
.TagClassName
{
border-color: #AF15FE;
}
</style>