Shades of Electric Purple #AF1FED
Tints of Electric Purple #AF1FED
RGB
CMYK
RGB Variations
Color information
#AF1FED (or 0xAF1FED) is known color: Electric Purple. HEX triplet: AF, 1F and ED. RGB value is (175,31,237). Sum of RGB (Red+Green+Blue) = 175+31+237=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1FED is #50E012. Grayscale: #606060. Windows color (decimal): -5300243 or 15540143. OLE color: 15540143.
HSL color Cylindrical-coordinate representation of color #AF1FED: hue angle of 281.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1FED is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 31 | 237 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.07 |
| HSL | 281.94º | 0.85% | 0.53% | - |
| HSV(B) | 281.94º | 0.87% | 0.93% | - |
| XYZ | 33.46 | 16.21 | 81.49 | - |
| YUV | 97.54 | 206.71 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 237 | 0.26 | 0.87 | 0 | 0.07 | 281.94 | 0.85 | 0.53 |
| Hex | AF | 1F | ED | 1A | 57 | 0 | 7 | 11A | 55 | 35 |
| Octal | 257 | 37 | 355 | 32 | 127 | 0 | 7 | 432 | 125 | 65 |
| Binary | 10101111 | 11111 | 11101101 | 11010 | 1010111 | 0 | 111 | 100011010 | 1010101 | 110101 |
Color Harmonies of #AF1FED
Complementary color
Monochromatic Colors of #AF1FED
Black with #AF1FED
Text Example
Text Example
White with #AF1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FED; }
p { color: rgb(175,31,237); }
H1.HeaderClassName
{
color: #AF1FED;
}
.AnyTagClassName
{
color: #AF1FED;
}
</style>
background-color css
<style>
a { background-color: #AF1FED; }
a { background-color: rgb(175,31,237); }
div.DivClassName
{
background-color: #AF1FED;
}
.BgClassName
{
background-color: #AF1FED;
}
</style>
border-color css
<style>
span { border-color: #AF1FED; }
span { border-color: rgb(175,31,237); }
td.TdClassName
{
border-color: #AF1FED;
}
.TagClassName
{
border-color: #AF1FED;
}
</style>