Shades of Electric Purple #AF14F0
Tints of Electric Purple #AF14F0
RGB
CMYK
RGB Variations
Color information
#AF14F0 (or 0xAF14F0) is known color: Electric Purple. HEX triplet: AF, 14 and F0. RGB value is (175,20,240). Sum of RGB (Red+Green+Blue) = 175+20+240=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF14F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF14F0 is #50EB0F. Grayscale: #5A5A5A. Windows color (decimal): -5303056 or 15733935. OLE color: 15733935.
HSL color Cylindrical-coordinate representation of color #AF14F0: hue angle of 282.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF14F0 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 20 | 240 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.06 |
| HSL | 282.27º | 0.88% | 0.51% | - |
| HSV(B) | 282.27º | 0.92% | 0.94% | - |
| XYZ | 33.66 | 15.91 | 83.73 | - |
| YUV | 91.43 | 211.85 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 240 | 0.27 | 0.92 | 0 | 0.06 | 282.27 | 0.88 | 0.51 |
| Hex | AF | 14 | F0 | 1B | 5C | 0 | 6 | 11A | 58 | 33 |
| Octal | 257 | 24 | 360 | 33 | 134 | 0 | 6 | 432 | 130 | 63 |
| Binary | 10101111 | 10100 | 11110000 | 11011 | 1011100 | 0 | 110 | 100011010 | 1011000 | 110011 |
Color Harmonies of #AF14F0
Complementary color
Monochromatic Colors of #AF14F0
Black with #AF14F0
Text Example
Text Example
White with #AF14F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14F0; }
p { color: rgb(175,20,240); }
H1.HeaderClassName
{
color: #AF14F0;
}
.AnyTagClassName
{
color: #AF14F0;
}
</style>
background-color css
<style>
a { background-color: #AF14F0; }
a { background-color: rgb(175,20,240); }
div.DivClassName
{
background-color: #AF14F0;
}
.BgClassName
{
background-color: #AF14F0;
}
</style>
border-color css
<style>
span { border-color: #AF14F0; }
span { border-color: rgb(175,20,240); }
td.TdClassName
{
border-color: #AF14F0;
}
.TagClassName
{
border-color: #AF14F0;
}
</style>