Shades of Electric Purple #AF1CF6
Tints of Electric Purple #AF1CF6
RGB
CMYK
RGB Variations
Color information
#AF1CF6 (or 0xAF1CF6) is known color: Electric Purple. HEX triplet: AF, 1C and F6. RGB value is (175,28,246). Sum of RGB (Red+Green+Blue) = 175+28+246=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF1CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CF6 is #50E309. Grayscale: #606060. Windows color (decimal): -5301002 or 16129199. OLE color: 16129199.
HSL color Cylindrical-coordinate representation of color #AF1CF6: hue angle of 280.46º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1CF6 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 28 | 246 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.04 |
| HSL | 280.46º | 0.92% | 0.54% | - |
| HSV(B) | 280.46º | 0.89% | 0.96% | - |
| XYZ | 34.73 | 16.6 | 88.56 | - |
| YUV | 96.81 | 212.2 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 246 | 0.29 | 0.89 | 0 | 0.04 | 280.46 | 0.92 | 0.54 |
| Hex | AF | 1C | F6 | 1D | 59 | 0 | 4 | 118 | 5C | 36 |
| Octal | 257 | 34 | 366 | 35 | 131 | 0 | 4 | 430 | 134 | 66 |
| Binary | 10101111 | 11100 | 11110110 | 11101 | 1011001 | 0 | 100 | 100011000 | 1011100 | 110110 |
Color Harmonies of #AF1CF6
Complementary color
Monochromatic Colors of #AF1CF6
Black with #AF1CF6
Text Example
Text Example
White with #AF1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CF6; }
p { color: rgb(175,28,246); }
H1.HeaderClassName
{
color: #AF1CF6;
}
.AnyTagClassName
{
color: #AF1CF6;
}
</style>
background-color css
<style>
a { background-color: #AF1CF6; }
a { background-color: rgb(175,28,246); }
div.DivClassName
{
background-color: #AF1CF6;
}
.BgClassName
{
background-color: #AF1CF6;
}
</style>
border-color css
<style>
span { border-color: #AF1CF6; }
span { border-color: rgb(175,28,246); }
td.TdClassName
{
border-color: #AF1CF6;
}
.TagClassName
{
border-color: #AF1CF6;
}
</style>