Shades of Electric Purple #AC0FFB
Tints of Electric Purple #AC0FFB
RGB
CMYK
RGB Variations
Color information
#AC0FFB (or 0xAC0FFB) is known color: Electric Purple. HEX triplet: AC, 0F and FB. RGB value is (172,15,251). Sum of RGB (Red+Green+Blue) = 172+15+251=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC0FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FFB is #53F004. Grayscale: #585858. Windows color (decimal): -5500933 or 16453548. OLE color: 16453548.
HSL color Cylindrical-coordinate representation of color #AC0FFB: hue angle of 279.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0FFB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 15 | 251 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.02 |
| HSL | 279.92º | 0.97% | 0.52% | - |
| HSV(B) | 279.92º | 0.94% | 0.98% | - |
| XYZ | 34.6 | 16.08 | 92.55 | - |
| YUV | 88.85 | 219.51 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 251 | 0.31 | 0.94 | 0 | 0.02 | 279.92 | 0.97 | 0.52 |
| Hex | AC | F | FB | 1F | 5E | 0 | 2 | 118 | 61 | 34 |
| Octal | 254 | 17 | 373 | 37 | 136 | 0 | 2 | 430 | 141 | 64 |
| Binary | 10101100 | 1111 | 11111011 | 11111 | 1011110 | 0 | 10 | 100011000 | 1100001 | 110100 |
Color Harmonies of #AC0FFB
Complementary color
Monochromatic Colors of #AC0FFB
Black with #AC0FFB
Text Example
Text Example
White with #AC0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FFB; }
p { color: rgb(172,15,251); }
H1.HeaderClassName
{
color: #AC0FFB;
}
.AnyTagClassName
{
color: #AC0FFB;
}
</style>
background-color css
<style>
a { background-color: #AC0FFB; }
a { background-color: rgb(172,15,251); }
div.DivClassName
{
background-color: #AC0FFB;
}
.BgClassName
{
background-color: #AC0FFB;
}
</style>
border-color css
<style>
span { border-color: #AC0FFB; }
span { border-color: rgb(172,15,251); }
td.TdClassName
{
border-color: #AC0FFB;
}
.TagClassName
{
border-color: #AC0FFB;
}
</style>