Shades of Electric Purple #AC06F4
Tints of Electric Purple #AC06F4
RGB
CMYK
RGB Variations
Color information
#AC06F4 (or 0xAC06F4) is known color: Electric Purple. HEX triplet: AC, 06 and F4. RGB value is (172,6,244). Sum of RGB (Red+Green+Blue) = 172+6+244=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 244 (95.70% from 255 or 57.82% from 422); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC06F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC06F4 is #53F90B. Grayscale: #515151. Windows color (decimal): -5503244 or 15992492. OLE color: 15992492.
HSL color Cylindrical-coordinate representation of color #AC06F4: hue angle of 281.85º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC06F4 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 6 | 244 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.04 |
| HSL | 281.85º | 0.95% | 0.49% | - |
| HSV(B) | 281.85º | 0.98% | 0.96% | - |
| XYZ | 33.41 | 15.43 | 86.81 | - |
| YUV | 82.77 | 219 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 244 | 0.30 | 0.98 | 0 | 0.04 | 281.85 | 0.95 | 0.49 |
| Hex | AC | 6 | F4 | 1E | 62 | 0 | 4 | 11A | 5F | 31 |
| Octal | 254 | 6 | 364 | 36 | 142 | 0 | 4 | 432 | 137 | 61 |
| Binary | 10101100 | 110 | 11110100 | 11110 | 1100010 | 0 | 100 | 100011010 | 1011111 | 110001 |
Color Harmonies of #AC06F4
Complementary color
Monochromatic Colors of #AC06F4
Black with #AC06F4
Text Example
Text Example
White with #AC06F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06F4; }
p { color: rgb(172,6,244); }
H1.HeaderClassName
{
color: #AC06F4;
}
.AnyTagClassName
{
color: #AC06F4;
}
</style>
background-color css
<style>
a { background-color: #AC06F4; }
a { background-color: rgb(172,6,244); }
div.DivClassName
{
background-color: #AC06F4;
}
.BgClassName
{
background-color: #AC06F4;
}
</style>
border-color css
<style>
span { border-color: #AC06F4; }
span { border-color: rgb(172,6,244); }
td.TdClassName
{
border-color: #AC06F4;
}
.TagClassName
{
border-color: #AC06F4;
}
</style>