Shades of Electric Purple #AC17E7
Tints of Electric Purple #AC17E7
RGB
CMYK
RGB Variations
Color information
#AC17E7 (or 0xAC17E7) is known color: Electric Purple. HEX triplet: AC, 17 and E7. RGB value is (172,23,231). Sum of RGB (Red+Green+Blue) = 172+23+231=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC17E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17E7 is #53E818. Grayscale: #5A5A5A. Windows color (decimal): -5498905 or 15144876. OLE color: 15144876.
HSL color Cylindrical-coordinate representation of color #AC17E7: hue angle of 282.98º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC17E7 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 23 | 231 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.09 |
| HSL | 282.98º | 0.82% | 0.5% | - |
| HSV(B) | 282.98º | 0.9% | 0.91% | - |
| XYZ | 31.74 | 15.15 | 76.85 | - |
| YUV | 91.26 | 206.86 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 231 | 0.26 | 0.90 | 0 | 0.09 | 282.98 | 0.82 | 0.5 |
| Hex | AC | 17 | E7 | 1A | 5A | 0 | 9 | 11B | 52 | 32 |
| Octal | 254 | 27 | 347 | 32 | 132 | 0 | 11 | 433 | 122 | 62 |
| Binary | 10101100 | 10111 | 11100111 | 11010 | 1011010 | 0 | 1001 | 100011011 | 1010010 | 110010 |
Color Harmonies of #AC17E7
Complementary color
Monochromatic Colors of #AC17E7
Black with #AC17E7
Text Example
Text Example
White with #AC17E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17E7; }
p { color: rgb(172,23,231); }
H1.HeaderClassName
{
color: #AC17E7;
}
.AnyTagClassName
{
color: #AC17E7;
}
</style>
background-color css
<style>
a { background-color: #AC17E7; }
a { background-color: rgb(172,23,231); }
div.DivClassName
{
background-color: #AC17E7;
}
.BgClassName
{
background-color: #AC17E7;
}
</style>
border-color css
<style>
span { border-color: #AC17E7; }
span { border-color: rgb(172,23,231); }
td.TdClassName
{
border-color: #AC17E7;
}
.TagClassName
{
border-color: #AC17E7;
}
</style>