Shades of Electric Purple #AC06FF
Tints of Electric Purple #AC06FF
RGB
CMYK
RGB Variations
Color information
#AC06FF (or 0xAC06FF) is known color: Electric Purple. HEX triplet: AC, 06 and FF. RGB value is (172,6,255). Sum of RGB (Red+Green+Blue) = 172+6+255=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC06FF is #53F900. Grayscale: #535353. Windows color (decimal): -5503233 or 16713388. OLE color: 16713388.
HSL color Cylindrical-coordinate representation of color #AC06FF: hue angle of 280º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC06FF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 6 | 255 | - |
| CMYK | 0.33 | 0.98 | 0 | 0 |
| HSL | 280º | 1% | 0.51% | - |
| HSV(B) | 280º | 0.98% | 1% | - |
| XYZ | 35.13 | 16.12 | 95.87 | - |
| YUV | 84.02 | 224.5 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 255 | 0.33 | 0.98 | 0 | 0 | 280 | 1 | 0.51 |
| Hex | AC | 6 | FF | 21 | 62 | 0 | 0 | 118 | 64 | 33 |
| Octal | 254 | 6 | 377 | 41 | 142 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101100 | 110 | 11111111 | 100001 | 1100010 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AC06FF
Complementary color
Monochromatic Colors of #AC06FF
Black with #AC06FF
Text Example
Text Example
White with #AC06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06FF; }
p { color: rgb(172,6,255); }
H1.HeaderClassName
{
color: #AC06FF;
}
.AnyTagClassName
{
color: #AC06FF;
}
</style>
background-color css
<style>
a { background-color: #AC06FF; }
a { background-color: rgb(172,6,255); }
div.DivClassName
{
background-color: #AC06FF;
}
.BgClassName
{
background-color: #AC06FF;
}
</style>
border-color css
<style>
span { border-color: #AC06FF; }
span { border-color: rgb(172,6,255); }
td.TdClassName
{
border-color: #AC06FF;
}
.TagClassName
{
border-color: #AC06FF;
}
</style>