Shades of Electric Purple #AF19E9
Tints of Electric Purple #AF19E9
RGB
CMYK
RGB Variations
Color information
#AF19E9 (or 0xAF19E9) is known color: Electric Purple. HEX triplet: AF, 19 and E9. RGB value is (175,25,233). Sum of RGB (Red+Green+Blue) = 175+25+233=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF19E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19E9 is #50E616. Grayscale: #5C5C5C. Windows color (decimal): -5301783 or 15276463. OLE color: 15276463.
HSL color Cylindrical-coordinate representation of color #AF19E9: hue angle of 283.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19E9 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 25 | 233 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.09 |
| HSL | 283.27º | 0.83% | 0.51% | - |
| HSV(B) | 283.27º | 0.89% | 0.91% | - |
| XYZ | 32.73 | 15.69 | 78.39 | - |
| YUV | 93.56 | 206.7 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 233 | 0.25 | 0.89 | 0 | 0.09 | 283.27 | 0.83 | 0.51 |
| Hex | AF | 19 | E9 | 19 | 59 | 0 | 9 | 11B | 53 | 33 |
| Octal | 257 | 31 | 351 | 31 | 131 | 0 | 11 | 433 | 123 | 63 |
| Binary | 10101111 | 11001 | 11101001 | 11001 | 1011001 | 0 | 1001 | 100011011 | 1010011 | 110011 |
Color Harmonies of #AF19E9
Complementary color
Monochromatic Colors of #AF19E9
Black with #AF19E9
Text Example
Text Example
White with #AF19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19E9; }
p { color: rgb(175,25,233); }
H1.HeaderClassName
{
color: #AF19E9;
}
.AnyTagClassName
{
color: #AF19E9;
}
</style>
background-color css
<style>
a { background-color: #AF19E9; }
a { background-color: rgb(175,25,233); }
div.DivClassName
{
background-color: #AF19E9;
}
.BgClassName
{
background-color: #AF19E9;
}
</style>
border-color css
<style>
span { border-color: #AF19E9; }
span { border-color: rgb(175,25,233); }
td.TdClassName
{
border-color: #AF19E9;
}
.TagClassName
{
border-color: #AF19E9;
}
</style>