Shades of Electric Purple #AC0FEA
Tints of Electric Purple #AC0FEA
RGB
CMYK
RGB Variations
Color information
#AC0FEA (or 0xAC0FEA) is known color: Electric Purple. HEX triplet: AC, 0F and EA. RGB value is (172,15,234). Sum of RGB (Red+Green+Blue) = 172+15+234=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FEA is #53F015. Grayscale: #565656. Windows color (decimal): -5500950 or 15339436. OLE color: 15339436.
HSL color Cylindrical-coordinate representation of color #AC0FEA: hue angle of 283.01º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0FEA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 15 | 234 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.08 |
| HSL | 283.01º | 0.88% | 0.49% | - |
| HSV(B) | 283.01º | 0.94% | 0.92% | - |
| XYZ | 32.04 | 15.05 | 79.06 | - |
| YUV | 86.91 | 211.01 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 234 | 0.26 | 0.94 | 0 | 0.08 | 283.01 | 0.88 | 0.49 |
| Hex | AC | F | EA | 1A | 5E | 0 | 8 | 11B | 58 | 31 |
| Octal | 254 | 17 | 352 | 32 | 136 | 0 | 10 | 433 | 130 | 61 |
| Binary | 10101100 | 1111 | 11101010 | 11010 | 1011110 | 0 | 1000 | 100011011 | 1011000 | 110001 |
Color Harmonies of #AC0FEA
Complementary color
Monochromatic Colors of #AC0FEA
Black with #AC0FEA
Text Example
Text Example
White with #AC0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FEA; }
p { color: rgb(172,15,234); }
H1.HeaderClassName
{
color: #AC0FEA;
}
.AnyTagClassName
{
color: #AC0FEA;
}
</style>
background-color css
<style>
a { background-color: #AC0FEA; }
a { background-color: rgb(172,15,234); }
div.DivClassName
{
background-color: #AC0FEA;
}
.BgClassName
{
background-color: #AC0FEA;
}
</style>
border-color css
<style>
span { border-color: #AC0FEA; }
span { border-color: rgb(172,15,234); }
td.TdClassName
{
border-color: #AC0FEA;
}
.TagClassName
{
border-color: #AC0FEA;
}
</style>