Shades of Electric Purple #AF20F1
Tints of Electric Purple #AF20F1
RGB
CMYK
RGB Variations
Color information
#AF20F1 (or 0xAF20F1) is known color: Electric Purple. HEX triplet: AF, 20 and F1. RGB value is (175,32,241). Sum of RGB (Red+Green+Blue) = 175+32+241=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF20F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20F1 is #50DF0E. Grayscale: #616161. Windows color (decimal): -5299983 or 15802543. OLE color: 15802543.
HSL color Cylindrical-coordinate representation of color #AF20F1: hue angle of 281.05º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF20F1 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 32 | 241 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.05 |
| HSL | 281.05º | 0.88% | 0.54% | - |
| HSV(B) | 281.05º | 0.87% | 0.95% | - |
| XYZ | 34.07 | 16.5 | 84.61 | - |
| YUV | 98.58 | 208.38 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 241 | 0.27 | 0.87 | 0 | 0.05 | 281.05 | 0.88 | 0.54 |
| Hex | AF | 20 | F1 | 1B | 57 | 0 | 5 | 119 | 58 | 36 |
| Octal | 257 | 40 | 361 | 33 | 127 | 0 | 5 | 431 | 130 | 66 |
| Binary | 10101111 | 100000 | 11110001 | 11011 | 1010111 | 0 | 101 | 100011001 | 1011000 | 110110 |
Color Harmonies of #AF20F1
Complementary color
Monochromatic Colors of #AF20F1
Black with #AF20F1
Text Example
Text Example
White with #AF20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20F1; }
p { color: rgb(175,32,241); }
H1.HeaderClassName
{
color: #AF20F1;
}
.AnyTagClassName
{
color: #AF20F1;
}
</style>
background-color css
<style>
a { background-color: #AF20F1; }
a { background-color: rgb(175,32,241); }
div.DivClassName
{
background-color: #AF20F1;
}
.BgClassName
{
background-color: #AF20F1;
}
</style>
border-color css
<style>
span { border-color: #AF20F1; }
span { border-color: rgb(175,32,241); }
td.TdClassName
{
border-color: #AF20F1;
}
.TagClassName
{
border-color: #AF20F1;
}
</style>