Shades of Electric Purple #AC1CF1
Tints of Electric Purple #AC1CF1
RGB
CMYK
RGB Variations
Color information
#AC1CF1 (or 0xAC1CF1) is known color: Electric Purple. HEX triplet: AC, 1C and F1. RGB value is (172,28,241). Sum of RGB (Red+Green+Blue) = 172+28+241=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC1CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CF1 is #53E30E. Grayscale: #5E5E5E. Windows color (decimal): -5497615 or 15801516. OLE color: 15801516.
HSL color Cylindrical-coordinate representation of color #AC1CF1: hue angle of 280.56º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1CF1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 28 | 241 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.05 |
| HSL | 280.56º | 0.88% | 0.53% | - |
| HSV(B) | 280.56º | 0.88% | 0.95% | - |
| XYZ | 33.31 | 15.95 | 84.54 | - |
| YUV | 95.34 | 210.21 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 241 | 0.29 | 0.88 | 0 | 0.05 | 280.56 | 0.88 | 0.53 |
| Hex | AC | 1C | F1 | 1D | 58 | 0 | 5 | 119 | 58 | 35 |
| Octal | 254 | 34 | 361 | 35 | 130 | 0 | 5 | 431 | 130 | 65 |
| Binary | 10101100 | 11100 | 11110001 | 11101 | 1011000 | 0 | 101 | 100011001 | 1011000 | 110101 |
Color Harmonies of #AC1CF1
Complementary color
Monochromatic Colors of #AC1CF1
Black with #AC1CF1
Text Example
Text Example
White with #AC1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CF1; }
p { color: rgb(172,28,241); }
H1.HeaderClassName
{
color: #AC1CF1;
}
.AnyTagClassName
{
color: #AC1CF1;
}
</style>
background-color css
<style>
a { background-color: #AC1CF1; }
a { background-color: rgb(172,28,241); }
div.DivClassName
{
background-color: #AC1CF1;
}
.BgClassName
{
background-color: #AC1CF1;
}
</style>
border-color css
<style>
span { border-color: #AC1CF1; }
span { border-color: rgb(172,28,241); }
td.TdClassName
{
border-color: #AC1CF1;
}
.TagClassName
{
border-color: #AC1CF1;
}
</style>