Shades of Electric Purple #AC24FF
Tints of Electric Purple #AC24FF
RGB
CMYK
RGB Variations
Color information
#AC24FF (or 0xAC24FF) is known color: Electric Purple. HEX triplet: AC, 24 and FF. RGB value is (172,36,255). Sum of RGB (Red+Green+Blue) = 172+36+255=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC24FF is #53DB00. Grayscale: #646464. Windows color (decimal): -5495553 or 16721068. OLE color: 16721068.
HSL color Cylindrical-coordinate representation of color #AC24FF: hue angle of 277.26º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC24FF is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 36 | 255 | - |
| CMYK | 0.33 | 0.86 | 0 | 0 |
| HSL | 277.26º | 1% | 0.57% | - |
| HSV(B) | 277.26º | 0.86% | 1% | - |
| XYZ | 35.69 | 17.25 | 96.06 | - |
| YUV | 101.63 | 214.56 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 255 | 0.33 | 0.86 | 0 | 0 | 277.26 | 1 | 0.57 |
| Hex | AC | 24 | FF | 21 | 56 | 0 | 0 | 115 | 64 | 39 |
| Octal | 254 | 44 | 377 | 41 | 126 | 0 | 0 | 425 | 144 | 71 |
| Binary | 10101100 | 100100 | 11111111 | 100001 | 1010110 | 0 | 0 | 100010101 | 1100100 | 111001 |
Color Harmonies of #AC24FF
Complementary color
Monochromatic Colors of #AC24FF
Black with #AC24FF
Text Example
Text Example
White with #AC24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC24FF; }
p { color: rgb(172,36,255); }
H1.HeaderClassName
{
color: #AC24FF;
}
.AnyTagClassName
{
color: #AC24FF;
}
</style>
background-color css
<style>
a { background-color: #AC24FF; }
a { background-color: rgb(172,36,255); }
div.DivClassName
{
background-color: #AC24FF;
}
.BgClassName
{
background-color: #AC24FF;
}
</style>
border-color css
<style>
span { border-color: #AC24FF; }
span { border-color: rgb(172,36,255); }
td.TdClassName
{
border-color: #AC24FF;
}
.TagClassName
{
border-color: #AC24FF;
}
</style>