Shades of Electric Purple #AF07F2
Tints of Electric Purple #AF07F2
RGB
CMYK
RGB Variations
Color information
#AF07F2 (or 0xAF07F2) is known color: Electric Purple. HEX triplet: AF, 07 and F2. RGB value is (175,7,242). Sum of RGB (Red+Green+Blue) = 175+7+242=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF07F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07F2 is #50F80D. Grayscale: #535353. Windows color (decimal): -5306382 or 15861679. OLE color: 15861679.
HSL color Cylindrical-coordinate representation of color #AF07F2: hue angle of 282.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07F2 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 7 | 242 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.05 |
| HSL | 282.89º | 0.94% | 0.49% | - |
| HSV(B) | 282.89º | 0.97% | 0.95% | - |
| XYZ | 33.78 | 15.68 | 85.25 | - |
| YUV | 84.02 | 217.16 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 242 | 0.28 | 0.97 | 0 | 0.05 | 282.89 | 0.94 | 0.49 |
| Hex | AF | 7 | F2 | 1C | 61 | 0 | 5 | 11B | 5E | 31 |
| Octal | 257 | 7 | 362 | 34 | 141 | 0 | 5 | 433 | 136 | 61 |
| Binary | 10101111 | 111 | 11110010 | 11100 | 1100001 | 0 | 101 | 100011011 | 1011110 | 110001 |
Color Harmonies of #AF07F2
Complementary color
Monochromatic Colors of #AF07F2
Black with #AF07F2
Text Example
Text Example
White with #AF07F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07F2; }
p { color: rgb(175,7,242); }
H1.HeaderClassName
{
color: #AF07F2;
}
.AnyTagClassName
{
color: #AF07F2;
}
</style>
background-color css
<style>
a { background-color: #AF07F2; }
a { background-color: rgb(175,7,242); }
div.DivClassName
{
background-color: #AF07F2;
}
.BgClassName
{
background-color: #AF07F2;
}
</style>
border-color css
<style>
span { border-color: #AF07F2; }
span { border-color: rgb(175,7,242); }
td.TdClassName
{
border-color: #AF07F2;
}
.TagClassName
{
border-color: #AF07F2;
}
</style>