Shades of Electric Purple #AF17F3
Tints of Electric Purple #AF17F3
RGB
CMYK
RGB Variations
Color information
#AF17F3 (or 0xAF17F3) is known color: Electric Purple. HEX triplet: AF, 17 and F3. RGB value is (175,23,243). Sum of RGB (Red+Green+Blue) = 175+23+243=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF17F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17F3 is #50E80C. Grayscale: #5C5C5C. Windows color (decimal): -5302285 or 15931311. OLE color: 15931311.
HSL color Cylindrical-coordinate representation of color #AF17F3: hue angle of 281.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF17F3 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 23 | 243 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.05 |
| HSL | 281.45º | 0.9% | 0.52% | - |
| HSV(B) | 281.45º | 0.91% | 0.95% | - |
| XYZ | 34.16 | 16.2 | 86.12 | - |
| YUV | 93.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 243 | 0.28 | 0.91 | 0 | 0.05 | 281.45 | 0.9 | 0.52 |
| Hex | AF | 17 | F3 | 1C | 5B | 0 | 5 | 119 | 5A | 34 |
| Octal | 257 | 27 | 363 | 34 | 133 | 0 | 5 | 431 | 132 | 64 |
| Binary | 10101111 | 10111 | 11110011 | 11100 | 1011011 | 0 | 101 | 100011001 | 1011010 | 110100 |
Color Harmonies of #AF17F3
Complementary color
Monochromatic Colors of #AF17F3
Black with #AF17F3
Text Example
Text Example
White with #AF17F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17F3; }
p { color: rgb(175,23,243); }
H1.HeaderClassName
{
color: #AF17F3;
}
.AnyTagClassName
{
color: #AF17F3;
}
</style>
background-color css
<style>
a { background-color: #AF17F3; }
a { background-color: rgb(175,23,243); }
div.DivClassName
{
background-color: #AF17F3;
}
.BgClassName
{
background-color: #AF17F3;
}
</style>
border-color css
<style>
span { border-color: #AF17F3; }
span { border-color: rgb(175,23,243); }
td.TdClassName
{
border-color: #AF17F3;
}
.TagClassName
{
border-color: #AF17F3;
}
</style>