Shades of Electric Purple #AC1AF0
Tints of Electric Purple #AC1AF0
RGB
CMYK
RGB Variations
Color information
#AC1AF0 (or 0xAC1AF0) is known color: Electric Purple. HEX triplet: AC, 1A and F0. RGB value is (172,26,240). Sum of RGB (Red+Green+Blue) = 172+26+240=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC1AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1AF0 is #53E50F. Grayscale: #5D5D5D. Windows color (decimal): -5498128 or 15735468. OLE color: 15735468.
HSL color Cylindrical-coordinate representation of color #AC1AF0: hue angle of 280.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1AF0 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 26 | 240 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.06 |
| HSL | 280.93º | 0.88% | 0.52% | - |
| HSV(B) | 280.93º | 0.89% | 0.94% | - |
| XYZ | 33.11 | 15.8 | 83.74 | - |
| YUV | 94.05 | 210.37 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 240 | 0.28 | 0.89 | 0 | 0.06 | 280.93 | 0.88 | 0.52 |
| Hex | AC | 1A | F0 | 1C | 59 | 0 | 6 | 119 | 58 | 34 |
| Octal | 254 | 32 | 360 | 34 | 131 | 0 | 6 | 431 | 130 | 64 |
| Binary | 10101100 | 11010 | 11110000 | 11100 | 1011001 | 0 | 110 | 100011001 | 1011000 | 110100 |
Color Harmonies of #AC1AF0
Complementary color
Monochromatic Colors of #AC1AF0
Black with #AC1AF0
Text Example
Text Example
White with #AC1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1AF0; }
p { color: rgb(172,26,240); }
H1.HeaderClassName
{
color: #AC1AF0;
}
.AnyTagClassName
{
color: #AC1AF0;
}
</style>
background-color css
<style>
a { background-color: #AC1AF0; }
a { background-color: rgb(172,26,240); }
div.DivClassName
{
background-color: #AC1AF0;
}
.BgClassName
{
background-color: #AC1AF0;
}
</style>
border-color css
<style>
span { border-color: #AC1AF0; }
span { border-color: rgb(172,26,240); }
td.TdClassName
{
border-color: #AC1AF0;
}
.TagClassName
{
border-color: #AC1AF0;
}
</style>