Shades of Electric Purple #AF19F3
Tints of Electric Purple #AF19F3
RGB
CMYK
RGB Variations
Color information
#AF19F3 (or 0xAF19F3) is known color: Electric Purple. HEX triplet: AF, 19 and F3. RGB value is (175,25,243). Sum of RGB (Red+Green+Blue) = 175+25+243=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF19F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19F3 is #50E60C. Grayscale: #5D5D5D. Windows color (decimal): -5301773 or 15931823. OLE color: 15931823.
HSL color Cylindrical-coordinate representation of color #AF19F3: hue angle of 281.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF19F3 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 25 | 243 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.05 |
| HSL | 281.28º | 0.9% | 0.53% | - |
| HSV(B) | 281.28º | 0.9% | 0.95% | - |
| XYZ | 34.2 | 16.28 | 86.13 | - |
| YUV | 94.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 243 | 0.28 | 0.90 | 0 | 0.05 | 281.28 | 0.9 | 0.53 |
| Hex | AF | 19 | F3 | 1C | 5A | 0 | 5 | 119 | 5A | 35 |
| Octal | 257 | 31 | 363 | 34 | 132 | 0 | 5 | 431 | 132 | 65 |
| Binary | 10101111 | 11001 | 11110011 | 11100 | 1011010 | 0 | 101 | 100011001 | 1011010 | 110101 |
Color Harmonies of #AF19F3
Complementary color
Monochromatic Colors of #AF19F3
Black with #AF19F3
Text Example
Text Example
White with #AF19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19F3; }
p { color: rgb(175,25,243); }
H1.HeaderClassName
{
color: #AF19F3;
}
.AnyTagClassName
{
color: #AF19F3;
}
</style>
background-color css
<style>
a { background-color: #AF19F3; }
a { background-color: rgb(175,25,243); }
div.DivClassName
{
background-color: #AF19F3;
}
.BgClassName
{
background-color: #AF19F3;
}
</style>
border-color css
<style>
span { border-color: #AF19F3; }
span { border-color: rgb(175,25,243); }
td.TdClassName
{
border-color: #AF19F3;
}
.TagClassName
{
border-color: #AF19F3;
}
</style>