Shades of Electric Purple #AF16EC
Tints of Electric Purple #AF16EC
RGB
CMYK
RGB Variations
Color information
#AF16EC (or 0xAF16EC) is known color: Electric Purple. HEX triplet: AF, 16 and EC. RGB value is (175,22,236). Sum of RGB (Red+Green+Blue) = 175+22+236=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF16EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16EC is #50E913. Grayscale: #5B5B5B. Windows color (decimal): -5302548 or 15472303. OLE color: 15472303.
HSL color Cylindrical-coordinate representation of color #AF16EC: hue angle of 282.9º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16EC is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 22 | 236 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.07 |
| HSL | 282.9º | 0.85% | 0.51% | - |
| HSV(B) | 282.9º | 0.91% | 0.93% | - |
| XYZ | 33.11 | 15.74 | 80.65 | - |
| YUV | 92.14 | 209.19 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 236 | 0.26 | 0.91 | 0 | 0.07 | 282.9 | 0.85 | 0.51 |
| Hex | AF | 16 | EC | 1A | 5B | 0 | 7 | 11B | 55 | 33 |
| Octal | 257 | 26 | 354 | 32 | 133 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10101111 | 10110 | 11101100 | 11010 | 1011011 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #AF16EC
Complementary color
Monochromatic Colors of #AF16EC
Black with #AF16EC
Text Example
Text Example
White with #AF16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16EC; }
p { color: rgb(175,22,236); }
H1.HeaderClassName
{
color: #AF16EC;
}
.AnyTagClassName
{
color: #AF16EC;
}
</style>
background-color css
<style>
a { background-color: #AF16EC; }
a { background-color: rgb(175,22,236); }
div.DivClassName
{
background-color: #AF16EC;
}
.BgClassName
{
background-color: #AF16EC;
}
</style>
border-color css
<style>
span { border-color: #AF16EC; }
span { border-color: rgb(175,22,236); }
td.TdClassName
{
border-color: #AF16EC;
}
.TagClassName
{
border-color: #AF16EC;
}
</style>