Shades of Electric Purple #AF16F3
Tints of Electric Purple #AF16F3
RGB
CMYK
RGB Variations
Color information
#AF16F3 (or 0xAF16F3) is known color: Electric Purple. HEX triplet: AF, 16 and F3. RGB value is (175,22,243). Sum of RGB (Red+Green+Blue) = 175+22+243=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF16F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16F3 is #50E90C. Grayscale: #5C5C5C. Windows color (decimal): -5302541 or 15931055. OLE color: 15931055.
HSL color Cylindrical-coordinate representation of color #AF16F3: hue angle of 281.54º 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 #AF16F3 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 22 | 243 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.05 |
| HSL | 281.54º | 0.9% | 0.52% | - |
| HSV(B) | 281.54º | 0.91% | 0.95% | - |
| XYZ | 34.14 | 16.16 | 86.11 | - |
| YUV | 92.94 | 212.69 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 243 | 0.28 | 0.91 | 0 | 0.05 | 281.54 | 0.9 | 0.52 |
| Hex | AF | 16 | F3 | 1C | 5B | 0 | 5 | 11A | 5A | 34 |
| Octal | 257 | 26 | 363 | 34 | 133 | 0 | 5 | 432 | 132 | 64 |
| Binary | 10101111 | 10110 | 11110011 | 11100 | 1011011 | 0 | 101 | 100011010 | 1011010 | 110100 |
Color Harmonies of #AF16F3
Complementary color
Monochromatic Colors of #AF16F3
Black with #AF16F3
Text Example
Text Example
White with #AF16F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16F3; }
p { color: rgb(175,22,243); }
H1.HeaderClassName
{
color: #AF16F3;
}
.AnyTagClassName
{
color: #AF16F3;
}
</style>
background-color css
<style>
a { background-color: #AF16F3; }
a { background-color: rgb(175,22,243); }
div.DivClassName
{
background-color: #AF16F3;
}
.BgClassName
{
background-color: #AF16F3;
}
</style>
border-color css
<style>
span { border-color: #AF16F3; }
span { border-color: rgb(175,22,243); }
td.TdClassName
{
border-color: #AF16F3;
}
.TagClassName
{
border-color: #AF16F3;
}
</style>