Shades of Electric Purple #AF14FE
Tints of Electric Purple #AF14FE
RGB
CMYK
RGB Variations
Color information
#AF14FE (or 0xAF14FE) is known color: Electric Purple. HEX triplet: AF, 14 and FE. RGB value is (175,20,254). Sum of RGB (Red+Green+Blue) = 175+20+254=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF14FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF14FE is #50EB01. Grayscale: #5C5C5C. Windows color (decimal): -5303042 or 16651439. OLE color: 16651439.
HSL color Cylindrical-coordinate representation of color #AF14FE: hue angle of 279.74º 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 #AF14FE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 20 | 254 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.00 |
| HSL | 279.74º | 0.99% | 0.54% | - |
| HSV(B) | 279.74º | 0.92% | 1% | - |
| XYZ | 35.82 | 16.77 | 95.12 | - |
| YUV | 93.02 | 218.85 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 254 | 0.31 | 0.92 | 0 | 0.00 | 279.74 | 0.99 | 0.54 |
| Hex | AF | 14 | FE | 1F | 5C | 0 | 0 | 118 | 63 | 36 |
| Octal | 257 | 24 | 376 | 37 | 134 | 0 | 0 | 430 | 143 | 66 |
| Binary | 10101111 | 10100 | 11111110 | 11111 | 1011100 | 0 | 0 | 100011000 | 1100011 | 110110 |
Color Harmonies of #AF14FE
Complementary color
Monochromatic Colors of #AF14FE
Black with #AF14FE
Text Example
Text Example
White with #AF14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14FE; }
p { color: rgb(175,20,254); }
H1.HeaderClassName
{
color: #AF14FE;
}
.AnyTagClassName
{
color: #AF14FE;
}
</style>
background-color css
<style>
a { background-color: #AF14FE; }
a { background-color: rgb(175,20,254); }
div.DivClassName
{
background-color: #AF14FE;
}
.BgClassName
{
background-color: #AF14FE;
}
</style>
border-color css
<style>
span { border-color: #AF14FE; }
span { border-color: rgb(175,20,254); }
td.TdClassName
{
border-color: #AF14FE;
}
.TagClassName
{
border-color: #AF14FE;
}
</style>