Shades of Electric Purple #AC09FE
Tints of Electric Purple #AC09FE
RGB
CMYK
RGB Variations
Color information
#AC09FE (or 0xAC09FE) is known color: Electric Purple. HEX triplet: AC, 09 and FE. RGB value is (172,9,254). Sum of RGB (Red+Green+Blue) = 172+9+254=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC09FE is #53F601. Grayscale: #545454. Windows color (decimal): -5502466 or 16648620. OLE color: 16648620.
HSL color Cylindrical-coordinate representation of color #AC09FE: hue angle of 279.92º 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 #AC09FE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 9 | 254 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.00 |
| HSL | 279.92º | 0.99% | 0.52% | - |
| HSV(B) | 279.92º | 0.96% | 1% | - |
| XYZ | 35 | 16.12 | 95.03 | - |
| YUV | 85.67 | 223 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 254 | 0.32 | 0.96 | 0 | 0.00 | 279.92 | 0.99 | 0.52 |
| Hex | AC | 9 | FE | 20 | 60 | 0 | 0 | 118 | 63 | 34 |
| Octal | 254 | 11 | 376 | 40 | 140 | 0 | 0 | 430 | 143 | 64 |
| Binary | 10101100 | 1001 | 11111110 | 100000 | 1100000 | 0 | 0 | 100011000 | 1100011 | 110100 |
Color Harmonies of #AC09FE
Complementary color
Monochromatic Colors of #AC09FE
Black with #AC09FE
Text Example
Text Example
White with #AC09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09FE; }
p { color: rgb(172,9,254); }
H1.HeaderClassName
{
color: #AC09FE;
}
.AnyTagClassName
{
color: #AC09FE;
}
</style>
background-color css
<style>
a { background-color: #AC09FE; }
a { background-color: rgb(172,9,254); }
div.DivClassName
{
background-color: #AC09FE;
}
.BgClassName
{
background-color: #AC09FE;
}
</style>
border-color css
<style>
span { border-color: #AC09FE; }
span { border-color: rgb(172,9,254); }
td.TdClassName
{
border-color: #AC09FE;
}
.TagClassName
{
border-color: #AC09FE;
}
</style>