Shades of Electric Purple #AF15EF
Tints of Electric Purple #AF15EF
RGB
CMYK
RGB Variations
Color information
#AF15EF (or 0xAF15EF) is known color: Electric Purple. HEX triplet: AF, 15 and EF. RGB value is (175,21,239). Sum of RGB (Red+Green+Blue) = 175+21+239=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF15EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF15EF is #50EA10. Grayscale: #5B5B5B. Windows color (decimal): -5302801 or 15668655. OLE color: 15668655.
HSL color Cylindrical-coordinate representation of color #AF15EF: hue angle of 282.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF15EF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 21 | 239 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.06 |
| HSL | 282.39º | 0.87% | 0.51% | - |
| HSV(B) | 282.39º | 0.91% | 0.94% | - |
| XYZ | 33.53 | 15.88 | 82.96 | - |
| YUV | 91.9 | 211.02 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 239 | 0.27 | 0.91 | 0 | 0.06 | 282.39 | 0.87 | 0.51 |
| Hex | AF | 15 | EF | 1B | 5B | 0 | 6 | 11A | 57 | 33 |
| Octal | 257 | 25 | 357 | 33 | 133 | 0 | 6 | 432 | 127 | 63 |
| Binary | 10101111 | 10101 | 11101111 | 11011 | 1011011 | 0 | 110 | 100011010 | 1010111 | 110011 |
Color Harmonies of #AF15EF
Complementary color
Monochromatic Colors of #AF15EF
Black with #AF15EF
Text Example
Text Example
White with #AF15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15EF; }
p { color: rgb(175,21,239); }
H1.HeaderClassName
{
color: #AF15EF;
}
.AnyTagClassName
{
color: #AF15EF;
}
</style>
background-color css
<style>
a { background-color: #AF15EF; }
a { background-color: rgb(175,21,239); }
div.DivClassName
{
background-color: #AF15EF;
}
.BgClassName
{
background-color: #AF15EF;
}
</style>
border-color css
<style>
span { border-color: #AF15EF; }
span { border-color: rgb(175,21,239); }
td.TdClassName
{
border-color: #AF15EF;
}
.TagClassName
{
border-color: #AF15EF;
}
</style>