Shades of Electric Purple #AB1BFC
Tints of Electric Purple #AB1BFC
RGB
CMYK
RGB Variations
Color information
#AB1BFC (or 0xAB1BFC) is known color: Electric Purple. HEX triplet: AB, 1B and FC. RGB value is (171,27,252). Sum of RGB (Red+Green+Blue) = 171+27+252=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB1BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1BFC is #54E403. Grayscale: #5E5E5E. Windows color (decimal): -5563396 or 16522155. OLE color: 16522155.
HSL color Cylindrical-coordinate representation of color #AB1BFC: hue angle of 278.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1BFC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 27 | 252 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.01 |
| HSL | 278.4º | 0.97% | 0.55% | - |
| HSV(B) | 278.4º | 0.89% | 0.99% | - |
| XYZ | 34.76 | 16.47 | 93.44 | - |
| YUV | 95.71 | 216.21 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 252 | 0.32 | 0.89 | 0 | 0.01 | 278.4 | 0.97 | 0.55 |
| Hex | AB | 1B | FC | 20 | 59 | 0 | 1 | 116 | 61 | 37 |
| Octal | 253 | 33 | 374 | 40 | 131 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101011 | 11011 | 11111100 | 100000 | 1011001 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #AB1BFC
Complementary color
Monochromatic Colors of #AB1BFC
Black with #AB1BFC
Text Example
Text Example
White with #AB1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BFC; }
p { color: rgb(171,27,252); }
H1.HeaderClassName
{
color: #AB1BFC;
}
.AnyTagClassName
{
color: #AB1BFC;
}
</style>
background-color css
<style>
a { background-color: #AB1BFC; }
a { background-color: rgb(171,27,252); }
div.DivClassName
{
background-color: #AB1BFC;
}
.BgClassName
{
background-color: #AB1BFC;
}
</style>
border-color css
<style>
span { border-color: #AB1BFC; }
span { border-color: rgb(171,27,252); }
td.TdClassName
{
border-color: #AB1BFC;
}
.TagClassName
{
border-color: #AB1BFC;
}
</style>