Shades of Electric Purple #AC03E7
Tints of Electric Purple #AC03E7
RGB
CMYK
RGB Variations
Color information
#AC03E7 (or 0xAC03E7) is known color: Electric Purple. HEX triplet: AC, 03 and E7. RGB value is (172,3,231). Sum of RGB (Red+Green+Blue) = 172+3+231=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC03E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03E7 is #53FC18. Grayscale: #4E4E4E. Windows color (decimal): -5504025 or 15139756. OLE color: 15139756.
HSL color Cylindrical-coordinate representation of color #AC03E7: hue angle of 284.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03E7 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 3 | 231 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.09 |
| HSL | 284.47º | 0.97% | 0.46% | - |
| HSV(B) | 284.47º | 0.99% | 0.91% | - |
| XYZ | 31.47 | 14.61 | 76.76 | - |
| YUV | 79.52 | 213.49 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 231 | 0.26 | 0.99 | 0 | 0.09 | 284.47 | 0.97 | 0.46 |
| Hex | AC | 3 | E7 | 1A | 63 | 0 | 9 | 11C | 61 | 2E |
| Octal | 254 | 3 | 347 | 32 | 143 | 0 | 11 | 434 | 141 | 56 |
| Binary | 10101100 | 11 | 11100111 | 11010 | 1100011 | 0 | 1001 | 100011100 | 1100001 | 101110 |
Color Harmonies of #AC03E7
Complementary color
Monochromatic Colors of #AC03E7
Black with #AC03E7
Text Example
Text Example
White with #AC03E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03E7; }
p { color: rgb(172,3,231); }
H1.HeaderClassName
{
color: #AC03E7;
}
.AnyTagClassName
{
color: #AC03E7;
}
</style>
background-color css
<style>
a { background-color: #AC03E7; }
a { background-color: rgb(172,3,231); }
div.DivClassName
{
background-color: #AC03E7;
}
.BgClassName
{
background-color: #AC03E7;
}
</style>
border-color css
<style>
span { border-color: #AC03E7; }
span { border-color: rgb(172,3,231); }
td.TdClassName
{
border-color: #AC03E7;
}
.TagClassName
{
border-color: #AC03E7;
}
</style>