Shades of Electric Purple #AF04EA
Tints of Electric Purple #AF04EA
RGB
CMYK
RGB Variations
Color information
#AF04EA (or 0xAF04EA) is known color: Electric Purple. HEX triplet: AF, 04 and EA. RGB value is (175,4,234). Sum of RGB (Red+Green+Blue) = 175+4+234=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF04EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04EA is #50FB15. Grayscale: #505050. Windows color (decimal): -5307158 or 15336623. OLE color: 15336623.
HSL color Cylindrical-coordinate representation of color #AF04EA: hue angle of 284.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04EA is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 4 | 234 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.08 |
| HSL | 284.61º | 0.97% | 0.47% | - |
| HSV(B) | 284.61º | 0.98% | 0.92% | - |
| XYZ | 32.57 | 15.14 | 79.05 | - |
| YUV | 81.35 | 214.15 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 234 | 0.25 | 0.98 | 0 | 0.08 | 284.61 | 0.97 | 0.47 |
| Hex | AF | 4 | EA | 19 | 62 | 0 | 8 | 11D | 61 | 2F |
| Octal | 257 | 4 | 352 | 31 | 142 | 0 | 10 | 435 | 141 | 57 |
| Binary | 10101111 | 100 | 11101010 | 11001 | 1100010 | 0 | 1000 | 100011101 | 1100001 | 101111 |
Color Harmonies of #AF04EA
Complementary color
Monochromatic Colors of #AF04EA
Black with #AF04EA
Text Example
Text Example
White with #AF04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04EA; }
p { color: rgb(175,4,234); }
H1.HeaderClassName
{
color: #AF04EA;
}
.AnyTagClassName
{
color: #AF04EA;
}
</style>
background-color css
<style>
a { background-color: #AF04EA; }
a { background-color: rgb(175,4,234); }
div.DivClassName
{
background-color: #AF04EA;
}
.BgClassName
{
background-color: #AF04EA;
}
</style>
border-color css
<style>
span { border-color: #AF04EA; }
span { border-color: rgb(175,4,234); }
td.TdClassName
{
border-color: #AF04EA;
}
.TagClassName
{
border-color: #AF04EA;
}
</style>