Shades of Electric Purple #AF17FB
Tints of Electric Purple #AF17FB
RGB
CMYK
RGB Variations
Color information
#AF17FB (or 0xAF17FB) is known color: Electric Purple. HEX triplet: AF, 17 and FB. RGB value is (175,23,251). Sum of RGB (Red+Green+Blue) = 175+23+251=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF17FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17FB is #50E804. Grayscale: #5D5D5D. Windows color (decimal): -5302277 or 16455599. OLE color: 16455599.
HSL color Cylindrical-coordinate representation of color #AF17FB: hue angle of 280º 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 #AF17FB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 23 | 251 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.02 |
| HSL | 280º | 0.97% | 0.54% | - |
| HSV(B) | 280º | 0.91% | 0.98% | - |
| XYZ | 35.4 | 16.69 | 92.62 | - |
| YUV | 94.44 | 216.36 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 251 | 0.30 | 0.91 | 0 | 0.02 | 280 | 0.97 | 0.54 |
| Hex | AF | 17 | FB | 1E | 5B | 0 | 2 | 118 | 61 | 36 |
| Octal | 257 | 27 | 373 | 36 | 133 | 0 | 2 | 430 | 141 | 66 |
| Binary | 10101111 | 10111 | 11111011 | 11110 | 1011011 | 0 | 10 | 100011000 | 1100001 | 110110 |
Color Harmonies of #AF17FB
Complementary color
Monochromatic Colors of #AF17FB
Black with #AF17FB
Text Example
Text Example
White with #AF17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17FB; }
p { color: rgb(175,23,251); }
H1.HeaderClassName
{
color: #AF17FB;
}
.AnyTagClassName
{
color: #AF17FB;
}
</style>
background-color css
<style>
a { background-color: #AF17FB; }
a { background-color: rgb(175,23,251); }
div.DivClassName
{
background-color: #AF17FB;
}
.BgClassName
{
background-color: #AF17FB;
}
</style>
border-color css
<style>
span { border-color: #AF17FB; }
span { border-color: rgb(175,23,251); }
td.TdClassName
{
border-color: #AF17FB;
}
.TagClassName
{
border-color: #AF17FB;
}
</style>