Shades of Electric Purple #AC03EA
Tints of Electric Purple #AC03EA
RGB
CMYK
RGB Variations
Color information
#AC03EA (or 0xAC03EA) is known color: Electric Purple. HEX triplet: AC, 03 and EA. RGB value is (172,3,234). Sum of RGB (Red+Green+Blue) = 172+3+234=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC03EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03EA is #53FC15. Grayscale: #4F4F4F. Windows color (decimal): -5504022 or 15336364. OLE color: 15336364.
HSL color Cylindrical-coordinate representation of color #AC03EA: hue angle of 283.9º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03EA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 3 | 234 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.08 |
| HSL | 283.9º | 0.97% | 0.46% | - |
| HSV(B) | 283.9º | 0.99% | 0.92% | - |
| XYZ | 31.9 | 14.78 | 79.01 | - |
| YUV | 79.87 | 214.99 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 234 | 0.26 | 0.99 | 0 | 0.08 | 283.9 | 0.97 | 0.46 |
| Hex | AC | 3 | EA | 1A | 63 | 0 | 8 | 11C | 61 | 2E |
| Octal | 254 | 3 | 352 | 32 | 143 | 0 | 10 | 434 | 141 | 56 |
| Binary | 10101100 | 11 | 11101010 | 11010 | 1100011 | 0 | 1000 | 100011100 | 1100001 | 101110 |
Color Harmonies of #AC03EA
Complementary color
Monochromatic Colors of #AC03EA
Black with #AC03EA
Text Example
Text Example
White with #AC03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03EA; }
p { color: rgb(172,3,234); }
H1.HeaderClassName
{
color: #AC03EA;
}
.AnyTagClassName
{
color: #AC03EA;
}
</style>
background-color css
<style>
a { background-color: #AC03EA; }
a { background-color: rgb(172,3,234); }
div.DivClassName
{
background-color: #AC03EA;
}
.BgClassName
{
background-color: #AC03EA;
}
</style>
border-color css
<style>
span { border-color: #AC03EA; }
span { border-color: rgb(172,3,234); }
td.TdClassName
{
border-color: #AC03EA;
}
.TagClassName
{
border-color: #AC03EA;
}
</style>