Shades of Electric Purple #AC0CFB
Tints of Electric Purple #AC0CFB
RGB
CMYK
RGB Variations
Color information
#AC0CFB (or 0xAC0CFB) is known color: Electric Purple. HEX triplet: AC, 0C and FB. RGB value is (172,12,251). Sum of RGB (Red+Green+Blue) = 172+12+251=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC0CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CFB is #53F304. Grayscale: #565656. Windows color (decimal): -5501701 or 16452780. OLE color: 16452780.
HSL color Cylindrical-coordinate representation of color #AC0CFB: hue angle of 280.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CFB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 12 | 251 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.02 |
| HSL | 280.17º | 0.97% | 0.52% | - |
| HSV(B) | 280.17º | 0.95% | 0.98% | - |
| XYZ | 34.56 | 16 | 92.53 | - |
| YUV | 87.09 | 220.51 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 251 | 0.31 | 0.95 | 0 | 0.02 | 280.17 | 0.97 | 0.52 |
| Hex | AC | C | FB | 1F | 5F | 0 | 2 | 118 | 61 | 34 |
| Octal | 254 | 14 | 373 | 37 | 137 | 0 | 2 | 430 | 141 | 64 |
| Binary | 10101100 | 1100 | 11111011 | 11111 | 1011111 | 0 | 10 | 100011000 | 1100001 | 110100 |
Color Harmonies of #AC0CFB
Complementary color
Monochromatic Colors of #AC0CFB
Black with #AC0CFB
Text Example
Text Example
White with #AC0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CFB; }
p { color: rgb(172,12,251); }
H1.HeaderClassName
{
color: #AC0CFB;
}
.AnyTagClassName
{
color: #AC0CFB;
}
</style>
background-color css
<style>
a { background-color: #AC0CFB; }
a { background-color: rgb(172,12,251); }
div.DivClassName
{
background-color: #AC0CFB;
}
.BgClassName
{
background-color: #AC0CFB;
}
</style>
border-color css
<style>
span { border-color: #AC0CFB; }
span { border-color: rgb(172,12,251); }
td.TdClassName
{
border-color: #AC0CFB;
}
.TagClassName
{
border-color: #AC0CFB;
}
</style>