Shades of Electric Purple #AF20EF
Tints of Electric Purple #AF20EF
RGB
CMYK
RGB Variations
Color information
#AF20EF (or 0xAF20EF) is known color: Electric Purple. HEX triplet: AF, 20 and EF. RGB value is (175,32,239). Sum of RGB (Red+Green+Blue) = 175+32+239=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF20EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20EF is #50DF10. Grayscale: #616161. Windows color (decimal): -5299985 or 15671471. OLE color: 15671471.
HSL color Cylindrical-coordinate representation of color #AF20EF: hue angle of 281.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF20EF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 32 | 239 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.06 |
| HSL | 281.45º | 0.87% | 0.53% | - |
| HSV(B) | 281.45º | 0.87% | 0.94% | - |
| XYZ | 33.78 | 16.38 | 83.04 | - |
| YUV | 98.36 | 207.38 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 239 | 0.27 | 0.87 | 0 | 0.06 | 281.45 | 0.87 | 0.53 |
| Hex | AF | 20 | EF | 1B | 57 | 0 | 6 | 119 | 57 | 35 |
| Octal | 257 | 40 | 357 | 33 | 127 | 0 | 6 | 431 | 127 | 65 |
| Binary | 10101111 | 100000 | 11101111 | 11011 | 1010111 | 0 | 110 | 100011001 | 1010111 | 110101 |
Color Harmonies of #AF20EF
Complementary color
Monochromatic Colors of #AF20EF
Black with #AF20EF
Text Example
Text Example
White with #AF20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20EF; }
p { color: rgb(175,32,239); }
H1.HeaderClassName
{
color: #AF20EF;
}
.AnyTagClassName
{
color: #AF20EF;
}
</style>
background-color css
<style>
a { background-color: #AF20EF; }
a { background-color: rgb(175,32,239); }
div.DivClassName
{
background-color: #AF20EF;
}
.BgClassName
{
background-color: #AF20EF;
}
</style>
border-color css
<style>
span { border-color: #AF20EF; }
span { border-color: rgb(175,32,239); }
td.TdClassName
{
border-color: #AF20EF;
}
.TagClassName
{
border-color: #AF20EF;
}
</style>