Shades of Electric Purple #AC22FF
Tints of Electric Purple #AC22FF
RGB
CMYK
RGB Variations
Color information
#AC22FF (or 0xAC22FF) is known color: Electric Purple. HEX triplet: AC, 22 and FF. RGB value is (172,34,255). Sum of RGB (Red+Green+Blue) = 172+34+255=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC22FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC22FF is #53DD00. Grayscale: #636363. Windows color (decimal): -5496065 or 16720556. OLE color: 16720556.
HSL color Cylindrical-coordinate representation of color #AC22FF: hue angle of 277.47º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC22FF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 34 | 255 | - |
| CMYK | 0.33 | 0.87 | 0 | 0 |
| HSL | 277.47º | 1% | 0.57% | - |
| HSV(B) | 277.47º | 0.87% | 1% | - |
| XYZ | 35.64 | 17.13 | 96.04 | - |
| YUV | 100.46 | 215.22 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 255 | 0.33 | 0.87 | 0 | 0 | 277.47 | 1 | 0.57 |
| Hex | AC | 22 | FF | 21 | 57 | 0 | 0 | 115 | 64 | 39 |
| Octal | 254 | 42 | 377 | 41 | 127 | 0 | 0 | 425 | 144 | 71 |
| Binary | 10101100 | 100010 | 11111111 | 100001 | 1010111 | 0 | 0 | 100010101 | 1100100 | 111001 |
Color Harmonies of #AC22FF
Complementary color
Monochromatic Colors of #AC22FF
Black with #AC22FF
Text Example
Text Example
White with #AC22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC22FF; }
p { color: rgb(172,34,255); }
H1.HeaderClassName
{
color: #AC22FF;
}
.AnyTagClassName
{
color: #AC22FF;
}
</style>
background-color css
<style>
a { background-color: #AC22FF; }
a { background-color: rgb(172,34,255); }
div.DivClassName
{
background-color: #AC22FF;
}
.BgClassName
{
background-color: #AC22FF;
}
</style>
border-color css
<style>
span { border-color: #AC22FF; }
span { border-color: rgb(172,34,255); }
td.TdClassName
{
border-color: #AC22FF;
}
.TagClassName
{
border-color: #AC22FF;
}
</style>