Shades of Electric Purple #AF16EA
Tints of Electric Purple #AF16EA
RGB
CMYK
RGB Variations
Color information
#AF16EA (or 0xAF16EA) is known color: Electric Purple. HEX triplet: AF, 16 and EA. RGB value is (175,22,234). Sum of RGB (Red+Green+Blue) = 175+22+234=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF16EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16EA is #50E915. Grayscale: #5B5B5B. Windows color (decimal): -5302550 or 15341231. OLE color: 15341231.
HSL color Cylindrical-coordinate representation of color #AF16EA: hue angle of 283.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16EA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 22 | 234 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.08 |
| HSL | 283.3º | 0.83% | 0.5% | - |
| HSV(B) | 283.3º | 0.91% | 0.92% | - |
| XYZ | 32.82 | 15.63 | 79.13 | - |
| YUV | 91.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 234 | 0.25 | 0.91 | 0 | 0.08 | 283.3 | 0.83 | 0.5 |
| Hex | AF | 16 | EA | 19 | 5B | 0 | 8 | 11B | 53 | 32 |
| Octal | 257 | 26 | 352 | 31 | 133 | 0 | 10 | 433 | 123 | 62 |
| Binary | 10101111 | 10110 | 11101010 | 11001 | 1011011 | 0 | 1000 | 100011011 | 1010011 | 110010 |
Color Harmonies of #AF16EA
Complementary color
Monochromatic Colors of #AF16EA
Black with #AF16EA
Text Example
Text Example
White with #AF16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16EA; }
p { color: rgb(175,22,234); }
H1.HeaderClassName
{
color: #AF16EA;
}
.AnyTagClassName
{
color: #AF16EA;
}
</style>
background-color css
<style>
a { background-color: #AF16EA; }
a { background-color: rgb(175,22,234); }
div.DivClassName
{
background-color: #AF16EA;
}
.BgClassName
{
background-color: #AF16EA;
}
</style>
border-color css
<style>
span { border-color: #AF16EA; }
span { border-color: rgb(175,22,234); }
td.TdClassName
{
border-color: #AF16EA;
}
.TagClassName
{
border-color: #AF16EA;
}
</style>