Shades of Electric Purple #AC18F5
Tints of Electric Purple #AC18F5
RGB
CMYK
RGB Variations
Color information
#AC18F5 (or 0xAC18F5) is known color: Electric Purple. HEX triplet: AC, 18 and F5. RGB value is (172,24,245). Sum of RGB (Red+Green+Blue) = 172+24+245=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC18F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18F5 is #53E70A. Grayscale: #5C5C5C. Windows color (decimal): -5498635 or 16062636. OLE color: 16062636.
HSL color Cylindrical-coordinate representation of color #AC18F5: hue angle of 280.18º degrees, saturation: 0.92, 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 #AC18F5 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 24 | 245 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.04 |
| HSL | 280.18º | 0.92% | 0.53% | - |
| HSV(B) | 280.18º | 0.9% | 0.96% | - |
| XYZ | 33.82 | 16.02 | 87.7 | - |
| YUV | 93.45 | 213.53 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 245 | 0.30 | 0.90 | 0 | 0.04 | 280.18 | 0.92 | 0.53 |
| Hex | AC | 18 | F5 | 1E | 5A | 0 | 4 | 118 | 5C | 35 |
| Octal | 254 | 30 | 365 | 36 | 132 | 0 | 4 | 430 | 134 | 65 |
| Binary | 10101100 | 11000 | 11110101 | 11110 | 1011010 | 0 | 100 | 100011000 | 1011100 | 110101 |
Color Harmonies of #AC18F5
Complementary color
Monochromatic Colors of #AC18F5
Black with #AC18F5
Text Example
Text Example
White with #AC18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18F5; }
p { color: rgb(172,24,245); }
H1.HeaderClassName
{
color: #AC18F5;
}
.AnyTagClassName
{
color: #AC18F5;
}
</style>
background-color css
<style>
a { background-color: #AC18F5; }
a { background-color: rgb(172,24,245); }
div.DivClassName
{
background-color: #AC18F5;
}
.BgClassName
{
background-color: #AC18F5;
}
</style>
border-color css
<style>
span { border-color: #AC18F5; }
span { border-color: rgb(172,24,245); }
td.TdClassName
{
border-color: #AC18F5;
}
.TagClassName
{
border-color: #AC18F5;
}
</style>