Shades of Electric Purple #AF16FB
Tints of Electric Purple #AF16FB
RGB
CMYK
RGB Variations
Color information
#AF16FB (or 0xAF16FB) is known color: Electric Purple. HEX triplet: AF, 16 and FB. RGB value is (175,22,251). Sum of RGB (Red+Green+Blue) = 175+22+251=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF16FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16FB is #50E904. Grayscale: #5D5D5D. Windows color (decimal): -5302533 or 16455343. OLE color: 16455343.
HSL color Cylindrical-coordinate representation of color #AF16FB: hue angle of 280.09º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16FB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 22 | 251 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.02 |
| HSL | 280.09º | 0.97% | 0.54% | - |
| HSV(B) | 280.09º | 0.91% | 0.98% | - |
| XYZ | 35.38 | 16.65 | 92.62 | - |
| YUV | 93.85 | 216.69 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 251 | 0.30 | 0.91 | 0 | 0.02 | 280.09 | 0.97 | 0.54 |
| Hex | AF | 16 | FB | 1E | 5B | 0 | 2 | 118 | 61 | 36 |
| Octal | 257 | 26 | 373 | 36 | 133 | 0 | 2 | 430 | 141 | 66 |
| Binary | 10101111 | 10110 | 11111011 | 11110 | 1011011 | 0 | 10 | 100011000 | 1100001 | 110110 |
Color Harmonies of #AF16FB
Complementary color
Monochromatic Colors of #AF16FB
Black with #AF16FB
Text Example
Text Example
White with #AF16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16FB; }
p { color: rgb(175,22,251); }
H1.HeaderClassName
{
color: #AF16FB;
}
.AnyTagClassName
{
color: #AF16FB;
}
</style>
background-color css
<style>
a { background-color: #AF16FB; }
a { background-color: rgb(175,22,251); }
div.DivClassName
{
background-color: #AF16FB;
}
.BgClassName
{
background-color: #AF16FB;
}
</style>
border-color css
<style>
span { border-color: #AF16FB; }
span { border-color: rgb(175,22,251); }
td.TdClassName
{
border-color: #AF16FB;
}
.TagClassName
{
border-color: #AF16FB;
}
</style>