Shades of Electric Purple #AF16F9
Tints of Electric Purple #AF16F9
RGB
CMYK
RGB Variations
Color information
#AF16F9 (or 0xAF16F9) is known color: Electric Purple. HEX triplet: AF, 16 and F9. RGB value is (175,22,249). Sum of RGB (Red+Green+Blue) = 175+22+249=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF16F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16F9 is #50E906. Grayscale: #5C5C5C. Windows color (decimal): -5302535 or 16324271. OLE color: 16324271.
HSL color Cylindrical-coordinate representation of color #AF16F9: hue angle of 280.44º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16F9 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 22 | 249 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.02 |
| HSL | 280.44º | 0.95% | 0.53% | - |
| HSV(B) | 280.44º | 0.91% | 0.98% | - |
| XYZ | 35.06 | 16.53 | 90.96 | - |
| YUV | 93.63 | 215.69 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 249 | 0.30 | 0.91 | 0 | 0.02 | 280.44 | 0.95 | 0.53 |
| Hex | AF | 16 | F9 | 1E | 5B | 0 | 2 | 118 | 5F | 35 |
| Octal | 257 | 26 | 371 | 36 | 133 | 0 | 2 | 430 | 137 | 65 |
| Binary | 10101111 | 10110 | 11111001 | 11110 | 1011011 | 0 | 10 | 100011000 | 1011111 | 110101 |
Color Harmonies of #AF16F9
Complementary color
Monochromatic Colors of #AF16F9
Black with #AF16F9
Text Example
Text Example
White with #AF16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16F9; }
p { color: rgb(175,22,249); }
H1.HeaderClassName
{
color: #AF16F9;
}
.AnyTagClassName
{
color: #AF16F9;
}
</style>
background-color css
<style>
a { background-color: #AF16F9; }
a { background-color: rgb(175,22,249); }
div.DivClassName
{
background-color: #AF16F9;
}
.BgClassName
{
background-color: #AF16F9;
}
</style>
border-color css
<style>
span { border-color: #AF16F9; }
span { border-color: rgb(175,22,249); }
td.TdClassName
{
border-color: #AF16F9;
}
.TagClassName
{
border-color: #AF16F9;
}
</style>