Shades of Electric Purple #AF07F9
Tints of Electric Purple #AF07F9
RGB
CMYK
RGB Variations
Color information
#AF07F9 (or 0xAF07F9) is known color: Electric Purple. HEX triplet: AF, 07 and F9. RGB value is (175,7,249). Sum of RGB (Red+Green+Blue) = 175+7+249=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF07F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07F9 is #50F806. Grayscale: #545454. Windows color (decimal): -5306375 or 16320431. OLE color: 16320431.
HSL color Cylindrical-coordinate representation of color #AF07F9: hue angle of 281.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07F9 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 7 | 249 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.02 |
| HSL | 281.65º | 0.95% | 0.5% | - |
| HSV(B) | 281.65º | 0.97% | 0.98% | - |
| XYZ | 34.85 | 16.11 | 90.89 | - |
| YUV | 84.82 | 220.66 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 249 | 0.30 | 0.97 | 0 | 0.02 | 281.65 | 0.95 | 0.5 |
| Hex | AF | 7 | F9 | 1E | 61 | 0 | 2 | 11A | 5F | 32 |
| Octal | 257 | 7 | 371 | 36 | 141 | 0 | 2 | 432 | 137 | 62 |
| Binary | 10101111 | 111 | 11111001 | 11110 | 1100001 | 0 | 10 | 100011010 | 1011111 | 110010 |
Color Harmonies of #AF07F9
Complementary color
Monochromatic Colors of #AF07F9
Black with #AF07F9
Text Example
Text Example
White with #AF07F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07F9; }
p { color: rgb(175,7,249); }
H1.HeaderClassName
{
color: #AF07F9;
}
.AnyTagClassName
{
color: #AF07F9;
}
</style>
background-color css
<style>
a { background-color: #AF07F9; }
a { background-color: rgb(175,7,249); }
div.DivClassName
{
background-color: #AF07F9;
}
.BgClassName
{
background-color: #AF07F9;
}
</style>
border-color css
<style>
span { border-color: #AF07F9; }
span { border-color: rgb(175,7,249); }
td.TdClassName
{
border-color: #AF07F9;
}
.TagClassName
{
border-color: #AF07F9;
}
</style>