Shades of Electric Purple #AF19EB
Tints of Electric Purple #AF19EB
RGB
CMYK
RGB Variations
Color information
#AF19EB (or 0xAF19EB) is known color: Electric Purple. HEX triplet: AF, 19 and EB. RGB value is (175,25,235). Sum of RGB (Red+Green+Blue) = 175+25+235=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF19EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19EB is #50E614. Grayscale: #5D5D5D. Windows color (decimal): -5301781 or 15407535. OLE color: 15407535.
HSL color Cylindrical-coordinate representation of color #AF19EB: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19EB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 25 | 235 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.08 |
| HSL | 282.86º | 0.84% | 0.51% | - |
| HSV(B) | 282.86º | 0.89% | 0.92% | - |
| XYZ | 33.02 | 15.81 | 79.91 | - |
| YUV | 93.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 235 | 0.26 | 0.89 | 0 | 0.08 | 282.86 | 0.84 | 0.51 |
| Hex | AF | 19 | EB | 1A | 59 | 0 | 8 | 11B | 54 | 33 |
| Octal | 257 | 31 | 353 | 32 | 131 | 0 | 10 | 433 | 124 | 63 |
| Binary | 10101111 | 11001 | 11101011 | 11010 | 1011001 | 0 | 1000 | 100011011 | 1010100 | 110011 |
Color Harmonies of #AF19EB
Complementary color
Monochromatic Colors of #AF19EB
Black with #AF19EB
Text Example
Text Example
White with #AF19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19EB; }
p { color: rgb(175,25,235); }
H1.HeaderClassName
{
color: #AF19EB;
}
.AnyTagClassName
{
color: #AF19EB;
}
</style>
background-color css
<style>
a { background-color: #AF19EB; }
a { background-color: rgb(175,25,235); }
div.DivClassName
{
background-color: #AF19EB;
}
.BgClassName
{
background-color: #AF19EB;
}
</style>
border-color css
<style>
span { border-color: #AF19EB; }
span { border-color: rgb(175,25,235); }
td.TdClassName
{
border-color: #AF19EB;
}
.TagClassName
{
border-color: #AF19EB;
}
</style>