Shades of Electric Purple #AC05F2
Tints of Electric Purple #AC05F2
RGB
CMYK
RGB Variations
Color information
#AC05F2 (or 0xAC05F2) is known color: Electric Purple. HEX triplet: AC, 05 and F2. RGB value is (172,5,242). Sum of RGB (Red+Green+Blue) = 172+5+242=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC05F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC05F2 is #53FA0D. Grayscale: #515151. Windows color (decimal): -5503502 or 15861164. OLE color: 15861164.
HSL color Cylindrical-coordinate representation of color #AC05F2: hue angle of 282.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC05F2 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 5 | 242 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.05 |
| HSL | 282.28º | 0.96% | 0.48% | - |
| HSV(B) | 282.28º | 0.98% | 0.95% | - |
| XYZ | 33.09 | 15.29 | 85.21 | - |
| YUV | 81.95 | 218.33 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 242 | 0.29 | 0.98 | 0 | 0.05 | 282.28 | 0.96 | 0.48 |
| Hex | AC | 5 | F2 | 1D | 62 | 0 | 5 | 11A | 60 | 30 |
| Octal | 254 | 5 | 362 | 35 | 142 | 0 | 5 | 432 | 140 | 60 |
| Binary | 10101100 | 101 | 11110010 | 11101 | 1100010 | 0 | 101 | 100011010 | 1100000 | 110000 |
Color Harmonies of #AC05F2
Complementary color
Monochromatic Colors of #AC05F2
Black with #AC05F2
Text Example
Text Example
White with #AC05F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05F2; }
p { color: rgb(172,5,242); }
H1.HeaderClassName
{
color: #AC05F2;
}
.AnyTagClassName
{
color: #AC05F2;
}
</style>
background-color css
<style>
a { background-color: #AC05F2; }
a { background-color: rgb(172,5,242); }
div.DivClassName
{
background-color: #AC05F2;
}
.BgClassName
{
background-color: #AC05F2;
}
</style>
border-color css
<style>
span { border-color: #AC05F2; }
span { border-color: rgb(172,5,242); }
td.TdClassName
{
border-color: #AC05F2;
}
.TagClassName
{
border-color: #AC05F2;
}
</style>