Shades of Electric Purple #AF08EC
Tints of Electric Purple #AF08EC
RGB
CMYK
RGB Variations
Color information
#AF08EC (or 0xAF08EC) is known color: Electric Purple. HEX triplet: AF, 08 and EC. RGB value is (175,8,236). Sum of RGB (Red+Green+Blue) = 175+8+236=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF08EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF08EC is #50F713. Grayscale: #535353. Windows color (decimal): -5306132 or 15468719. OLE color: 15468719.
HSL color Cylindrical-coordinate representation of color #AF08EC: hue angle of 283.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF08EC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 8 | 236 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.07 |
| HSL | 283.95º | 0.93% | 0.48% | - |
| HSV(B) | 283.95º | 0.97% | 0.93% | - |
| XYZ | 32.91 | 15.34 | 80.58 | - |
| YUV | 83.93 | 213.83 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 236 | 0.26 | 0.97 | 0 | 0.07 | 283.95 | 0.93 | 0.48 |
| Hex | AF | 8 | EC | 1A | 61 | 0 | 7 | 11C | 5D | 30 |
| Octal | 257 | 10 | 354 | 32 | 141 | 0 | 7 | 434 | 135 | 60 |
| Binary | 10101111 | 1000 | 11101100 | 11010 | 1100001 | 0 | 111 | 100011100 | 1011101 | 110000 |
Color Harmonies of #AF08EC
Complementary color
Monochromatic Colors of #AF08EC
Black with #AF08EC
Text Example
Text Example
White with #AF08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08EC; }
p { color: rgb(175,8,236); }
H1.HeaderClassName
{
color: #AF08EC;
}
.AnyTagClassName
{
color: #AF08EC;
}
</style>
background-color css
<style>
a { background-color: #AF08EC; }
a { background-color: rgb(175,8,236); }
div.DivClassName
{
background-color: #AF08EC;
}
.BgClassName
{
background-color: #AF08EC;
}
</style>
border-color css
<style>
span { border-color: #AF08EC; }
span { border-color: rgb(175,8,236); }
td.TdClassName
{
border-color: #AF08EC;
}
.TagClassName
{
border-color: #AF08EC;
}
</style>