Shades of Electric Purple #AF04F7
Tints of Electric Purple #AF04F7
RGB
CMYK
RGB Variations
Color information
#AF04F7 (or 0xAF04F7) is known color: Electric Purple. HEX triplet: AF, 04 and F7. RGB value is (175,4,247). Sum of RGB (Red+Green+Blue) = 175+4+247=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF04F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04F7 is #50FB08. Grayscale: #525252. Windows color (decimal): -5307145 or 16188591. OLE color: 16188591.
HSL color Cylindrical-coordinate representation of color #AF04F7: hue angle of 282.22º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04F7 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 4 | 247 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.03 |
| HSL | 282.22º | 0.97% | 0.49% | - |
| HSV(B) | 282.22º | 0.98% | 0.97% | - |
| XYZ | 34.51 | 15.92 | 89.25 | - |
| YUV | 82.83 | 220.65 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 247 | 0.29 | 0.98 | 0 | 0.03 | 282.22 | 0.97 | 0.49 |
| Hex | AF | 4 | F7 | 1D | 62 | 0 | 3 | 11A | 61 | 31 |
| Octal | 257 | 4 | 367 | 35 | 142 | 0 | 3 | 432 | 141 | 61 |
| Binary | 10101111 | 100 | 11110111 | 11101 | 1100010 | 0 | 11 | 100011010 | 1100001 | 110001 |
Color Harmonies of #AF04F7
Complementary color
Monochromatic Colors of #AF04F7
Black with #AF04F7
Text Example
Text Example
White with #AF04F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04F7; }
p { color: rgb(175,4,247); }
H1.HeaderClassName
{
color: #AF04F7;
}
.AnyTagClassName
{
color: #AF04F7;
}
</style>
background-color css
<style>
a { background-color: #AF04F7; }
a { background-color: rgb(175,4,247); }
div.DivClassName
{
background-color: #AF04F7;
}
.BgClassName
{
background-color: #AF04F7;
}
</style>
border-color css
<style>
span { border-color: #AF04F7; }
span { border-color: rgb(175,4,247); }
td.TdClassName
{
border-color: #AF04F7;
}
.TagClassName
{
border-color: #AF04F7;
}
</style>