Shades of Electric Purple #AC08E8
Tints of Electric Purple #AC08E8
RGB
CMYK
RGB Variations
Color information
#AC08E8 (or 0xAC08E8) is known color: Electric Purple. HEX triplet: AC, 08 and E8. RGB value is (172,8,232). Sum of RGB (Red+Green+Blue) = 172+8+232=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC08E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC08E8 is #53F717. Grayscale: #515151. Windows color (decimal): -5502744 or 15206572. OLE color: 15206572.
HSL color Cylindrical-coordinate representation of color #AC08E8: hue angle of 283.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC08E8 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 8 | 232 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.09 |
| HSL | 283.93º | 0.93% | 0.47% | - |
| HSV(B) | 283.93º | 0.97% | 0.91% | - |
| XYZ | 31.67 | 14.77 | 77.53 | - |
| YUV | 82.57 | 212.33 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 232 | 0.26 | 0.97 | 0 | 0.09 | 283.93 | 0.93 | 0.47 |
| Hex | AC | 8 | E8 | 1A | 61 | 0 | 9 | 11C | 5D | 2F |
| Octal | 254 | 10 | 350 | 32 | 141 | 0 | 11 | 434 | 135 | 57 |
| Binary | 10101100 | 1000 | 11101000 | 11010 | 1100001 | 0 | 1001 | 100011100 | 1011101 | 101111 |
Color Harmonies of #AC08E8
Complementary color
Monochromatic Colors of #AC08E8
Black with #AC08E8
Text Example
Text Example
White with #AC08E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08E8; }
p { color: rgb(172,8,232); }
H1.HeaderClassName
{
color: #AC08E8;
}
.AnyTagClassName
{
color: #AC08E8;
}
</style>
background-color css
<style>
a { background-color: #AC08E8; }
a { background-color: rgb(172,8,232); }
div.DivClassName
{
background-color: #AC08E8;
}
.BgClassName
{
background-color: #AC08E8;
}
</style>
border-color css
<style>
span { border-color: #AC08E8; }
span { border-color: rgb(172,8,232); }
td.TdClassName
{
border-color: #AC08E8;
}
.TagClassName
{
border-color: #AC08E8;
}
</style>