Shades of Electric Purple #AB1AFB
Tints of Electric Purple #AB1AFB
RGB
CMYK
RGB Variations
Color information
#AB1AFB (or 0xAB1AFB) is known color: Electric Purple. HEX triplet: AB, 1A and FB. RGB value is (171,26,251). Sum of RGB (Red+Green+Blue) = 171+26+251=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB1AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1AFB is #54E504. Grayscale: #5E5E5E. Windows color (decimal): -5563653 or 16456363. OLE color: 16456363.
HSL color Cylindrical-coordinate representation of color #AB1AFB: hue angle of 278.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1AFB is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 26 | 251 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.02 |
| HSL | 278.67º | 0.97% | 0.54% | - |
| HSV(B) | 278.67º | 0.9% | 0.98% | - |
| XYZ | 34.58 | 16.36 | 92.6 | - |
| YUV | 95.01 | 216.04 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 251 | 0.32 | 0.90 | 0 | 0.02 | 278.67 | 0.97 | 0.54 |
| Hex | AB | 1A | FB | 20 | 5A | 0 | 2 | 117 | 61 | 36 |
| Octal | 253 | 32 | 373 | 40 | 132 | 0 | 2 | 427 | 141 | 66 |
| Binary | 10101011 | 11010 | 11111011 | 100000 | 1011010 | 0 | 10 | 100010111 | 1100001 | 110110 |
Color Harmonies of #AB1AFB
Complementary color
Monochromatic Colors of #AB1AFB
Black with #AB1AFB
Text Example
Text Example
White with #AB1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AFB; }
p { color: rgb(171,26,251); }
H1.HeaderClassName
{
color: #AB1AFB;
}
.AnyTagClassName
{
color: #AB1AFB;
}
</style>
background-color css
<style>
a { background-color: #AB1AFB; }
a { background-color: rgb(171,26,251); }
div.DivClassName
{
background-color: #AB1AFB;
}
.BgClassName
{
background-color: #AB1AFB;
}
</style>
border-color css
<style>
span { border-color: #AB1AFB; }
span { border-color: rgb(171,26,251); }
td.TdClassName
{
border-color: #AB1AFB;
}
.TagClassName
{
border-color: #AB1AFB;
}
</style>