Shades of Electric Purple #AC09FF
Tints of Electric Purple #AC09FF
RGB
CMYK
RGB Variations
Color information
#AC09FF (or 0xAC09FF) is known color: Electric Purple. HEX triplet: AC, 09 and FF. RGB value is (172,9,255). Sum of RGB (Red+Green+Blue) = 172+9+255=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC09FF is #53F600. Grayscale: #545454. Windows color (decimal): -5502465 or 16714156. OLE color: 16714156.
HSL color Cylindrical-coordinate representation of color #AC09FF: hue angle of 279.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC09FF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 9 | 255 | - |
| CMYK | 0.33 | 0.96 | 0 | 0 |
| HSL | 279.76º | 1% | 0.52% | - |
| HSV(B) | 279.76º | 0.96% | 1% | - |
| XYZ | 35.16 | 16.19 | 95.88 | - |
| YUV | 85.78 | 223.5 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 255 | 0.33 | 0.96 | 0 | 0 | 279.76 | 1 | 0.52 |
| Hex | AC | 9 | FF | 21 | 60 | 0 | 0 | 118 | 64 | 34 |
| Octal | 254 | 11 | 377 | 41 | 140 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10101100 | 1001 | 11111111 | 100001 | 1100000 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #AC09FF
Complementary color
Monochromatic Colors of #AC09FF
Black with #AC09FF
Text Example
Text Example
White with #AC09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09FF; }
p { color: rgb(172,9,255); }
H1.HeaderClassName
{
color: #AC09FF;
}
.AnyTagClassName
{
color: #AC09FF;
}
</style>
background-color css
<style>
a { background-color: #AC09FF; }
a { background-color: rgb(172,9,255); }
div.DivClassName
{
background-color: #AC09FF;
}
.BgClassName
{
background-color: #AC09FF;
}
</style>
border-color css
<style>
span { border-color: #AC09FF; }
span { border-color: rgb(172,9,255); }
td.TdClassName
{
border-color: #AC09FF;
}
.TagClassName
{
border-color: #AC09FF;
}
</style>