Shades of Electric Purple #AC07E7
Tints of Electric Purple #AC07E7
RGB
CMYK
RGB Variations
Color information
#AC07E7 (or 0xAC07E7) is known color: Electric Purple. HEX triplet: AC, 07 and E7. RGB value is (172,7,231). Sum of RGB (Red+Green+Blue) = 172+7+231=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC07E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07E7 is #53F818. Grayscale: #515151. Windows color (decimal): -5503001 or 15140780. OLE color: 15140780.
HSL color Cylindrical-coordinate representation of color #AC07E7: hue angle of 284.2º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07E7 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 7 | 231 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.09 |
| HSL | 284.2º | 0.94% | 0.47% | - |
| HSV(B) | 284.2º | 0.97% | 0.91% | - |
| XYZ | 31.51 | 14.69 | 76.78 | - |
| YUV | 81.87 | 212.16 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 231 | 0.26 | 0.97 | 0 | 0.09 | 284.2 | 0.94 | 0.47 |
| Hex | AC | 7 | E7 | 1A | 61 | 0 | 9 | 11C | 5E | 2F |
| Octal | 254 | 7 | 347 | 32 | 141 | 0 | 11 | 434 | 136 | 57 |
| Binary | 10101100 | 111 | 11100111 | 11010 | 1100001 | 0 | 1001 | 100011100 | 1011110 | 101111 |
Color Harmonies of #AC07E7
Complementary color
Monochromatic Colors of #AC07E7
Black with #AC07E7
Text Example
Text Example
White with #AC07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC07E7; }
p { color: rgb(172,7,231); }
H1.HeaderClassName
{
color: #AC07E7;
}
.AnyTagClassName
{
color: #AC07E7;
}
</style>
background-color css
<style>
a { background-color: #AC07E7; }
a { background-color: rgb(172,7,231); }
div.DivClassName
{
background-color: #AC07E7;
}
.BgClassName
{
background-color: #AC07E7;
}
</style>
border-color css
<style>
span { border-color: #AC07E7; }
span { border-color: rgb(172,7,231); }
td.TdClassName
{
border-color: #AC07E7;
}
.TagClassName
{
border-color: #AC07E7;
}
</style>