Shades of Electric Purple #AF21EF
Tints of Electric Purple #AF21EF
RGB
CMYK
RGB Variations
Color information
#AF21EF (or 0xAF21EF) is known color: Electric Purple. HEX triplet: AF, 21 and EF. RGB value is (175,33,239). Sum of RGB (Red+Green+Blue) = 175+33+239=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF21EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21EF is #50DE10. Grayscale: #626262. Windows color (decimal): -5299729 or 15671727. OLE color: 15671727.
HSL color Cylindrical-coordinate representation of color #AF21EF: hue angle of 281.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF21EF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 33 | 239 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.06 |
| HSL | 281.36º | 0.87% | 0.53% | - |
| HSV(B) | 281.36º | 0.86% | 0.94% | - |
| XYZ | 33.8 | 16.43 | 83.05 | - |
| YUV | 98.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 239 | 0.27 | 0.86 | 0 | 0.06 | 281.36 | 0.87 | 0.53 |
| Hex | AF | 21 | EF | 1B | 56 | 0 | 6 | 119 | 57 | 35 |
| Octal | 257 | 41 | 357 | 33 | 126 | 0 | 6 | 431 | 127 | 65 |
| Binary | 10101111 | 100001 | 11101111 | 11011 | 1010110 | 0 | 110 | 100011001 | 1010111 | 110101 |
Color Harmonies of #AF21EF
Complementary color
Monochromatic Colors of #AF21EF
Black with #AF21EF
Text Example
Text Example
White with #AF21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21EF; }
p { color: rgb(175,33,239); }
H1.HeaderClassName
{
color: #AF21EF;
}
.AnyTagClassName
{
color: #AF21EF;
}
</style>
background-color css
<style>
a { background-color: #AF21EF; }
a { background-color: rgb(175,33,239); }
div.DivClassName
{
background-color: #AF21EF;
}
.BgClassName
{
background-color: #AF21EF;
}
</style>
border-color css
<style>
span { border-color: #AF21EF; }
span { border-color: rgb(175,33,239); }
td.TdClassName
{
border-color: #AF21EF;
}
.TagClassName
{
border-color: #AF21EF;
}
</style>