Shades of Electric Purple #AF11ED
Tints of Electric Purple #AF11ED
RGB
CMYK
RGB Variations
Color information
#AF11ED (or 0xAF11ED) is known color: Electric Purple. HEX triplet: AF, 11 and ED. RGB value is (175,17,237). Sum of RGB (Red+Green+Blue) = 175+17+237=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF11ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11ED is #50EE12. Grayscale: #585858. Windows color (decimal): -5303827 or 15536559. OLE color: 15536559.
HSL color Cylindrical-coordinate representation of color #AF11ED: hue angle of 283.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF11ED is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 17 | 237 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.07 |
| HSL | 283.09º | 0.87% | 0.5% | - |
| HSV(B) | 283.09º | 0.93% | 0.93% | - |
| XYZ | 33.17 | 15.63 | 81.39 | - |
| YUV | 89.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 237 | 0.26 | 0.93 | 0 | 0.07 | 283.09 | 0.87 | 0.5 |
| Hex | AF | 11 | ED | 1A | 5D | 0 | 7 | 11B | 57 | 32 |
| Octal | 257 | 21 | 355 | 32 | 135 | 0 | 7 | 433 | 127 | 62 |
| Binary | 10101111 | 10001 | 11101101 | 11010 | 1011101 | 0 | 111 | 100011011 | 1010111 | 110010 |
Color Harmonies of #AF11ED
Complementary color
Monochromatic Colors of #AF11ED
Black with #AF11ED
Text Example
Text Example
White with #AF11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11ED; }
p { color: rgb(175,17,237); }
H1.HeaderClassName
{
color: #AF11ED;
}
.AnyTagClassName
{
color: #AF11ED;
}
</style>
background-color css
<style>
a { background-color: #AF11ED; }
a { background-color: rgb(175,17,237); }
div.DivClassName
{
background-color: #AF11ED;
}
.BgClassName
{
background-color: #AF11ED;
}
</style>
border-color css
<style>
span { border-color: #AF11ED; }
span { border-color: rgb(175,17,237); }
td.TdClassName
{
border-color: #AF11ED;
}
.TagClassName
{
border-color: #AF11ED;
}
</style>