Shades of Electric Purple #AF0FED
Tints of Electric Purple #AF0FED
RGB
CMYK
RGB Variations
Color information
#AF0FED (or 0xAF0FED) is known color: Electric Purple. HEX triplet: AF, 0F and ED. RGB value is (175,15,237). Sum of RGB (Red+Green+Blue) = 175+15+237=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF0FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FED is #50F012. Grayscale: #575757. Windows color (decimal): -5304339 or 15536047. OLE color: 15536047.
HSL color Cylindrical-coordinate representation of color #AF0FED: hue angle of 283.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0FED is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 15 | 237 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.07 |
| HSL | 283.24º | 0.88% | 0.49% | - |
| HSV(B) | 283.24º | 0.94% | 0.93% | - |
| XYZ | 33.14 | 15.57 | 81.38 | - |
| YUV | 88.15 | 212.01 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 237 | 0.26 | 0.94 | 0 | 0.07 | 283.24 | 0.88 | 0.49 |
| Hex | AF | F | ED | 1A | 5E | 0 | 7 | 11B | 58 | 31 |
| Octal | 257 | 17 | 355 | 32 | 136 | 0 | 7 | 433 | 130 | 61 |
| Binary | 10101111 | 1111 | 11101101 | 11010 | 1011110 | 0 | 111 | 100011011 | 1011000 | 110001 |
Color Harmonies of #AF0FED
Complementary color
Monochromatic Colors of #AF0FED
Black with #AF0FED
Text Example
Text Example
White with #AF0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FED; }
p { color: rgb(175,15,237); }
H1.HeaderClassName
{
color: #AF0FED;
}
.AnyTagClassName
{
color: #AF0FED;
}
</style>
background-color css
<style>
a { background-color: #AF0FED; }
a { background-color: rgb(175,15,237); }
div.DivClassName
{
background-color: #AF0FED;
}
.BgClassName
{
background-color: #AF0FED;
}
</style>
border-color css
<style>
span { border-color: #AF0FED; }
span { border-color: rgb(175,15,237); }
td.TdClassName
{
border-color: #AF0FED;
}
.TagClassName
{
border-color: #AF0FED;
}
</style>