Shades of Electric Purple #AC0FFF
Tints of Electric Purple #AC0FFF
RGB
CMYK
RGB Variations
Color information
#AC0FFF (or 0xAC0FFF) is known color: Electric Purple. HEX triplet: AC, 0F and FF. RGB value is (172,15,255). Sum of RGB (Red+Green+Blue) = 172+15+255=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FFF is #53F000. Grayscale: #585858. Windows color (decimal): -5500929 or 16715692. OLE color: 16715692.
HSL color Cylindrical-coordinate representation of color #AC0FFF: hue angle of 279.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0FFF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 15 | 255 | - |
| CMYK | 0.33 | 0.94 | 0 | 0 |
| HSL | 279.25º | 1% | 0.53% | - |
| HSV(B) | 279.25º | 0.94% | 1% | - |
| XYZ | 35.23 | 16.33 | 95.9 | - |
| YUV | 89.3 | 221.51 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 255 | 0.33 | 0.94 | 0 | 0 | 279.25 | 1 | 0.53 |
| Hex | AC | F | FF | 21 | 5E | 0 | 0 | 117 | 64 | 35 |
| Octal | 254 | 17 | 377 | 41 | 136 | 0 | 0 | 427 | 144 | 65 |
| Binary | 10101100 | 1111 | 11111111 | 100001 | 1011110 | 0 | 0 | 100010111 | 1100100 | 110101 |
Color Harmonies of #AC0FFF
Complementary color
Monochromatic Colors of #AC0FFF
Black with #AC0FFF
Text Example
Text Example
White with #AC0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FFF; }
p { color: rgb(172,15,255); }
H1.HeaderClassName
{
color: #AC0FFF;
}
.AnyTagClassName
{
color: #AC0FFF;
}
</style>
background-color css
<style>
a { background-color: #AC0FFF; }
a { background-color: rgb(172,15,255); }
div.DivClassName
{
background-color: #AC0FFF;
}
.BgClassName
{
background-color: #AC0FFF;
}
</style>
border-color css
<style>
span { border-color: #AC0FFF; }
span { border-color: rgb(172,15,255); }
td.TdClassName
{
border-color: #AC0FFF;
}
.TagClassName
{
border-color: #AC0FFF;
}
</style>