Shades of Electric Purple #AF02E4
Tints of Electric Purple #AF02E4
RGB
CMYK
RGB Variations
Color information
#AF02E4 (or 0xAF02E4) is known color: Electric Purple. HEX triplet: AF, 02 and E4. RGB value is (175,2,228). Sum of RGB (Red+Green+Blue) = 175+2+228=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF02E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02E4 is #50FD1B. Grayscale: #4E4E4E. Windows color (decimal): -5307676 or 14942895. OLE color: 14942895.
HSL color Cylindrical-coordinate representation of color #AF02E4: hue angle of 285.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02E4 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 2 | 228 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.11 |
| HSL | 285.93º | 0.98% | 0.45% | - |
| HSV(B) | 285.93º | 0.99% | 0.89% | - |
| XYZ | 31.7 | 14.76 | 74.58 | - |
| YUV | 79.49 | 211.81 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 228 | 0.23 | 0.99 | 0 | 0.11 | 285.93 | 0.98 | 0.45 |
| Hex | AF | 2 | E4 | 17 | 63 | 0 | B | 11E | 62 | 2D |
| Octal | 257 | 2 | 344 | 27 | 143 | 0 | 13 | 436 | 142 | 55 |
| Binary | 10101111 | 10 | 11100100 | 10111 | 1100011 | 0 | 1011 | 100011110 | 1100010 | 101101 |
Color Harmonies of #AF02E4
Complementary color
Monochromatic Colors of #AF02E4
Black with #AF02E4
Text Example
Text Example
White with #AF02E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02E4; }
p { color: rgb(175,2,228); }
H1.HeaderClassName
{
color: #AF02E4;
}
.AnyTagClassName
{
color: #AF02E4;
}
</style>
background-color css
<style>
a { background-color: #AF02E4; }
a { background-color: rgb(175,2,228); }
div.DivClassName
{
background-color: #AF02E4;
}
.BgClassName
{
background-color: #AF02E4;
}
</style>
border-color css
<style>
span { border-color: #AF02E4; }
span { border-color: rgb(175,2,228); }
td.TdClassName
{
border-color: #AF02E4;
}
.TagClassName
{
border-color: #AF02E4;
}
</style>