Shades of Electric Purple #AC0BFD
Tints of Electric Purple #AC0BFD
RGB
CMYK
RGB Variations
Color information
#AC0BFD (or 0xAC0BFD) is known color: Electric Purple. HEX triplet: AC, 0B and FD. RGB value is (172,11,253). Sum of RGB (Red+Green+Blue) = 172+11+253=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC0BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0BFD is #53F402. Grayscale: #555555. Windows color (decimal): -5501955 or 16583596. OLE color: 16583596.
HSL color Cylindrical-coordinate representation of color #AC0BFD: hue angle of 279.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0BFD is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 11 | 253 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.01 |
| HSL | 279.92º | 0.98% | 0.52% | - |
| HSV(B) | 279.92º | 0.96% | 0.99% | - |
| XYZ | 34.86 | 16.1 | 94.2 | - |
| YUV | 86.73 | 221.84 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 253 | 0.32 | 0.96 | 0 | 0.01 | 279.92 | 0.98 | 0.52 |
| Hex | AC | B | FD | 20 | 60 | 0 | 1 | 118 | 62 | 34 |
| Octal | 254 | 13 | 375 | 40 | 140 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101100 | 1011 | 11111101 | 100000 | 1100000 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AC0BFD
Complementary color
Monochromatic Colors of #AC0BFD
Black with #AC0BFD
Text Example
Text Example
White with #AC0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BFD; }
p { color: rgb(172,11,253); }
H1.HeaderClassName
{
color: #AC0BFD;
}
.AnyTagClassName
{
color: #AC0BFD;
}
</style>
background-color css
<style>
a { background-color: #AC0BFD; }
a { background-color: rgb(172,11,253); }
div.DivClassName
{
background-color: #AC0BFD;
}
.BgClassName
{
background-color: #AC0BFD;
}
</style>
border-color css
<style>
span { border-color: #AC0BFD; }
span { border-color: rgb(172,11,253); }
td.TdClassName
{
border-color: #AC0BFD;
}
.TagClassName
{
border-color: #AC0BFD;
}
</style>