Shades of Electric Purple #AF01E9
Tints of Electric Purple #AF01E9
RGB
CMYK
RGB Variations
Color information
#AF01E9 (or 0xAF01E9) is known color: Electric Purple. HEX triplet: AF, 01 and E9. RGB value is (175,1,233). Sum of RGB (Red+Green+Blue) = 175+1+233=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF01E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01E9 is #50FE16. Grayscale: #4E4E4E. Windows color (decimal): -5307927 or 15270319. OLE color: 15270319.
HSL color Cylindrical-coordinate representation of color #AF01E9: hue angle of 285º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01E9 is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 1 | 233 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.09 |
| HSL | 285º | 0.99% | 0.46% | - |
| HSV(B) | 285º | 1% | 0.91% | - |
| XYZ | 32.4 | 15.02 | 78.28 | - |
| YUV | 79.47 | 214.65 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 233 | 0.25 | 1.00 | 0 | 0.09 | 285 | 0.99 | 0.46 |
| Hex | AF | 1 | E9 | 19 | 64 | 0 | 9 | 11D | 63 | 2E |
| Octal | 257 | 1 | 351 | 31 | 144 | 0 | 11 | 435 | 143 | 56 |
| Binary | 10101111 | 1 | 11101001 | 11001 | 1100100 | 0 | 1001 | 100011101 | 1100011 | 101110 |
Color Harmonies of #AF01E9
Complementary color
Monochromatic Colors of #AF01E9
Black with #AF01E9
Text Example
Text Example
White with #AF01E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01E9; }
p { color: rgb(175,1,233); }
H1.HeaderClassName
{
color: #AF01E9;
}
.AnyTagClassName
{
color: #AF01E9;
}
</style>
background-color css
<style>
a { background-color: #AF01E9; }
a { background-color: rgb(175,1,233); }
div.DivClassName
{
background-color: #AF01E9;
}
.BgClassName
{
background-color: #AF01E9;
}
</style>
border-color css
<style>
span { border-color: #AF01E9; }
span { border-color: rgb(175,1,233); }
td.TdClassName
{
border-color: #AF01E9;
}
.TagClassName
{
border-color: #AF01E9;
}
</style>