Shades of Electric Purple #AB14FC
Tints of Electric Purple #AB14FC
RGB
CMYK
RGB Variations
Color information
#AB14FC (or 0xAB14FC) is known color: Electric Purple. HEX triplet: AB, 14 and FC. RGB value is (171,20,252). Sum of RGB (Red+Green+Blue) = 171+20+252=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB14FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB14FC is #54EB03. Grayscale: #5A5A5A. Windows color (decimal): -5565188 or 16520363. OLE color: 16520363.
HSL color Cylindrical-coordinate representation of color #AB14FC: hue angle of 279.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB14FC is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 20 | 252 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.01 |
| HSL | 279.05º | 0.97% | 0.53% | - |
| HSV(B) | 279.05º | 0.92% | 0.99% | - |
| XYZ | 34.62 | 16.19 | 93.4 | - |
| YUV | 91.6 | 218.53 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 252 | 0.32 | 0.92 | 0 | 0.01 | 279.05 | 0.97 | 0.53 |
| Hex | AB | 14 | FC | 20 | 5C | 0 | 1 | 117 | 61 | 35 |
| Octal | 253 | 24 | 374 | 40 | 134 | 0 | 1 | 427 | 141 | 65 |
| Binary | 10101011 | 10100 | 11111100 | 100000 | 1011100 | 0 | 1 | 100010111 | 1100001 | 110101 |
Color Harmonies of #AB14FC
Complementary color
Monochromatic Colors of #AB14FC
Black with #AB14FC
Text Example
Text Example
White with #AB14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14FC; }
p { color: rgb(171,20,252); }
H1.HeaderClassName
{
color: #AB14FC;
}
.AnyTagClassName
{
color: #AB14FC;
}
</style>
background-color css
<style>
a { background-color: #AB14FC; }
a { background-color: rgb(171,20,252); }
div.DivClassName
{
background-color: #AB14FC;
}
.BgClassName
{
background-color: #AB14FC;
}
</style>
border-color css
<style>
span { border-color: #AB14FC; }
span { border-color: rgb(171,20,252); }
td.TdClassName
{
border-color: #AB14FC;
}
.TagClassName
{
border-color: #AB14FC;
}
</style>