Shades of Electric Purple #AF28F9
Tints of Electric Purple #AF28F9
RGB
CMYK
RGB Variations
Color information
#AF28F9 (or 0xAF28F9) is known color: Electric Purple. HEX triplet: AF, 28 and F9. RGB value is (175,40,249). Sum of RGB (Red+Green+Blue) = 175+40+249=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF28F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28F9 is #50D706. Grayscale: #676767. Windows color (decimal): -5297927 or 16328879. OLE color: 16328879.
HSL color Cylindrical-coordinate representation of color #AF28F9: hue angle of 278.76º degrees, saturation: 0.95, 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 #AF28F9 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 40 | 249 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.02 |
| HSL | 278.76º | 0.95% | 0.57% | - |
| HSV(B) | 278.76º | 0.84% | 0.98% | - |
| XYZ | 35.54 | 17.47 | 91.12 | - |
| YUV | 104.19 | 209.73 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 249 | 0.30 | 0.84 | 0 | 0.02 | 278.76 | 0.95 | 0.57 |
| Hex | AF | 28 | F9 | 1E | 54 | 0 | 2 | 117 | 5F | 39 |
| Octal | 257 | 50 | 371 | 36 | 124 | 0 | 2 | 427 | 137 | 71 |
| Binary | 10101111 | 101000 | 11111001 | 11110 | 1010100 | 0 | 10 | 100010111 | 1011111 | 111001 |
Color Harmonies of #AF28F9
Complementary color
Monochromatic Colors of #AF28F9
Black with #AF28F9
Text Example
Text Example
White with #AF28F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28F9; }
p { color: rgb(175,40,249); }
H1.HeaderClassName
{
color: #AF28F9;
}
.AnyTagClassName
{
color: #AF28F9;
}
</style>
background-color css
<style>
a { background-color: #AF28F9; }
a { background-color: rgb(175,40,249); }
div.DivClassName
{
background-color: #AF28F9;
}
.BgClassName
{
background-color: #AF28F9;
}
</style>
border-color css
<style>
span { border-color: #AF28F9; }
span { border-color: rgb(175,40,249); }
td.TdClassName
{
border-color: #AF28F9;
}
.TagClassName
{
border-color: #AF28F9;
}
</style>