Shades of Electric Purple #AB1FFD
Tints of Electric Purple #AB1FFD
RGB
CMYK
RGB Variations
Color information
#AB1FFD (or 0xAB1FFD) is known color: Electric Purple. HEX triplet: AB, 1F and FD. RGB value is (171,31,253). Sum of RGB (Red+Green+Blue) = 171+31+253=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB1FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FFD is #54E002. Grayscale: #616161. Windows color (decimal): -5562371 or 16588715. OLE color: 16588715.
HSL color Cylindrical-coordinate representation of color #AB1FFD: hue angle of 277.84º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1FFD is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 31 | 253 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.01 |
| HSL | 277.84º | 0.98% | 0.56% | - |
| HSV(B) | 277.84º | 0.88% | 0.99% | - |
| XYZ | 35.01 | 16.73 | 94.31 | - |
| YUV | 98.17 | 215.38 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 253 | 0.32 | 0.88 | 0 | 0.01 | 277.84 | 0.98 | 0.56 |
| Hex | AB | 1F | FD | 20 | 58 | 0 | 1 | 116 | 62 | 38 |
| Octal | 253 | 37 | 375 | 40 | 130 | 0 | 1 | 426 | 142 | 70 |
| Binary | 10101011 | 11111 | 11111101 | 100000 | 1011000 | 0 | 1 | 100010110 | 1100010 | 111000 |
Color Harmonies of #AB1FFD
Complementary color
Monochromatic Colors of #AB1FFD
Black with #AB1FFD
Text Example
Text Example
White with #AB1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FFD; }
p { color: rgb(171,31,253); }
H1.HeaderClassName
{
color: #AB1FFD;
}
.AnyTagClassName
{
color: #AB1FFD;
}
</style>
background-color css
<style>
a { background-color: #AB1FFD; }
a { background-color: rgb(171,31,253); }
div.DivClassName
{
background-color: #AB1FFD;
}
.BgClassName
{
background-color: #AB1FFD;
}
</style>
border-color css
<style>
span { border-color: #AB1FFD; }
span { border-color: rgb(171,31,253); }
td.TdClassName
{
border-color: #AB1FFD;
}
.TagClassName
{
border-color: #AB1FFD;
}
</style>