Shades of Electric Purple #AF03E9
Tints of Electric Purple #AF03E9
RGB
CMYK
RGB Variations
Color information
#AF03E9 (or 0xAF03E9) is known color: Electric Purple. HEX triplet: AF, 03 and E9. RGB value is (175,3,233). Sum of RGB (Red+Green+Blue) = 175+3+233=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF03E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03E9 is #50FC16. Grayscale: #4F4F4F. Windows color (decimal): -5307415 or 15270831. OLE color: 15270831.
HSL color Cylindrical-coordinate representation of color #AF03E9: hue angle of 284.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03E9 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 3 | 233 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.09 |
| HSL | 284.87º | 0.97% | 0.46% | - |
| HSV(B) | 284.87º | 0.99% | 0.91% | - |
| XYZ | 32.42 | 15.06 | 78.29 | - |
| YUV | 80.65 | 213.98 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 233 | 0.25 | 0.99 | 0 | 0.09 | 284.87 | 0.97 | 0.46 |
| Hex | AF | 3 | E9 | 19 | 63 | 0 | 9 | 11D | 61 | 2E |
| Octal | 257 | 3 | 351 | 31 | 143 | 0 | 11 | 435 | 141 | 56 |
| Binary | 10101111 | 11 | 11101001 | 11001 | 1100011 | 0 | 1001 | 100011101 | 1100001 | 101110 |
Color Harmonies of #AF03E9
Complementary color
Monochromatic Colors of #AF03E9
Black with #AF03E9
Text Example
Text Example
White with #AF03E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03E9; }
p { color: rgb(175,3,233); }
H1.HeaderClassName
{
color: #AF03E9;
}
.AnyTagClassName
{
color: #AF03E9;
}
</style>
background-color css
<style>
a { background-color: #AF03E9; }
a { background-color: rgb(175,3,233); }
div.DivClassName
{
background-color: #AF03E9;
}
.BgClassName
{
background-color: #AF03E9;
}
</style>
border-color css
<style>
span { border-color: #AF03E9; }
span { border-color: rgb(175,3,233); }
td.TdClassName
{
border-color: #AF03E9;
}
.TagClassName
{
border-color: #AF03E9;
}
</style>