Shades of Electric Purple #AC14FF
Tints of Electric Purple #AC14FF
RGB
CMYK
RGB Variations
Color information
#AC14FF (or 0xAC14FF) is known color: Electric Purple. HEX triplet: AC, 14 and FF. RGB value is (172,20,255). Sum of RGB (Red+Green+Blue) = 172+20+255=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC14FF is #53EB00. Grayscale: #5B5B5B. Windows color (decimal): -5499649 or 16716972. OLE color: 16716972.
HSL color Cylindrical-coordinate representation of color #AC14FF: hue angle of 278.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC14FF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 20 | 255 | - |
| CMYK | 0.33 | 0.92 | 0 | 0 |
| HSL | 278.81º | 1% | 0.54% | - |
| HSV(B) | 278.81º | 0.92% | 1% | - |
| XYZ | 35.31 | 16.49 | 95.93 | - |
| YUV | 92.24 | 219.86 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 255 | 0.33 | 0.92 | 0 | 0 | 278.81 | 1 | 0.54 |
| Hex | AC | 14 | FF | 21 | 5C | 0 | 0 | 117 | 64 | 36 |
| Octal | 254 | 24 | 377 | 41 | 134 | 0 | 0 | 427 | 144 | 66 |
| Binary | 10101100 | 10100 | 11111111 | 100001 | 1011100 | 0 | 0 | 100010111 | 1100100 | 110110 |
Color Harmonies of #AC14FF
Complementary color
Monochromatic Colors of #AC14FF
Black with #AC14FF
Text Example
Text Example
White with #AC14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14FF; }
p { color: rgb(172,20,255); }
H1.HeaderClassName
{
color: #AC14FF;
}
.AnyTagClassName
{
color: #AC14FF;
}
</style>
background-color css
<style>
a { background-color: #AC14FF; }
a { background-color: rgb(172,20,255); }
div.DivClassName
{
background-color: #AC14FF;
}
.BgClassName
{
background-color: #AC14FF;
}
</style>
border-color css
<style>
span { border-color: #AC14FF; }
span { border-color: rgb(172,20,255); }
td.TdClassName
{
border-color: #AC14FF;
}
.TagClassName
{
border-color: #AC14FF;
}
</style>