Shades of Electric Purple #AF03F7
Tints of Electric Purple #AF03F7
RGB
CMYK
RGB Variations
Color information
#AF03F7 (or 0xAF03F7) is known color: Electric Purple. HEX triplet: AF, 03 and F7. RGB value is (175,3,247). Sum of RGB (Red+Green+Blue) = 175+3+247=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 247 (96.88% from 255 or 58.12% from 425); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF03F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03F7 is #50FC08. Grayscale: #515151. Windows color (decimal): -5307401 or 16188335. OLE color: 16188335.
HSL color Cylindrical-coordinate representation of color #AF03F7: hue angle of 282.3º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03F7 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 3 | 247 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.03 |
| HSL | 282.3º | 0.98% | 0.49% | - |
| HSV(B) | 282.3º | 0.99% | 0.97% | - |
| XYZ | 34.5 | 15.89 | 89.25 | - |
| YUV | 82.24 | 220.98 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 247 | 0.29 | 0.99 | 0 | 0.03 | 282.3 | 0.98 | 0.49 |
| Hex | AF | 3 | F7 | 1D | 63 | 0 | 3 | 11A | 62 | 31 |
| Octal | 257 | 3 | 367 | 35 | 143 | 0 | 3 | 432 | 142 | 61 |
| Binary | 10101111 | 11 | 11110111 | 11101 | 1100011 | 0 | 11 | 100011010 | 1100010 | 110001 |
Color Harmonies of #AF03F7
Complementary color
Monochromatic Colors of #AF03F7
Black with #AF03F7
Text Example
Text Example
White with #AF03F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03F7; }
p { color: rgb(175,3,247); }
H1.HeaderClassName
{
color: #AF03F7;
}
.AnyTagClassName
{
color: #AF03F7;
}
</style>
background-color css
<style>
a { background-color: #AF03F7; }
a { background-color: rgb(175,3,247); }
div.DivClassName
{
background-color: #AF03F7;
}
.BgClassName
{
background-color: #AF03F7;
}
</style>
border-color css
<style>
span { border-color: #AF03F7; }
span { border-color: rgb(175,3,247); }
td.TdClassName
{
border-color: #AF03F7;
}
.TagClassName
{
border-color: #AF03F7;
}
</style>