Shades of Electric Purple #AC0AFE
Tints of Electric Purple #AC0AFE
RGB
CMYK
RGB Variations
Color information
#AC0AFE (or 0xAC0AFE) is known color: Electric Purple. HEX triplet: AC, 0A and FE. RGB value is (172,10,254). Sum of RGB (Red+Green+Blue) = 172+10+254=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0AFE is #53F501. Grayscale: #555555. Windows color (decimal): -5502210 or 16648876. OLE color: 16648876.
HSL color Cylindrical-coordinate representation of color #AC0AFE: hue angle of 279.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0AFE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 10 | 254 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.00 |
| HSL | 279.84º | 0.99% | 0.52% | - |
| HSV(B) | 279.84º | 0.96% | 1% | - |
| XYZ | 35.01 | 16.14 | 95.04 | - |
| YUV | 86.25 | 222.67 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 254 | 0.32 | 0.96 | 0 | 0.00 | 279.84 | 0.99 | 0.52 |
| Hex | AC | A | FE | 20 | 60 | 0 | 0 | 118 | 63 | 34 |
| Octal | 254 | 12 | 376 | 40 | 140 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101100 | 1010 | 11111110 | 100000 | 1100000 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AC0AFE
Complementary color
Monochromatic Colors of #AC0AFE
Black with #AC0AFE
Text Example
Text Example
White with #AC0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0AFE; }
p { color: rgb(172,10,254); }
H1.HeaderClassName
{
color: #AC0AFE;
}
.AnyTagClassName
{
color: #AC0AFE;
}
</style>
background-color css
<style>
a { background-color: #AC0AFE; }
a { background-color: rgb(172,10,254); }
div.DivClassName
{
background-color: #AC0AFE;
}
.BgClassName
{
background-color: #AC0AFE;
}
</style>
border-color css
<style>
span { border-color: #AC0AFE; }
span { border-color: rgb(172,10,254); }
td.TdClassName
{
border-color: #AC0AFE;
}
.TagClassName
{
border-color: #AC0AFE;
}
</style>