Shades of Electric Purple #AF18F4
Tints of Electric Purple #AF18F4
RGB
CMYK
RGB Variations
Color information
#AF18F4 (or 0xAF18F4) is known color: Electric Purple. HEX triplet: AF, 18 and F4. RGB value is (175,24,244). Sum of RGB (Red+Green+Blue) = 175+24+244=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF18F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18F4 is #50E70B. Grayscale: #5D5D5D. Windows color (decimal): -5302028 or 15997103. OLE color: 15997103.
HSL color Cylindrical-coordinate representation of color #AF18F4: hue angle of 281.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF18F4 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 24 | 244 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.04 |
| HSL | 281.18º | 0.91% | 0.53% | - |
| HSV(B) | 281.18º | 0.9% | 0.96% | - |
| XYZ | 34.33 | 16.3 | 86.92 | - |
| YUV | 94.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 244 | 0.28 | 0.90 | 0 | 0.04 | 281.18 | 0.91 | 0.53 |
| Hex | AF | 18 | F4 | 1C | 5A | 0 | 4 | 119 | 5B | 35 |
| Octal | 257 | 30 | 364 | 34 | 132 | 0 | 4 | 431 | 133 | 65 |
| Binary | 10101111 | 11000 | 11110100 | 11100 | 1011010 | 0 | 100 | 100011001 | 1011011 | 110101 |
Color Harmonies of #AF18F4
Complementary color
Monochromatic Colors of #AF18F4
Black with #AF18F4
Text Example
Text Example
White with #AF18F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18F4; }
p { color: rgb(175,24,244); }
H1.HeaderClassName
{
color: #AF18F4;
}
.AnyTagClassName
{
color: #AF18F4;
}
</style>
background-color css
<style>
a { background-color: #AF18F4; }
a { background-color: rgb(175,24,244); }
div.DivClassName
{
background-color: #AF18F4;
}
.BgClassName
{
background-color: #AF18F4;
}
</style>
border-color css
<style>
span { border-color: #AF18F4; }
span { border-color: rgb(175,24,244); }
td.TdClassName
{
border-color: #AF18F4;
}
.TagClassName
{
border-color: #AF18F4;
}
</style>