Shades of Electric Purple #AB10FE
Tints of Electric Purple #AB10FE
RGB
CMYK
RGB Variations
Color information
#AB10FE (or 0xAB10FE) is known color: Electric Purple. HEX triplet: AB, 10 and FE. RGB value is (171,16,254). Sum of RGB (Red+Green+Blue) = 171+16+254=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10FE is #54EF01. Grayscale: #585858. Windows color (decimal): -5566210 or 16650411. OLE color: 16650411.
HSL color Cylindrical-coordinate representation of color #AB10FE: hue angle of 279.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB10FE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 16 | 254 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.00 |
| HSL | 279.08º | 0.99% | 0.53% | - |
| HSV(B) | 279.08º | 0.94% | 1% | - |
| XYZ | 34.87 | 16.18 | 95.05 | - |
| YUV | 89.48 | 220.85 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 254 | 0.33 | 0.94 | 0 | 0.00 | 279.08 | 0.99 | 0.53 |
| Hex | AB | 10 | FE | 21 | 5E | 0 | 0 | 117 | 63 | 35 |
| Octal | 253 | 20 | 376 | 41 | 136 | 0 | 0 | 427 | 143 | 65 |
| Binary | 10101011 | 10000 | 11111110 | 100001 | 1011110 | 0 | 0 | 100010111 | 1100011 | 110101 |
Color Harmonies of #AB10FE
Complementary color
Monochromatic Colors of #AB10FE
Black with #AB10FE
Text Example
Text Example
White with #AB10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10FE; }
p { color: rgb(171,16,254); }
H1.HeaderClassName
{
color: #AB10FE;
}
.AnyTagClassName
{
color: #AB10FE;
}
</style>
background-color css
<style>
a { background-color: #AB10FE; }
a { background-color: rgb(171,16,254); }
div.DivClassName
{
background-color: #AB10FE;
}
.BgClassName
{
background-color: #AB10FE;
}
</style>
border-color css
<style>
span { border-color: #AB10FE; }
span { border-color: rgb(171,16,254); }
td.TdClassName
{
border-color: #AB10FE;
}
.TagClassName
{
border-color: #AB10FE;
}
</style>