Shades of Electric Purple #AC17F5
Tints of Electric Purple #AC17F5
RGB
CMYK
RGB Variations
Color information
#AC17F5 (or 0xAC17F5) is known color: Electric Purple. HEX triplet: AC, 17 and F5. RGB value is (172,23,245). Sum of RGB (Red+Green+Blue) = 172+23+245=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC17F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17F5 is #53E80A. Grayscale: #5C5C5C. Windows color (decimal): -5498891 or 16062380. OLE color: 16062380.
HSL color Cylindrical-coordinate representation of color #AC17F5: hue angle of 280.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC17F5 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 23 | 245 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.04 |
| HSL | 280.27º | 0.92% | 0.53% | - |
| HSV(B) | 280.27º | 0.91% | 0.96% | - |
| XYZ | 33.8 | 15.98 | 87.69 | - |
| YUV | 92.86 | 213.86 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 245 | 0.30 | 0.91 | 0 | 0.04 | 280.27 | 0.92 | 0.53 |
| Hex | AC | 17 | F5 | 1E | 5B | 0 | 4 | 118 | 5C | 35 |
| Octal | 254 | 27 | 365 | 36 | 133 | 0 | 4 | 430 | 134 | 65 |
| Binary | 10101100 | 10111 | 11110101 | 11110 | 1011011 | 0 | 100 | 100011000 | 1011100 | 110101 |
Color Harmonies of #AC17F5
Complementary color
Monochromatic Colors of #AC17F5
Black with #AC17F5
Text Example
Text Example
White with #AC17F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17F5; }
p { color: rgb(172,23,245); }
H1.HeaderClassName
{
color: #AC17F5;
}
.AnyTagClassName
{
color: #AC17F5;
}
</style>
background-color css
<style>
a { background-color: #AC17F5; }
a { background-color: rgb(172,23,245); }
div.DivClassName
{
background-color: #AC17F5;
}
.BgClassName
{
background-color: #AC17F5;
}
</style>
border-color css
<style>
span { border-color: #AC17F5; }
span { border-color: rgb(172,23,245); }
td.TdClassName
{
border-color: #AC17F5;
}
.TagClassName
{
border-color: #AC17F5;
}
</style>