Shades of Electric Purple #AF0FEF
Tints of Electric Purple #AF0FEF
RGB
CMYK
RGB Variations
Color information
#AF0FEF (or 0xAF0FEF) is known color: Electric Purple. HEX triplet: AF, 0F and EF. RGB value is (175,15,239). Sum of RGB (Red+Green+Blue) = 175+15+239=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF0FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FEF is #50F010. Grayscale: #575757. Windows color (decimal): -5304337 or 15667119. OLE color: 15667119.
HSL color Cylindrical-coordinate representation of color #AF0FEF: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0FEF is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 15 | 239 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.06 |
| HSL | 282.86º | 0.88% | 0.5% | - |
| HSV(B) | 282.86º | 0.94% | 0.94% | - |
| XYZ | 33.43 | 15.69 | 82.93 | - |
| YUV | 88.38 | 213.01 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 239 | 0.27 | 0.94 | 0 | 0.06 | 282.86 | 0.88 | 0.5 |
| Hex | AF | F | EF | 1B | 5E | 0 | 6 | 11B | 58 | 32 |
| Octal | 257 | 17 | 357 | 33 | 136 | 0 | 6 | 433 | 130 | 62 |
| Binary | 10101111 | 1111 | 11101111 | 11011 | 1011110 | 0 | 110 | 100011011 | 1011000 | 110010 |
Color Harmonies of #AF0FEF
Complementary color
Monochromatic Colors of #AF0FEF
Black with #AF0FEF
Text Example
Text Example
White with #AF0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FEF; }
p { color: rgb(175,15,239); }
H1.HeaderClassName
{
color: #AF0FEF;
}
.AnyTagClassName
{
color: #AF0FEF;
}
</style>
background-color css
<style>
a { background-color: #AF0FEF; }
a { background-color: rgb(175,15,239); }
div.DivClassName
{
background-color: #AF0FEF;
}
.BgClassName
{
background-color: #AF0FEF;
}
</style>
border-color css
<style>
span { border-color: #AF0FEF; }
span { border-color: rgb(175,15,239); }
td.TdClassName
{
border-color: #AF0FEF;
}
.TagClassName
{
border-color: #AF0FEF;
}
</style>