Shades of Electric Purple #AF21F1
Tints of Electric Purple #AF21F1
RGB
CMYK
RGB Variations
Color information
#AF21F1 (or 0xAF21F1) is known color: Electric Purple. HEX triplet: AF, 21 and F1. RGB value is (175,33,241). Sum of RGB (Red+Green+Blue) = 175+33+241=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF21F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21F1 is #50DE0E. Grayscale: #626262. Windows color (decimal): -5299727 or 15802799. OLE color: 15802799.
HSL color Cylindrical-coordinate representation of color #AF21F1: hue angle of 280.96º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF21F1 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 33 | 241 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.05 |
| HSL | 280.96º | 0.88% | 0.54% | - |
| HSV(B) | 280.96º | 0.86% | 0.95% | - |
| XYZ | 34.1 | 16.55 | 84.62 | - |
| YUV | 99.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 241 | 0.27 | 0.86 | 0 | 0.05 | 280.96 | 0.88 | 0.54 |
| Hex | AF | 21 | F1 | 1B | 56 | 0 | 5 | 119 | 58 | 36 |
| Octal | 257 | 41 | 361 | 33 | 126 | 0 | 5 | 431 | 130 | 66 |
| Binary | 10101111 | 100001 | 11110001 | 11011 | 1010110 | 0 | 101 | 100011001 | 1011000 | 110110 |
Color Harmonies of #AF21F1
Complementary color
Monochromatic Colors of #AF21F1
Black with #AF21F1
Text Example
Text Example
White with #AF21F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF21F1; }
p { color: rgb(175,33,241); }
H1.HeaderClassName
{
color: #AF21F1;
}
.AnyTagClassName
{
color: #AF21F1;
}
</style>
background-color css
<style>
a { background-color: #AF21F1; }
a { background-color: rgb(175,33,241); }
div.DivClassName
{
background-color: #AF21F1;
}
.BgClassName
{
background-color: #AF21F1;
}
</style>
border-color css
<style>
span { border-color: #AF21F1; }
span { border-color: rgb(175,33,241); }
td.TdClassName
{
border-color: #AF21F1;
}
.TagClassName
{
border-color: #AF21F1;
}
</style>