Shades of Electric Purple #AF23EF
Tints of Electric Purple #AF23EF
RGB
CMYK
RGB Variations
Color information
#AF23EF (or 0xAF23EF) is known color: Electric Purple. HEX triplet: AF, 23 and EF. RGB value is (175,35,239). Sum of RGB (Red+Green+Blue) = 175+35+239=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF23EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23EF is #50DC10. Grayscale: #636363. Windows color (decimal): -5299217 or 15672239. OLE color: 15672239.
HSL color Cylindrical-coordinate representation of color #AF23EF: hue angle of 281.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF23EF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 35 | 239 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.06 |
| HSL | 281.18º | 0.86% | 0.54% | - |
| HSV(B) | 281.18º | 0.85% | 0.94% | - |
| XYZ | 33.86 | 16.55 | 83.07 | - |
| YUV | 100.12 | 206.38 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 239 | 0.27 | 0.85 | 0 | 0.06 | 281.18 | 0.86 | 0.54 |
| Hex | AF | 23 | EF | 1B | 55 | 0 | 6 | 119 | 56 | 36 |
| Octal | 257 | 43 | 357 | 33 | 125 | 0 | 6 | 431 | 126 | 66 |
| Binary | 10101111 | 100011 | 11101111 | 11011 | 1010101 | 0 | 110 | 100011001 | 1010110 | 110110 |
Color Harmonies of #AF23EF
Complementary color
Monochromatic Colors of #AF23EF
Black with #AF23EF
Text Example
Text Example
White with #AF23EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23EF; }
p { color: rgb(175,35,239); }
H1.HeaderClassName
{
color: #AF23EF;
}
.AnyTagClassName
{
color: #AF23EF;
}
</style>
background-color css
<style>
a { background-color: #AF23EF; }
a { background-color: rgb(175,35,239); }
div.DivClassName
{
background-color: #AF23EF;
}
.BgClassName
{
background-color: #AF23EF;
}
</style>
border-color css
<style>
span { border-color: #AF23EF; }
span { border-color: rgb(175,35,239); }
td.TdClassName
{
border-color: #AF23EF;
}
.TagClassName
{
border-color: #AF23EF;
}
</style>