Shades of Electric Purple #AF10F3
Tints of Electric Purple #AF10F3
RGB
CMYK
RGB Variations
Color information
#AF10F3 (or 0xAF10F3) is known color: Electric Purple. HEX triplet: AF, 10 and F3. RGB value is (175,16,243). Sum of RGB (Red+Green+Blue) = 175+16+243=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF10F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF10F3 is #50EF0C. Grayscale: #585858. Windows color (decimal): -5304077 or 15929519. OLE color: 15929519.
HSL color Cylindrical-coordinate representation of color #AF10F3: hue angle of 282.03º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10F3 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 16 | 243 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.05 |
| HSL | 282.03º | 0.9% | 0.51% | - |
| HSV(B) | 282.03º | 0.93% | 0.95% | - |
| XYZ | 34.04 | 15.96 | 86.08 | - |
| YUV | 89.42 | 214.68 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 243 | 0.28 | 0.93 | 0 | 0.05 | 282.03 | 0.9 | 0.51 |
| Hex | AF | 10 | F3 | 1C | 5D | 0 | 5 | 11A | 5A | 33 |
| Octal | 257 | 20 | 363 | 34 | 135 | 0 | 5 | 432 | 132 | 63 |
| Binary | 10101111 | 10000 | 11110011 | 11100 | 1011101 | 0 | 101 | 100011010 | 1011010 | 110011 |
Color Harmonies of #AF10F3
Complementary color
Monochromatic Colors of #AF10F3
Black with #AF10F3
Text Example
Text Example
White with #AF10F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10F3; }
p { color: rgb(175,16,243); }
H1.HeaderClassName
{
color: #AF10F3;
}
.AnyTagClassName
{
color: #AF10F3;
}
</style>
background-color css
<style>
a { background-color: #AF10F3; }
a { background-color: rgb(175,16,243); }
div.DivClassName
{
background-color: #AF10F3;
}
.BgClassName
{
background-color: #AF10F3;
}
</style>
border-color css
<style>
span { border-color: #AF10F3; }
span { border-color: rgb(175,16,243); }
td.TdClassName
{
border-color: #AF10F3;
}
.TagClassName
{
border-color: #AF10F3;
}
</style>