Shades of Electric Purple #AF16FF
Tints of Electric Purple #AF16FF
RGB
CMYK
RGB Variations
Color information
#AF16FF (or 0xAF16FF) is known color: Electric Purple. HEX triplet: AF, 16 and FF. RGB value is (175,22,255). Sum of RGB (Red+Green+Blue) = 175+22+255=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16FF is #50E900. Grayscale: #5D5D5D. Windows color (decimal): -5302529 or 16717487. OLE color: 16717487.
HSL color Cylindrical-coordinate representation of color #AF16FF: hue angle of 279.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16FF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 22 | 255 | - |
| CMYK | 0.31 | 0.91 | 0 | 0 |
| HSL | 279.4º | 1% | 0.54% | - |
| HSV(B) | 279.4º | 0.91% | 1% | - |
| XYZ | 36.02 | 16.91 | 95.97 | - |
| YUV | 94.31 | 218.69 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 255 | 0.31 | 0.91 | 0 | 0 | 279.4 | 1 | 0.54 |
| Hex | AF | 16 | FF | 1F | 5B | 0 | 0 | 117 | 64 | 36 |
| Octal | 257 | 26 | 377 | 37 | 133 | 0 | 0 | 427 | 144 | 66 |
| Binary | 10101111 | 10110 | 11111111 | 11111 | 1011011 | 0 | 0 | 100010111 | 1100100 | 110110 |
Color Harmonies of #AF16FF
Complementary color
Monochromatic Colors of #AF16FF
Black with #AF16FF
Text Example
Text Example
White with #AF16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16FF; }
p { color: rgb(175,22,255); }
H1.HeaderClassName
{
color: #AF16FF;
}
.AnyTagClassName
{
color: #AF16FF;
}
</style>
background-color css
<style>
a { background-color: #AF16FF; }
a { background-color: rgb(175,22,255); }
div.DivClassName
{
background-color: #AF16FF;
}
.BgClassName
{
background-color: #AF16FF;
}
</style>
border-color css
<style>
span { border-color: #AF16FF; }
span { border-color: rgb(175,22,255); }
td.TdClassName
{
border-color: #AF16FF;
}
.TagClassName
{
border-color: #AF16FF;
}
</style>