Shades of Electric Purple #AF13ED
Tints of Electric Purple #AF13ED
RGB
CMYK
RGB Variations
Color information
#AF13ED (or 0xAF13ED) is known color: Electric Purple. HEX triplet: AF, 13 and ED. RGB value is (175,19,237). Sum of RGB (Red+Green+Blue) = 175+19+237=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF13ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF13ED is #50EC12. Grayscale: #595959. Windows color (decimal): -5303315 or 15537071. OLE color: 15537071.
HSL color Cylindrical-coordinate representation of color #AF13ED: hue angle of 282.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF13ED is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 19 | 237 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.07 |
| HSL | 282.94º | 0.86% | 0.5% | - |
| HSV(B) | 282.94º | 0.92% | 0.93% | - |
| XYZ | 33.2 | 15.69 | 81.4 | - |
| YUV | 90.5 | 210.68 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 237 | 0.26 | 0.92 | 0 | 0.07 | 282.94 | 0.86 | 0.5 |
| Hex | AF | 13 | ED | 1A | 5C | 0 | 7 | 11B | 56 | 32 |
| Octal | 257 | 23 | 355 | 32 | 134 | 0 | 7 | 433 | 126 | 62 |
| Binary | 10101111 | 10011 | 11101101 | 11010 | 1011100 | 0 | 111 | 100011011 | 1010110 | 110010 |
Color Harmonies of #AF13ED
Complementary color
Monochromatic Colors of #AF13ED
Black with #AF13ED
Text Example
Text Example
White with #AF13ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13ED; }
p { color: rgb(175,19,237); }
H1.HeaderClassName
{
color: #AF13ED;
}
.AnyTagClassName
{
color: #AF13ED;
}
</style>
background-color css
<style>
a { background-color: #AF13ED; }
a { background-color: rgb(175,19,237); }
div.DivClassName
{
background-color: #AF13ED;
}
.BgClassName
{
background-color: #AF13ED;
}
</style>
border-color css
<style>
span { border-color: #AF13ED; }
span { border-color: rgb(175,19,237); }
td.TdClassName
{
border-color: #AF13ED;
}
.TagClassName
{
border-color: #AF13ED;
}
</style>