Shades of Electric Purple #AB1FFB
Tints of Electric Purple #AB1FFB
RGB
CMYK
RGB Variations
Color information
#AB1FFB (or 0xAB1FFB) is known color: Electric Purple. HEX triplet: AB, 1F and FB. RGB value is (171,31,251). Sum of RGB (Red+Green+Blue) = 171+31+251=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB1FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FFB is #54E004. Grayscale: #616161. Windows color (decimal): -5562373 or 16457643. OLE color: 16457643.
HSL color Cylindrical-coordinate representation of color #AB1FFB: hue angle of 278.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1FFB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 31 | 251 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.02 |
| HSL | 278.18º | 0.96% | 0.55% | - |
| HSV(B) | 278.18º | 0.88% | 0.98% | - |
| XYZ | 34.7 | 16.6 | 92.64 | - |
| YUV | 97.94 | 214.38 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 251 | 0.32 | 0.88 | 0 | 0.02 | 278.18 | 0.96 | 0.55 |
| Hex | AB | 1F | FB | 20 | 58 | 0 | 2 | 116 | 60 | 37 |
| Octal | 253 | 37 | 373 | 40 | 130 | 0 | 2 | 426 | 140 | 67 |
| Binary | 10101011 | 11111 | 11111011 | 100000 | 1011000 | 0 | 10 | 100010110 | 1100000 | 110111 |
Color Harmonies of #AB1FFB
Complementary color
Monochromatic Colors of #AB1FFB
Black with #AB1FFB
Text Example
Text Example
White with #AB1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FFB; }
p { color: rgb(171,31,251); }
H1.HeaderClassName
{
color: #AB1FFB;
}
.AnyTagClassName
{
color: #AB1FFB;
}
</style>
background-color css
<style>
a { background-color: #AB1FFB; }
a { background-color: rgb(171,31,251); }
div.DivClassName
{
background-color: #AB1FFB;
}
.BgClassName
{
background-color: #AB1FFB;
}
</style>
border-color css
<style>
span { border-color: #AB1FFB; }
span { border-color: rgb(171,31,251); }
td.TdClassName
{
border-color: #AB1FFB;
}
.TagClassName
{
border-color: #AB1FFB;
}
</style>