Shades of Electric Purple #AF16F0
Tints of Electric Purple #AF16F0
RGB
CMYK
RGB Variations
Color information
#AF16F0 (or 0xAF16F0) is known color: Electric Purple. HEX triplet: AF, 16 and F0. RGB value is (175,22,240). Sum of RGB (Red+Green+Blue) = 175+22+240=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF16F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16F0 is #50E90F. Grayscale: #5B5B5B. Windows color (decimal): -5302544 or 15734447. OLE color: 15734447.
HSL color Cylindrical-coordinate representation of color #AF16F0: hue angle of 282.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16F0 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 22 | 240 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.06 |
| HSL | 282.11º | 0.88% | 0.51% | - |
| HSV(B) | 282.11º | 0.91% | 0.94% | - |
| XYZ | 33.69 | 15.98 | 83.75 | - |
| YUV | 92.6 | 211.19 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 240 | 0.27 | 0.91 | 0 | 0.06 | 282.11 | 0.88 | 0.51 |
| Hex | AF | 16 | F0 | 1B | 5B | 0 | 6 | 11A | 58 | 33 |
| Octal | 257 | 26 | 360 | 33 | 133 | 0 | 6 | 432 | 130 | 63 |
| Binary | 10101111 | 10110 | 11110000 | 11011 | 1011011 | 0 | 110 | 100011010 | 1011000 | 110011 |
Color Harmonies of #AF16F0
Complementary color
Monochromatic Colors of #AF16F0
Black with #AF16F0
Text Example
Text Example
White with #AF16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16F0; }
p { color: rgb(175,22,240); }
H1.HeaderClassName
{
color: #AF16F0;
}
.AnyTagClassName
{
color: #AF16F0;
}
</style>
background-color css
<style>
a { background-color: #AF16F0; }
a { background-color: rgb(175,22,240); }
div.DivClassName
{
background-color: #AF16F0;
}
.BgClassName
{
background-color: #AF16F0;
}
</style>
border-color css
<style>
span { border-color: #AF16F0; }
span { border-color: rgb(175,22,240); }
td.TdClassName
{
border-color: #AF16F0;
}
.TagClassName
{
border-color: #AF16F0;
}
</style>