Shades of Electric Purple #AF11EA
Tints of Electric Purple #AF11EA
RGB
CMYK
RGB Variations
Color information
#AF11EA (or 0xAF11EA) is known color: Electric Purple. HEX triplet: AF, 11 and EA. RGB value is (175,17,234). Sum of RGB (Red+Green+Blue) = 175+17+234=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF11EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11EA is #50EE15. Grayscale: #585858. Windows color (decimal): -5303830 or 15339951. OLE color: 15339951.
HSL color Cylindrical-coordinate representation of color #AF11EA: hue angle of 283.69º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF11EA is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 17 | 234 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.08 |
| HSL | 283.69º | 0.86% | 0.49% | - |
| HSV(B) | 283.69º | 0.93% | 0.92% | - |
| XYZ | 32.73 | 15.46 | 79.1 | - |
| YUV | 88.98 | 209.85 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 234 | 0.25 | 0.93 | 0 | 0.08 | 283.69 | 0.86 | 0.49 |
| Hex | AF | 11 | EA | 19 | 5D | 0 | 8 | 11C | 56 | 31 |
| Octal | 257 | 21 | 352 | 31 | 135 | 0 | 10 | 434 | 126 | 61 |
| Binary | 10101111 | 10001 | 11101010 | 11001 | 1011101 | 0 | 1000 | 100011100 | 1010110 | 110001 |
Color Harmonies of #AF11EA
Complementary color
Monochromatic Colors of #AF11EA
Black with #AF11EA
Text Example
Text Example
White with #AF11EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11EA; }
p { color: rgb(175,17,234); }
H1.HeaderClassName
{
color: #AF11EA;
}
.AnyTagClassName
{
color: #AF11EA;
}
</style>
background-color css
<style>
a { background-color: #AF11EA; }
a { background-color: rgb(175,17,234); }
div.DivClassName
{
background-color: #AF11EA;
}
.BgClassName
{
background-color: #AF11EA;
}
</style>
border-color css
<style>
span { border-color: #AF11EA; }
span { border-color: rgb(175,17,234); }
td.TdClassName
{
border-color: #AF11EA;
}
.TagClassName
{
border-color: #AF11EA;
}
</style>