Shades of Electric Purple #AF14F1
Tints of Electric Purple #AF14F1
RGB
CMYK
RGB Variations
Color information
#AF14F1 (or 0xAF14F1) is known color: Electric Purple. HEX triplet: AF, 14 and F1. RGB value is (175,20,241). Sum of RGB (Red+Green+Blue) = 175+20+241=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF14F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF14F1 is #50EB0E. Grayscale: #5A5A5A. Windows color (decimal): -5303055 or 15799471. OLE color: 15799471.
HSL color Cylindrical-coordinate representation of color #AF14F1: hue angle of 282.08º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF14F1 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 20 | 241 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.05 |
| HSL | 282.08º | 0.89% | 0.51% | - |
| HSV(B) | 282.08º | 0.92% | 0.95% | - |
| XYZ | 33.81 | 15.97 | 84.52 | - |
| YUV | 91.54 | 212.35 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 241 | 0.27 | 0.92 | 0 | 0.05 | 282.08 | 0.89 | 0.51 |
| Hex | AF | 14 | F1 | 1B | 5C | 0 | 5 | 11A | 59 | 33 |
| Octal | 257 | 24 | 361 | 33 | 134 | 0 | 5 | 432 | 131 | 63 |
| Binary | 10101111 | 10100 | 11110001 | 11011 | 1011100 | 0 | 101 | 100011010 | 1011001 | 110011 |
Color Harmonies of #AF14F1
Complementary color
Monochromatic Colors of #AF14F1
Black with #AF14F1
Text Example
Text Example
White with #AF14F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14F1; }
p { color: rgb(175,20,241); }
H1.HeaderClassName
{
color: #AF14F1;
}
.AnyTagClassName
{
color: #AF14F1;
}
</style>
background-color css
<style>
a { background-color: #AF14F1; }
a { background-color: rgb(175,20,241); }
div.DivClassName
{
background-color: #AF14F1;
}
.BgClassName
{
background-color: #AF14F1;
}
</style>
border-color css
<style>
span { border-color: #AF14F1; }
span { border-color: rgb(175,20,241); }
td.TdClassName
{
border-color: #AF14F1;
}
.TagClassName
{
border-color: #AF14F1;
}
</style>