Shades of Electric Purple #AF28FB
Tints of Electric Purple #AF28FB
RGB
CMYK
RGB Variations
Color information
#AF28FB (or 0xAF28FB) is known color: Electric Purple. HEX triplet: AF, 28 and FB. RGB value is (175,40,251). Sum of RGB (Red+Green+Blue) = 175+40+251=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF28FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28FB is #50D704. Grayscale: #676767. Windows color (decimal): -5297925 or 16459951. OLE color: 16459951.
HSL color Cylindrical-coordinate representation of color #AF28FB: hue angle of 278.39º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF28FB is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 40 | 251 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.02 |
| HSL | 278.39º | 0.96% | 0.57% | - |
| HSV(B) | 278.39º | 0.84% | 0.98% | - |
| XYZ | 35.85 | 17.6 | 92.77 | - |
| YUV | 104.42 | 210.73 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 251 | 0.30 | 0.84 | 0 | 0.02 | 278.39 | 0.96 | 0.57 |
| Hex | AF | 28 | FB | 1E | 54 | 0 | 2 | 116 | 60 | 39 |
| Octal | 257 | 50 | 373 | 36 | 124 | 0 | 2 | 426 | 140 | 71 |
| Binary | 10101111 | 101000 | 11111011 | 11110 | 1010100 | 0 | 10 | 100010110 | 1100000 | 111001 |
Color Harmonies of #AF28FB
Complementary color
Monochromatic Colors of #AF28FB
Black with #AF28FB
Text Example
Text Example
White with #AF28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28FB; }
p { color: rgb(175,40,251); }
H1.HeaderClassName
{
color: #AF28FB;
}
.AnyTagClassName
{
color: #AF28FB;
}
</style>
background-color css
<style>
a { background-color: #AF28FB; }
a { background-color: rgb(175,40,251); }
div.DivClassName
{
background-color: #AF28FB;
}
.BgClassName
{
background-color: #AF28FB;
}
</style>
border-color css
<style>
span { border-color: #AF28FB; }
span { border-color: rgb(175,40,251); }
td.TdClassName
{
border-color: #AF28FB;
}
.TagClassName
{
border-color: #AF28FB;
}
</style>