Shades of Electric Purple #AC10FE
Tints of Electric Purple #AC10FE
RGB
CMYK
RGB Variations
Color information
#AC10FE (or 0xAC10FE) is known color: Electric Purple. HEX triplet: AC, 10 and FE. RGB value is (172,16,254). Sum of RGB (Red+Green+Blue) = 172+16+254=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC10FE is #53EF01. Grayscale: #585858. Windows color (decimal): -5500674 or 16650412. OLE color: 16650412.
HSL color Cylindrical-coordinate representation of color #AC10FE: hue angle of 279.33º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC10FE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 16 | 254 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.00 |
| HSL | 279.33º | 0.99% | 0.53% | - |
| HSV(B) | 279.33º | 0.94% | 1% | - |
| XYZ | 35.09 | 16.3 | 95.06 | - |
| YUV | 89.78 | 220.68 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 254 | 0.32 | 0.94 | 0 | 0.00 | 279.33 | 0.99 | 0.53 |
| Hex | AC | 10 | FE | 20 | 5E | 0 | 0 | 117 | 63 | 35 |
| Octal | 254 | 20 | 376 | 40 | 136 | 0 | 0 | 427 | 143 | 65 |
| Binary | 10101100 | 10000 | 11111110 | 100000 | 1011110 | 0 | 0 | 100010111 | 1100011 | 110101 |
Color Harmonies of #AC10FE
Complementary color
Monochromatic Colors of #AC10FE
Black with #AC10FE
Text Example
Text Example
White with #AC10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC10FE; }
p { color: rgb(172,16,254); }
H1.HeaderClassName
{
color: #AC10FE;
}
.AnyTagClassName
{
color: #AC10FE;
}
</style>
background-color css
<style>
a { background-color: #AC10FE; }
a { background-color: rgb(172,16,254); }
div.DivClassName
{
background-color: #AC10FE;
}
.BgClassName
{
background-color: #AC10FE;
}
</style>
border-color css
<style>
span { border-color: #AC10FE; }
span { border-color: rgb(172,16,254); }
td.TdClassName
{
border-color: #AC10FE;
}
.TagClassName
{
border-color: #AC10FE;
}
</style>