Shades of Electric Purple #AF10F0
Tints of Electric Purple #AF10F0
RGB
CMYK
RGB Variations
Color information
#AF10F0 (or 0xAF10F0) is known color: Electric Purple. HEX triplet: AF, 10 and F0. RGB value is (175,16,240). Sum of RGB (Red+Green+Blue) = 175+16+240=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF10F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10F0 is #50EF0F. Grayscale: #585858. Windows color (decimal): -5304080 or 15732911. OLE color: 15732911.
HSL color Cylindrical-coordinate representation of color #AF10F0: hue angle of 282.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10F0 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 16 | 240 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.06 |
| HSL | 282.59º | 0.88% | 0.5% | - |
| HSV(B) | 282.59º | 0.93% | 0.94% | - |
| XYZ | 33.59 | 15.78 | 83.71 | - |
| YUV | 89.08 | 213.18 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 240 | 0.27 | 0.93 | 0 | 0.06 | 282.59 | 0.88 | 0.5 |
| Hex | AF | 10 | F0 | 1B | 5D | 0 | 6 | 11B | 58 | 32 |
| Octal | 257 | 20 | 360 | 33 | 135 | 0 | 6 | 433 | 130 | 62 |
| Binary | 10101111 | 10000 | 11110000 | 11011 | 1011101 | 0 | 110 | 100011011 | 1011000 | 110010 |
Color Harmonies of #AF10F0
Complementary color
Monochromatic Colors of #AF10F0
Black with #AF10F0
Text Example
Text Example
White with #AF10F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10F0; }
p { color: rgb(175,16,240); }
H1.HeaderClassName
{
color: #AF10F0;
}
.AnyTagClassName
{
color: #AF10F0;
}
</style>
background-color css
<style>
a { background-color: #AF10F0; }
a { background-color: rgb(175,16,240); }
div.DivClassName
{
background-color: #AF10F0;
}
.BgClassName
{
background-color: #AF10F0;
}
</style>
border-color css
<style>
span { border-color: #AF10F0; }
span { border-color: rgb(175,16,240); }
td.TdClassName
{
border-color: #AF10F0;
}
.TagClassName
{
border-color: #AF10F0;
}
</style>