Shades of Electric Purple #AC1BF1
Tints of Electric Purple #AC1BF1
RGB
CMYK
RGB Variations
Color information
#AC1BF1 (or 0xAC1BF1) is known color: Electric Purple. HEX triplet: AC, 1B and F1. RGB value is (172,27,241). Sum of RGB (Red+Green+Blue) = 172+27+241=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC1BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BF1 is #53E40E. Grayscale: #5E5E5E. Windows color (decimal): -5497871 or 15801260. OLE color: 15801260.
HSL color Cylindrical-coordinate representation of color #AC1BF1: hue angle of 280.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1BF1 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 27 | 241 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.05 |
| HSL | 280.65º | 0.88% | 0.53% | - |
| HSV(B) | 280.65º | 0.89% | 0.95% | - |
| XYZ | 33.28 | 15.91 | 84.53 | - |
| YUV | 94.75 | 210.54 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 241 | 0.29 | 0.89 | 0 | 0.05 | 280.65 | 0.88 | 0.53 |
| Hex | AC | 1B | F1 | 1D | 59 | 0 | 5 | 119 | 58 | 35 |
| Octal | 254 | 33 | 361 | 35 | 131 | 0 | 5 | 431 | 130 | 65 |
| Binary | 10101100 | 11011 | 11110001 | 11101 | 1011001 | 0 | 101 | 100011001 | 1011000 | 110101 |
Color Harmonies of #AC1BF1
Complementary color
Monochromatic Colors of #AC1BF1
Black with #AC1BF1
Text Example
Text Example
White with #AC1BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BF1; }
p { color: rgb(172,27,241); }
H1.HeaderClassName
{
color: #AC1BF1;
}
.AnyTagClassName
{
color: #AC1BF1;
}
</style>
background-color css
<style>
a { background-color: #AC1BF1; }
a { background-color: rgb(172,27,241); }
div.DivClassName
{
background-color: #AC1BF1;
}
.BgClassName
{
background-color: #AC1BF1;
}
</style>
border-color css
<style>
span { border-color: #AC1BF1; }
span { border-color: rgb(172,27,241); }
td.TdClassName
{
border-color: #AC1BF1;
}
.TagClassName
{
border-color: #AC1BF1;
}
</style>