Shades of Electric Purple #AF20FE
Tints of Electric Purple #AF20FE
RGB
CMYK
RGB Variations
Color information
#AF20FE (or 0xAF20FE) is known color: Electric Purple. HEX triplet: AF, 20 and FE. RGB value is (175,32,254). Sum of RGB (Red+Green+Blue) = 175+32+254=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF20FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20FE is #50DF01. Grayscale: #636363. Windows color (decimal): -5299970 or 16654511. OLE color: 16654511.
HSL color Cylindrical-coordinate representation of color #AF20FE: hue angle of 278.65º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF20FE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 32 | 254 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.00 |
| HSL | 278.65º | 0.99% | 0.56% | - |
| HSV(B) | 278.65º | 0.87% | 1% | - |
| XYZ | 36.09 | 17.3 | 95.2 | - |
| YUV | 100.07 | 214.88 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 254 | 0.31 | 0.87 | 0 | 0.00 | 278.65 | 0.99 | 0.56 |
| Hex | AF | 20 | FE | 1F | 57 | 0 | 0 | 117 | 63 | 38 |
| Octal | 257 | 40 | 376 | 37 | 127 | 0 | 0 | 427 | 143 | 70 |
| Binary | 10101111 | 100000 | 11111110 | 11111 | 1010111 | 0 | 0 | 100010111 | 1100011 | 111000 |
Color Harmonies of #AF20FE
Complementary color
Monochromatic Colors of #AF20FE
Black with #AF20FE
Text Example
Text Example
White with #AF20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20FE; }
p { color: rgb(175,32,254); }
H1.HeaderClassName
{
color: #AF20FE;
}
.AnyTagClassName
{
color: #AF20FE;
}
</style>
background-color css
<style>
a { background-color: #AF20FE; }
a { background-color: rgb(175,32,254); }
div.DivClassName
{
background-color: #AF20FE;
}
.BgClassName
{
background-color: #AF20FE;
}
</style>
border-color css
<style>
span { border-color: #AF20FE; }
span { border-color: rgb(175,32,254); }
td.TdClassName
{
border-color: #AF20FE;
}
.TagClassName
{
border-color: #AF20FE;
}
</style>