Shades of Electric Purple #AF01E6
Tints of Electric Purple #AF01E6
RGB
CMYK
RGB Variations
Color information
#AF01E6 (or 0xAF01E6) is known color: Electric Purple. HEX triplet: AF, 01 and E6. RGB value is (175,1,230). Sum of RGB (Red+Green+Blue) = 175+1+230=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF01E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01E6 is #50FE19. Grayscale: #4E4E4E. Windows color (decimal): -5307930 or 15073711. OLE color: 15073711.
HSL color Cylindrical-coordinate representation of color #AF01E6: hue angle of 285.59º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01E6 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 1 | 230 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.10 |
| HSL | 285.59º | 0.99% | 0.45% | - |
| HSV(B) | 285.59º | 1% | 0.9% | - |
| XYZ | 31.97 | 14.85 | 76.04 | - |
| YUV | 79.13 | 213.15 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 230 | 0.24 | 1.00 | 0 | 0.10 | 285.59 | 0.99 | 0.45 |
| Hex | AF | 1 | E6 | 18 | 64 | 0 | A | 11E | 63 | 2D |
| Octal | 257 | 1 | 346 | 30 | 144 | 0 | 12 | 436 | 143 | 55 |
| Binary | 10101111 | 1 | 11100110 | 11000 | 1100100 | 0 | 1010 | 100011110 | 1100011 | 101101 |
Color Harmonies of #AF01E6
Complementary color
Monochromatic Colors of #AF01E6
Black with #AF01E6
Text Example
Text Example
White with #AF01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01E6; }
p { color: rgb(175,1,230); }
H1.HeaderClassName
{
color: #AF01E6;
}
.AnyTagClassName
{
color: #AF01E6;
}
</style>
background-color css
<style>
a { background-color: #AF01E6; }
a { background-color: rgb(175,1,230); }
div.DivClassName
{
background-color: #AF01E6;
}
.BgClassName
{
background-color: #AF01E6;
}
</style>
border-color css
<style>
span { border-color: #AF01E6; }
span { border-color: rgb(175,1,230); }
td.TdClassName
{
border-color: #AF01E6;
}
.TagClassName
{
border-color: #AF01E6;
}
</style>