Shades of Electric Purple #AF16F8
Tints of Electric Purple #AF16F8
RGB
CMYK
RGB Variations
Color information
#AF16F8 (or 0xAF16F8) is known color: Electric Purple. HEX triplet: AF, 16 and F8. RGB value is (175,22,248). Sum of RGB (Red+Green+Blue) = 175+22+248=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF16F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16F8 is #50E907. Grayscale: #5C5C5C. Windows color (decimal): -5302536 or 16258735. OLE color: 16258735.
HSL color Cylindrical-coordinate representation of color #AF16F8: hue angle of 280.62º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16F8 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 22 | 248 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.03 |
| HSL | 280.62º | 0.94% | 0.53% | - |
| HSV(B) | 280.62º | 0.91% | 0.97% | - |
| XYZ | 34.91 | 16.47 | 90.15 | - |
| YUV | 93.51 | 215.19 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 248 | 0.29 | 0.91 | 0 | 0.03 | 280.62 | 0.94 | 0.53 |
| Hex | AF | 16 | F8 | 1D | 5B | 0 | 3 | 119 | 5E | 35 |
| Octal | 257 | 26 | 370 | 35 | 133 | 0 | 3 | 431 | 136 | 65 |
| Binary | 10101111 | 10110 | 11111000 | 11101 | 1011011 | 0 | 11 | 100011001 | 1011110 | 110101 |
Color Harmonies of #AF16F8
Complementary color
Monochromatic Colors of #AF16F8
Black with #AF16F8
Text Example
Text Example
White with #AF16F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16F8; }
p { color: rgb(175,22,248); }
H1.HeaderClassName
{
color: #AF16F8;
}
.AnyTagClassName
{
color: #AF16F8;
}
</style>
background-color css
<style>
a { background-color: #AF16F8; }
a { background-color: rgb(175,22,248); }
div.DivClassName
{
background-color: #AF16F8;
}
.BgClassName
{
background-color: #AF16F8;
}
</style>
border-color css
<style>
span { border-color: #AF16F8; }
span { border-color: rgb(175,22,248); }
td.TdClassName
{
border-color: #AF16F8;
}
.TagClassName
{
border-color: #AF16F8;
}
</style>