Shades of Electric Purple #AF18EC
Tints of Electric Purple #AF18EC
RGB
CMYK
RGB Variations
Color information
#AF18EC (or 0xAF18EC) is known color: Electric Purple. HEX triplet: AF, 18 and EC. RGB value is (175,24,236). Sum of RGB (Red+Green+Blue) = 175+24+236=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF18EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18EC is #50E713. Grayscale: #5C5C5C. Windows color (decimal): -5302036 or 15472815. OLE color: 15472815.
HSL color Cylindrical-coordinate representation of color #AF18EC: hue angle of 282.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF18EC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 24 | 236 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.74º | 0.85% | 0.51% | - |
| HSV(B) | 282.74º | 0.9% | 0.93% | - |
| XYZ | 33.15 | 15.82 | 80.66 | - |
| YUV | 93.32 | 208.53 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 236 | 0.26 | 0.90 | 0 | 0.07 | 282.74 | 0.85 | 0.51 |
| Hex | AF | 18 | EC | 1A | 5A | 0 | 7 | 11B | 55 | 33 |
| Octal | 257 | 30 | 354 | 32 | 132 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10101111 | 11000 | 11101100 | 11010 | 1011010 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #AF18EC
Complementary color
Monochromatic Colors of #AF18EC
Black with #AF18EC
Text Example
Text Example
White with #AF18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18EC; }
p { color: rgb(175,24,236); }
H1.HeaderClassName
{
color: #AF18EC;
}
.AnyTagClassName
{
color: #AF18EC;
}
</style>
background-color css
<style>
a { background-color: #AF18EC; }
a { background-color: rgb(175,24,236); }
div.DivClassName
{
background-color: #AF18EC;
}
.BgClassName
{
background-color: #AF18EC;
}
</style>
border-color css
<style>
span { border-color: #AF18EC; }
span { border-color: rgb(175,24,236); }
td.TdClassName
{
border-color: #AF18EC;
}
.TagClassName
{
border-color: #AF18EC;
}
</style>