Shades of Electric Purple #AB04F1
Tints of Electric Purple #AB04F1
RGB
CMYK
RGB Variations
Color information
#AB04F1 (or 0xAB04F1) is known color: Electric Purple. HEX triplet: AB, 04 and F1. RGB value is (171,4,241). Sum of RGB (Red+Green+Blue) = 171+4+241=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB04F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04F1 is #54FB0E. Grayscale: #505050. Windows color (decimal): -5569295 or 15795371. OLE color: 15795371.
HSL color Cylindrical-coordinate representation of color #AB04F1: hue angle of 282.28º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04F1 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 4 | 241 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.05 |
| HSL | 282.28º | 0.97% | 0.48% | - |
| HSV(B) | 282.28º | 0.98% | 0.95% | - |
| XYZ | 32.72 | 15.1 | 84.41 | - |
| YUV | 80.95 | 218.33 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 241 | 0.29 | 0.98 | 0 | 0.05 | 282.28 | 0.97 | 0.48 |
| Hex | AB | 4 | F1 | 1D | 62 | 0 | 5 | 11A | 61 | 30 |
| Octal | 253 | 4 | 361 | 35 | 142 | 0 | 5 | 432 | 141 | 60 |
| Binary | 10101011 | 100 | 11110001 | 11101 | 1100010 | 0 | 101 | 100011010 | 1100001 | 110000 |
Color Harmonies of #AB04F1
Complementary color
Monochromatic Colors of #AB04F1
Black with #AB04F1
Text Example
Text Example
White with #AB04F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04F1; }
p { color: rgb(171,4,241); }
H1.HeaderClassName
{
color: #AB04F1;
}
.AnyTagClassName
{
color: #AB04F1;
}
</style>
background-color css
<style>
a { background-color: #AB04F1; }
a { background-color: rgb(171,4,241); }
div.DivClassName
{
background-color: #AB04F1;
}
.BgClassName
{
background-color: #AB04F1;
}
</style>
border-color css
<style>
span { border-color: #AB04F1; }
span { border-color: rgb(171,4,241); }
td.TdClassName
{
border-color: #AB04F1;
}
.TagClassName
{
border-color: #AB04F1;
}
</style>