Shades of Electric Purple #AB04FE
Tints of Electric Purple #AB04FE
RGB
CMYK
RGB Variations
Color information
#AB04FE (or 0xAB04FE) is known color: Electric Purple. HEX triplet: AB, 04 and FE. RGB value is (171,4,254). Sum of RGB (Red+Green+Blue) = 171+4+254=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB04FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04FE is #54FB01. Grayscale: #515151. Windows color (decimal): -5569282 or 16647339. OLE color: 16647339.
HSL color Cylindrical-coordinate representation of color #AB04FE: hue angle of 280.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04FE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 4 | 254 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.00 |
| HSL | 280.08º | 0.99% | 0.51% | - |
| HSV(B) | 280.08º | 0.98% | 1% | - |
| XYZ | 34.73 | 15.9 | 95 | - |
| YUV | 82.43 | 224.83 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 254 | 0.33 | 0.98 | 0 | 0.00 | 280.08 | 0.99 | 0.51 |
| Hex | AB | 4 | FE | 21 | 62 | 0 | 0 | 118 | 63 | 33 |
| Octal | 253 | 4 | 376 | 41 | 142 | 0 | 0 | 430 | 143 | 63 |
| Binary | 10101011 | 100 | 11111110 | 100001 | 1100010 | 0 | 0 | 100011000 | 1100011 | 110011 |
Color Harmonies of #AB04FE
Complementary color
Monochromatic Colors of #AB04FE
Black with #AB04FE
Text Example
Text Example
White with #AB04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04FE; }
p { color: rgb(171,4,254); }
H1.HeaderClassName
{
color: #AB04FE;
}
.AnyTagClassName
{
color: #AB04FE;
}
</style>
background-color css
<style>
a { background-color: #AB04FE; }
a { background-color: rgb(171,4,254); }
div.DivClassName
{
background-color: #AB04FE;
}
.BgClassName
{
background-color: #AB04FE;
}
</style>
border-color css
<style>
span { border-color: #AB04FE; }
span { border-color: rgb(171,4,254); }
td.TdClassName
{
border-color: #AB04FE;
}
.TagClassName
{
border-color: #AB04FE;
}
</style>