Shades of Electric Purple #AB1BFD
Tints of Electric Purple #AB1BFD
RGB
CMYK
RGB Variations
Color information
#AB1BFD (or 0xAB1BFD) is known color: Electric Purple. HEX triplet: AB, 1B and FD. RGB value is (171,27,253). Sum of RGB (Red+Green+Blue) = 171+27+253=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB1BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1BFD is #54E402. Grayscale: #5F5F5F. Windows color (decimal): -5563395 or 16587691. OLE color: 16587691.
HSL color Cylindrical-coordinate representation of color #AB1BFD: hue angle of 278.23º degrees, saturation: 0.98, 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 #AB1BFD is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 27 | 253 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.01 |
| HSL | 278.23º | 0.98% | 0.55% | - |
| HSV(B) | 278.23º | 0.89% | 0.99% | - |
| XYZ | 34.92 | 16.53 | 94.28 | - |
| YUV | 95.82 | 216.71 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 253 | 0.32 | 0.89 | 0 | 0.01 | 278.23 | 0.98 | 0.55 |
| Hex | AB | 1B | FD | 20 | 59 | 0 | 1 | 116 | 62 | 37 |
| Octal | 253 | 33 | 375 | 40 | 131 | 0 | 1 | 426 | 142 | 67 |
| Binary | 10101011 | 11011 | 11111101 | 100000 | 1011001 | 0 | 1 | 100010110 | 1100010 | 110111 |
Color Harmonies of #AB1BFD
Complementary color
Monochromatic Colors of #AB1BFD
Black with #AB1BFD
Text Example
Text Example
White with #AB1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BFD; }
p { color: rgb(171,27,253); }
H1.HeaderClassName
{
color: #AB1BFD;
}
.AnyTagClassName
{
color: #AB1BFD;
}
</style>
background-color css
<style>
a { background-color: #AB1BFD; }
a { background-color: rgb(171,27,253); }
div.DivClassName
{
background-color: #AB1BFD;
}
.BgClassName
{
background-color: #AB1BFD;
}
</style>
border-color css
<style>
span { border-color: #AB1BFD; }
span { border-color: rgb(171,27,253); }
td.TdClassName
{
border-color: #AB1BFD;
}
.TagClassName
{
border-color: #AB1BFD;
}
</style>