Shades of Electric Purple #AC07E8
Tints of Electric Purple #AC07E8
RGB
CMYK
RGB Variations
Color information
#AC07E8 (or 0xAC07E8) is known color: Electric Purple. HEX triplet: AC, 07 and E8. RGB value is (172,7,232). Sum of RGB (Red+Green+Blue) = 172+7+232=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC07E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07E8 is #53F817. Grayscale: #515151. Windows color (decimal): -5503000 or 15206316. OLE color: 15206316.
HSL color Cylindrical-coordinate representation of color #AC07E8: hue angle of 284º 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 #AC07E8 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 7 | 232 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.09 |
| HSL | 284º | 0.94% | 0.47% | - |
| HSV(B) | 284º | 0.97% | 0.91% | - |
| XYZ | 31.65 | 14.75 | 77.52 | - |
| YUV | 81.99 | 212.66 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 232 | 0.26 | 0.97 | 0 | 0.09 | 284 | 0.94 | 0.47 |
| Hex | AC | 7 | E8 | 1A | 61 | 0 | 9 | 11C | 5E | 2F |
| Octal | 254 | 7 | 350 | 32 | 141 | 0 | 11 | 434 | 136 | 57 |
| Binary | 10101100 | 111 | 11101000 | 11010 | 1100001 | 0 | 1001 | 100011100 | 1011110 | 101111 |
Color Harmonies of #AC07E8
Complementary color
Monochromatic Colors of #AC07E8
Black with #AC07E8
Text Example
Text Example
White with #AC07E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC07E8; }
p { color: rgb(172,7,232); }
H1.HeaderClassName
{
color: #AC07E8;
}
.AnyTagClassName
{
color: #AC07E8;
}
</style>
background-color css
<style>
a { background-color: #AC07E8; }
a { background-color: rgb(172,7,232); }
div.DivClassName
{
background-color: #AC07E8;
}
.BgClassName
{
background-color: #AC07E8;
}
</style>
border-color css
<style>
span { border-color: #AC07E8; }
span { border-color: rgb(172,7,232); }
td.TdClassName
{
border-color: #AC07E8;
}
.TagClassName
{
border-color: #AC07E8;
}
</style>