Shades of Electric Purple #AC17EF
Tints of Electric Purple #AC17EF
RGB
CMYK
RGB Variations
Color information
#AC17EF (or 0xAC17EF) is known color: Electric Purple. HEX triplet: AC, 17 and EF. RGB value is (172,23,239). Sum of RGB (Red+Green+Blue) = 172+23+239=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17EF is #53E810. Grayscale: #5B5B5B. Windows color (decimal): -5498897 or 15669164. OLE color: 15669164.
HSL color Cylindrical-coordinate representation of color #AC17EF: hue angle of 281.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC17EF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 23 | 239 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.06 |
| HSL | 281.39º | 0.87% | 0.51% | - |
| HSV(B) | 281.39º | 0.9% | 0.94% | - |
| XYZ | 32.9 | 15.62 | 82.94 | - |
| YUV | 92.18 | 210.86 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 239 | 0.28 | 0.90 | 0 | 0.06 | 281.39 | 0.87 | 0.51 |
| Hex | AC | 17 | EF | 1C | 5A | 0 | 6 | 119 | 57 | 33 |
| Octal | 254 | 27 | 357 | 34 | 132 | 0 | 6 | 431 | 127 | 63 |
| Binary | 10101100 | 10111 | 11101111 | 11100 | 1011010 | 0 | 110 | 100011001 | 1010111 | 110011 |
Color Harmonies of #AC17EF
Complementary color
Monochromatic Colors of #AC17EF
Black with #AC17EF
Text Example
Text Example
White with #AC17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17EF; }
p { color: rgb(172,23,239); }
H1.HeaderClassName
{
color: #AC17EF;
}
.AnyTagClassName
{
color: #AC17EF;
}
</style>
background-color css
<style>
a { background-color: #AC17EF; }
a { background-color: rgb(172,23,239); }
div.DivClassName
{
background-color: #AC17EF;
}
.BgClassName
{
background-color: #AC17EF;
}
</style>
border-color css
<style>
span { border-color: #AC17EF; }
span { border-color: rgb(172,23,239); }
td.TdClassName
{
border-color: #AC17EF;
}
.TagClassName
{
border-color: #AC17EF;
}
</style>