Shades of Electric Purple #AB01FE
Tints of Electric Purple #AB01FE
RGB
CMYK
RGB Variations
Color information
#AB01FE (or 0xAB01FE) is known color: Electric Purple. HEX triplet: AB, 01 and FE. RGB value is (171,1,254). Sum of RGB (Red+Green+Blue) = 171+1+254=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB01FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB01FE is #54FE01. Grayscale: #4F4F4F. Windows color (decimal): -5570050 or 16646571. OLE color: 16646571.
HSL color Cylindrical-coordinate representation of color #AB01FE: hue angle of 280.32º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01FE is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 1 | 254 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.00 |
| HSL | 280.32º | 0.99% | 0.5% | - |
| HSV(B) | 280.32º | 1% | 1% | - |
| XYZ | 34.69 | 15.84 | 94.99 | - |
| YUV | 80.67 | 225.82 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 254 | 0.33 | 1.00 | 0 | 0.00 | 280.32 | 0.99 | 0.5 |
| Hex | AB | 1 | FE | 21 | 64 | 0 | 0 | 118 | 63 | 32 |
| Octal | 253 | 1 | 376 | 41 | 144 | 0 | 0 | 430 | 143 | 62 |
| Binary | 10101011 | 1 | 11111110 | 100001 | 1100100 | 0 | 0 | 100011000 | 1100011 | 110010 |
Color Harmonies of #AB01FE
Complementary color
Monochromatic Colors of #AB01FE
Black with #AB01FE
Text Example
Text Example
White with #AB01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01FE; }
p { color: rgb(171,1,254); }
H1.HeaderClassName
{
color: #AB01FE;
}
.AnyTagClassName
{
color: #AB01FE;
}
</style>
background-color css
<style>
a { background-color: #AB01FE; }
a { background-color: rgb(171,1,254); }
div.DivClassName
{
background-color: #AB01FE;
}
.BgClassName
{
background-color: #AB01FE;
}
</style>
border-color css
<style>
span { border-color: #AB01FE; }
span { border-color: rgb(171,1,254); }
td.TdClassName
{
border-color: #AB01FE;
}
.TagClassName
{
border-color: #AB01FE;
}
</style>