Shades of Electric Purple #AF0EEA
Tints of Electric Purple #AF0EEA
RGB
CMYK
RGB Variations
Color information
#AF0EEA (or 0xAF0EEA) is known color: Electric Purple. HEX triplet: AF, 0E and EA. RGB value is (175,14,234). Sum of RGB (Red+Green+Blue) = 175+14+234=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF0EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EEA is #50F115. Grayscale: #565656. Windows color (decimal): -5304598 or 15339183. OLE color: 15339183.
HSL color Cylindrical-coordinate representation of color #AF0EEA: hue angle of 283.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EEA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 14 | 234 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.08 |
| HSL | 283.91º | 0.89% | 0.49% | - |
| HSV(B) | 283.91º | 0.94% | 0.92% | - |
| XYZ | 32.69 | 15.37 | 79.09 | - |
| YUV | 87.22 | 210.84 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 234 | 0.25 | 0.94 | 0 | 0.08 | 283.91 | 0.89 | 0.49 |
| Hex | AF | E | EA | 19 | 5E | 0 | 8 | 11C | 59 | 31 |
| Octal | 257 | 16 | 352 | 31 | 136 | 0 | 10 | 434 | 131 | 61 |
| Binary | 10101111 | 1110 | 11101010 | 11001 | 1011110 | 0 | 1000 | 100011100 | 1011001 | 110001 |
Color Harmonies of #AF0EEA
Complementary color
Monochromatic Colors of #AF0EEA
Black with #AF0EEA
Text Example
Text Example
White with #AF0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EEA; }
p { color: rgb(175,14,234); }
H1.HeaderClassName
{
color: #AF0EEA;
}
.AnyTagClassName
{
color: #AF0EEA;
}
</style>
background-color css
<style>
a { background-color: #AF0EEA; }
a { background-color: rgb(175,14,234); }
div.DivClassName
{
background-color: #AF0EEA;
}
.BgClassName
{
background-color: #AF0EEA;
}
</style>
border-color css
<style>
span { border-color: #AF0EEA; }
span { border-color: rgb(175,14,234); }
td.TdClassName
{
border-color: #AF0EEA;
}
.TagClassName
{
border-color: #AF0EEA;
}
</style>