Shades of Electric Purple #AF18F9
Tints of Electric Purple #AF18F9
RGB
CMYK
RGB Variations
Color information
#AF18F9 (or 0xAF18F9) is known color: Electric Purple. HEX triplet: AF, 18 and F9. RGB value is (175,24,249). Sum of RGB (Red+Green+Blue) = 175+24+249=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF18F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18F9 is #50E706. Grayscale: #5E5E5E. Windows color (decimal): -5302023 or 16324783. OLE color: 16324783.
HSL color Cylindrical-coordinate representation of color #AF18F9: hue angle of 280.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF18F9 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 24 | 249 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.02 |
| HSL | 280.27º | 0.95% | 0.54% | - |
| HSV(B) | 280.27º | 0.9% | 0.98% | - |
| XYZ | 35.1 | 16.61 | 90.98 | - |
| YUV | 94.8 | 215.03 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 249 | 0.30 | 0.90 | 0 | 0.02 | 280.27 | 0.95 | 0.54 |
| Hex | AF | 18 | F9 | 1E | 5A | 0 | 2 | 118 | 5F | 36 |
| Octal | 257 | 30 | 371 | 36 | 132 | 0 | 2 | 430 | 137 | 66 |
| Binary | 10101111 | 11000 | 11111001 | 11110 | 1011010 | 0 | 10 | 100011000 | 1011111 | 110110 |
Color Harmonies of #AF18F9
Complementary color
Monochromatic Colors of #AF18F9
Black with #AF18F9
Text Example
Text Example
White with #AF18F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18F9; }
p { color: rgb(175,24,249); }
H1.HeaderClassName
{
color: #AF18F9;
}
.AnyTagClassName
{
color: #AF18F9;
}
</style>
background-color css
<style>
a { background-color: #AF18F9; }
a { background-color: rgb(175,24,249); }
div.DivClassName
{
background-color: #AF18F9;
}
.BgClassName
{
background-color: #AF18F9;
}
</style>
border-color css
<style>
span { border-color: #AF18F9; }
span { border-color: rgb(175,24,249); }
td.TdClassName
{
border-color: #AF18F9;
}
.TagClassName
{
border-color: #AF18F9;
}
</style>