Shades of Electric Purple #AF18FF
Tints of Electric Purple #AF18FF
RGB
CMYK
RGB Variations
Color information
#AF18FF (or 0xAF18FF) is known color: Electric Purple. HEX triplet: AF, 18 and FF. RGB value is (175,24,255). Sum of RGB (Red+Green+Blue) = 175+24+255=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF18FF is #50E700. Grayscale: #5E5E5E. Windows color (decimal): -5302017 or 16717999. OLE color: 16717999.
HSL color Cylindrical-coordinate representation of color #AF18FF: hue angle of 279.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF18FF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 24 | 255 | - |
| CMYK | 0.31 | 0.91 | 0 | 0 |
| HSL | 279.22º | 1% | 0.55% | - |
| HSV(B) | 279.22º | 0.91% | 1% | - |
| XYZ | 36.06 | 16.99 | 95.99 | - |
| YUV | 95.48 | 218.03 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 255 | 0.31 | 0.91 | 0 | 0 | 279.22 | 1 | 0.55 |
| Hex | AF | 18 | FF | 1F | 5B | 0 | 0 | 117 | 64 | 37 |
| Octal | 257 | 30 | 377 | 37 | 133 | 0 | 0 | 427 | 144 | 67 |
| Binary | 10101111 | 11000 | 11111111 | 11111 | 1011011 | 0 | 0 | 100010111 | 1100100 | 110111 |
Color Harmonies of #AF18FF
Complementary color
Monochromatic Colors of #AF18FF
Black with #AF18FF
Text Example
Text Example
White with #AF18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18FF; }
p { color: rgb(175,24,255); }
H1.HeaderClassName
{
color: #AF18FF;
}
.AnyTagClassName
{
color: #AF18FF;
}
</style>
background-color css
<style>
a { background-color: #AF18FF; }
a { background-color: rgb(175,24,255); }
div.DivClassName
{
background-color: #AF18FF;
}
.BgClassName
{
background-color: #AF18FF;
}
</style>
border-color css
<style>
span { border-color: #AF18FF; }
span { border-color: rgb(175,24,255); }
td.TdClassName
{
border-color: #AF18FF;
}
.TagClassName
{
border-color: #AF18FF;
}
</style>