Shades of Electric Purple #AF20F3
Tints of Electric Purple #AF20F3
RGB
CMYK
RGB Variations
Color information
#AF20F3 (or 0xAF20F3) is known color: Electric Purple. HEX triplet: AF, 20 and F3. RGB value is (175,32,243). Sum of RGB (Red+Green+Blue) = 175+32+243=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF20F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF20F3 is #50DF0C. Grayscale: #626262. Windows color (decimal): -5299981 or 15933615. OLE color: 15933615.
HSL color Cylindrical-coordinate representation of color #AF20F3: hue angle of 280.66º degrees, saturation: 0.9, 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 #AF20F3 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 32 | 243 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.05 |
| HSL | 280.66º | 0.9% | 0.54% | - |
| HSV(B) | 280.66º | 0.87% | 0.95% | - |
| XYZ | 34.37 | 16.62 | 86.19 | - |
| YUV | 98.81 | 209.38 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 243 | 0.28 | 0.87 | 0 | 0.05 | 280.66 | 0.9 | 0.54 |
| Hex | AF | 20 | F3 | 1C | 57 | 0 | 5 | 119 | 5A | 36 |
| Octal | 257 | 40 | 363 | 34 | 127 | 0 | 5 | 431 | 132 | 66 |
| Binary | 10101111 | 100000 | 11110011 | 11100 | 1010111 | 0 | 101 | 100011001 | 1011010 | 110110 |
Color Harmonies of #AF20F3
Complementary color
Monochromatic Colors of #AF20F3
Black with #AF20F3
Text Example
Text Example
White with #AF20F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF20F3; }
p { color: rgb(175,32,243); }
H1.HeaderClassName
{
color: #AF20F3;
}
.AnyTagClassName
{
color: #AF20F3;
}
</style>
background-color css
<style>
a { background-color: #AF20F3; }
a { background-color: rgb(175,32,243); }
div.DivClassName
{
background-color: #AF20F3;
}
.BgClassName
{
background-color: #AF20F3;
}
</style>
border-color css
<style>
span { border-color: #AF20F3; }
span { border-color: rgb(175,32,243); }
td.TdClassName
{
border-color: #AF20F3;
}
.TagClassName
{
border-color: #AF20F3;
}
</style>