Shades of Electric Purple #AF07ED
Tints of Electric Purple #AF07ED
RGB
CMYK
RGB Variations
Color information
#AF07ED (or 0xAF07ED) is known color: Electric Purple. HEX triplet: AF, 07 and ED. RGB value is (175,7,237). Sum of RGB (Red+Green+Blue) = 175+7+237=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF07ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07ED is #50F812. Grayscale: #525252. Windows color (decimal): -5306387 or 15533999. OLE color: 15533999.
HSL color Cylindrical-coordinate representation of color #AF07ED: hue angle of 283.83º degrees, saturation: 0.94, 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 #AF07ED is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 7 | 237 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.07 |
| HSL | 283.83º | 0.94% | 0.48% | - |
| HSV(B) | 283.83º | 0.97% | 0.93% | - |
| XYZ | 33.04 | 15.38 | 81.35 | - |
| YUV | 83.45 | 214.66 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 237 | 0.26 | 0.97 | 0 | 0.07 | 283.83 | 0.94 | 0.48 |
| Hex | AF | 7 | ED | 1A | 61 | 0 | 7 | 11C | 5E | 30 |
| Octal | 257 | 7 | 355 | 32 | 141 | 0 | 7 | 434 | 136 | 60 |
| Binary | 10101111 | 111 | 11101101 | 11010 | 1100001 | 0 | 111 | 100011100 | 1011110 | 110000 |
Color Harmonies of #AF07ED
Complementary color
Monochromatic Colors of #AF07ED
Black with #AF07ED
Text Example
Text Example
White with #AF07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07ED; }
p { color: rgb(175,7,237); }
H1.HeaderClassName
{
color: #AF07ED;
}
.AnyTagClassName
{
color: #AF07ED;
}
</style>
background-color css
<style>
a { background-color: #AF07ED; }
a { background-color: rgb(175,7,237); }
div.DivClassName
{
background-color: #AF07ED;
}
.BgClassName
{
background-color: #AF07ED;
}
</style>
border-color css
<style>
span { border-color: #AF07ED; }
span { border-color: rgb(175,7,237); }
td.TdClassName
{
border-color: #AF07ED;
}
.TagClassName
{
border-color: #AF07ED;
}
</style>