Shades of Electric Purple #AF14F3
Tints of Electric Purple #AF14F3
RGB
CMYK
RGB Variations
Color information
#AF14F3 (or 0xAF14F3) is known color: Electric Purple. HEX triplet: AF, 14 and F3. RGB value is (175,20,243). Sum of RGB (Red+Green+Blue) = 175+20+243=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF14F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF14F3 is #50EB0C. Grayscale: #5B5B5B. Windows color (decimal): -5303053 or 15930543. OLE color: 15930543.
HSL color Cylindrical-coordinate representation of color #AF14F3: hue angle of 281.7º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF14F3 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 20 | 243 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.05 |
| HSL | 281.7º | 0.9% | 0.52% | - |
| HSV(B) | 281.7º | 0.92% | 0.95% | - |
| XYZ | 34.11 | 16.09 | 86.1 | - |
| YUV | 91.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 243 | 0.28 | 0.92 | 0 | 0.05 | 281.7 | 0.9 | 0.52 |
| Hex | AF | 14 | F3 | 1C | 5C | 0 | 5 | 11A | 5A | 34 |
| Octal | 257 | 24 | 363 | 34 | 134 | 0 | 5 | 432 | 132 | 64 |
| Binary | 10101111 | 10100 | 11110011 | 11100 | 1011100 | 0 | 101 | 100011010 | 1011010 | 110100 |
Color Harmonies of #AF14F3
Complementary color
Monochromatic Colors of #AF14F3
Black with #AF14F3
Text Example
Text Example
White with #AF14F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14F3; }
p { color: rgb(175,20,243); }
H1.HeaderClassName
{
color: #AF14F3;
}
.AnyTagClassName
{
color: #AF14F3;
}
</style>
background-color css
<style>
a { background-color: #AF14F3; }
a { background-color: rgb(175,20,243); }
div.DivClassName
{
background-color: #AF14F3;
}
.BgClassName
{
background-color: #AF14F3;
}
</style>
border-color css
<style>
span { border-color: #AF14F3; }
span { border-color: rgb(175,20,243); }
td.TdClassName
{
border-color: #AF14F3;
}
.TagClassName
{
border-color: #AF14F3;
}
</style>