Shades of Electric Purple #AC18F4
Tints of Electric Purple #AC18F4
RGB
CMYK
RGB Variations
Color information
#AC18F4 (or 0xAC18F4) is known color: Electric Purple. HEX triplet: AC, 18 and F4. RGB value is (172,24,244). Sum of RGB (Red+Green+Blue) = 172+24+244=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 244 (95.70% from 255 or 55.45% from 440); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC18F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18F4 is #53E70B. Grayscale: #5C5C5C. Windows color (decimal): -5498636 or 15997100. OLE color: 15997100.
HSL color Cylindrical-coordinate representation of color #AC18F4: hue angle of 280.36º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC18F4 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 24 | 244 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.04 |
| HSL | 280.36º | 0.91% | 0.53% | - |
| HSV(B) | 280.36º | 0.9% | 0.96% | - |
| XYZ | 33.67 | 15.96 | 86.89 | - |
| YUV | 93.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 244 | 0.30 | 0.90 | 0 | 0.04 | 280.36 | 0.91 | 0.53 |
| Hex | AC | 18 | F4 | 1E | 5A | 0 | 4 | 118 | 5B | 35 |
| Octal | 254 | 30 | 364 | 36 | 132 | 0 | 4 | 430 | 133 | 65 |
| Binary | 10101100 | 11000 | 11110100 | 11110 | 1011010 | 0 | 100 | 100011000 | 1011011 | 110101 |
Color Harmonies of #AC18F4
Complementary color
Monochromatic Colors of #AC18F4
Black with #AC18F4
Text Example
Text Example
White with #AC18F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18F4; }
p { color: rgb(172,24,244); }
H1.HeaderClassName
{
color: #AC18F4;
}
.AnyTagClassName
{
color: #AC18F4;
}
</style>
background-color css
<style>
a { background-color: #AC18F4; }
a { background-color: rgb(172,24,244); }
div.DivClassName
{
background-color: #AC18F4;
}
.BgClassName
{
background-color: #AC18F4;
}
</style>
border-color css
<style>
span { border-color: #AC18F4; }
span { border-color: rgb(172,24,244); }
td.TdClassName
{
border-color: #AC18F4;
}
.TagClassName
{
border-color: #AC18F4;
}
</style>