Shades of Electric Purple #AC1DFF
Tints of Electric Purple #AC1DFF
RGB
CMYK
RGB Variations
Color information
#AC1DFF (or 0xAC1DFF) is known color: Electric Purple. HEX triplet: AC, 1D and FF. RGB value is (172,29,255). Sum of RGB (Red+Green+Blue) = 172+29+255=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC1DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1DFF is #53E200. Grayscale: #606060. Windows color (decimal): -5497345 or 16719276. OLE color: 16719276.
HSL color Cylindrical-coordinate representation of color #AC1DFF: hue angle of 277.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1DFF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 29 | 255 | - |
| CMYK | 0.33 | 0.89 | 0 | 0 |
| HSL | 277.96º | 1% | 0.56% | - |
| HSV(B) | 277.96º | 0.89% | 1% | - |
| XYZ | 35.5 | 16.87 | 95.99 | - |
| YUV | 97.52 | 216.88 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 255 | 0.33 | 0.89 | 0 | 0 | 277.96 | 1 | 0.56 |
| Hex | AC | 1D | FF | 21 | 59 | 0 | 0 | 116 | 64 | 38 |
| Octal | 254 | 35 | 377 | 41 | 131 | 0 | 0 | 426 | 144 | 70 |
| Binary | 10101100 | 11101 | 11111111 | 100001 | 1011001 | 0 | 0 | 100010110 | 1100100 | 111000 |
Color Harmonies of #AC1DFF
Complementary color
Monochromatic Colors of #AC1DFF
Black with #AC1DFF
Text Example
Text Example
White with #AC1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1DFF; }
p { color: rgb(172,29,255); }
H1.HeaderClassName
{
color: #AC1DFF;
}
.AnyTagClassName
{
color: #AC1DFF;
}
</style>
background-color css
<style>
a { background-color: #AC1DFF; }
a { background-color: rgb(172,29,255); }
div.DivClassName
{
background-color: #AC1DFF;
}
.BgClassName
{
background-color: #AC1DFF;
}
</style>
border-color css
<style>
span { border-color: #AC1DFF; }
span { border-color: rgb(172,29,255); }
td.TdClassName
{
border-color: #AC1DFF;
}
.TagClassName
{
border-color: #AC1DFF;
}
</style>