Shades of Electric Purple #AF10F9
Tints of Electric Purple #AF10F9
RGB
CMYK
RGB Variations
Color information
#AF10F9 (or 0xAF10F9) is known color: Electric Purple. HEX triplet: AF, 10 and F9. RGB value is (175,16,249). Sum of RGB (Red+Green+Blue) = 175+16+249=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF10F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10F9 is #50EF06. Grayscale: #595959. Windows color (decimal): -5304071 or 16322735. OLE color: 16322735.
HSL color Cylindrical-coordinate representation of color #AF10F9: hue angle of 280.94º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF10F9 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 16 | 249 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.02 |
| HSL | 280.94º | 0.95% | 0.52% | - |
| HSV(B) | 280.94º | 0.94% | 0.98% | - |
| XYZ | 34.96 | 16.32 | 90.93 | - |
| YUV | 90.1 | 217.68 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 249 | 0.30 | 0.94 | 0 | 0.02 | 280.94 | 0.95 | 0.52 |
| Hex | AF | 10 | F9 | 1E | 5E | 0 | 2 | 119 | 5F | 34 |
| Octal | 257 | 20 | 371 | 36 | 136 | 0 | 2 | 431 | 137 | 64 |
| Binary | 10101111 | 10000 | 11111001 | 11110 | 1011110 | 0 | 10 | 100011001 | 1011111 | 110100 |
Color Harmonies of #AF10F9
Complementary color
Monochromatic Colors of #AF10F9
Black with #AF10F9
Text Example
Text Example
White with #AF10F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10F9; }
p { color: rgb(175,16,249); }
H1.HeaderClassName
{
color: #AF10F9;
}
.AnyTagClassName
{
color: #AF10F9;
}
</style>
background-color css
<style>
a { background-color: #AF10F9; }
a { background-color: rgb(175,16,249); }
div.DivClassName
{
background-color: #AF10F9;
}
.BgClassName
{
background-color: #AF10F9;
}
</style>
border-color css
<style>
span { border-color: #AF10F9; }
span { border-color: rgb(175,16,249); }
td.TdClassName
{
border-color: #AF10F9;
}
.TagClassName
{
border-color: #AF10F9;
}
</style>