Shades of Electric Purple #AF23F4
Tints of Electric Purple #AF23F4
RGB
CMYK
RGB Variations
Color information
#AF23F4 (or 0xAF23F4) is known color: Electric Purple. HEX triplet: AF, 23 and F4. RGB value is (175,35,244). Sum of RGB (Red+Green+Blue) = 175+35+244=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF23F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23F4 is #50DC0B. Grayscale: #636363. Windows color (decimal): -5299212 or 15999919. OLE color: 15999919.
HSL color Cylindrical-coordinate representation of color #AF23F4: hue angle of 280.19º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF23F4 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 35 | 244 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.04 |
| HSL | 280.19º | 0.9% | 0.55% | - |
| HSV(B) | 280.19º | 0.86% | 0.96% | - |
| XYZ | 34.61 | 16.85 | 87.02 | - |
| YUV | 100.69 | 208.88 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 244 | 0.28 | 0.86 | 0 | 0.04 | 280.19 | 0.9 | 0.55 |
| Hex | AF | 23 | F4 | 1C | 56 | 0 | 4 | 118 | 5A | 37 |
| Octal | 257 | 43 | 364 | 34 | 126 | 0 | 4 | 430 | 132 | 67 |
| Binary | 10101111 | 100011 | 11110100 | 11100 | 1010110 | 0 | 100 | 100011000 | 1011010 | 110111 |
Color Harmonies of #AF23F4
Complementary color
Monochromatic Colors of #AF23F4
Black with #AF23F4
Text Example
Text Example
White with #AF23F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF23F4; }
p { color: rgb(175,35,244); }
H1.HeaderClassName
{
color: #AF23F4;
}
.AnyTagClassName
{
color: #AF23F4;
}
</style>
background-color css
<style>
a { background-color: #AF23F4; }
a { background-color: rgb(175,35,244); }
div.DivClassName
{
background-color: #AF23F4;
}
.BgClassName
{
background-color: #AF23F4;
}
</style>
border-color css
<style>
span { border-color: #AF23F4; }
span { border-color: rgb(175,35,244); }
td.TdClassName
{
border-color: #AF23F4;
}
.TagClassName
{
border-color: #AF23F4;
}
</style>