Shades of Electric Purple #AB17FE
Tints of Electric Purple #AB17FE
RGB
CMYK
RGB Variations
Color information
#AB17FE (or 0xAB17FE) is known color: Electric Purple. HEX triplet: AB, 17 and FE. RGB value is (171,23,254). Sum of RGB (Red+Green+Blue) = 171+23+254=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB17FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB17FE is #54E801. Grayscale: #5C5C5C. Windows color (decimal): -5564418 or 16652203. OLE color: 16652203.
HSL color Cylindrical-coordinate representation of color #AB17FE: hue angle of 278.44º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB17FE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 23 | 254 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.00 |
| HSL | 278.44º | 0.99% | 0.54% | - |
| HSV(B) | 278.44º | 0.91% | 1% | - |
| XYZ | 34.99 | 16.43 | 95.09 | - |
| YUV | 93.59 | 218.53 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 254 | 0.33 | 0.91 | 0 | 0.00 | 278.44 | 0.99 | 0.54 |
| Hex | AB | 17 | FE | 21 | 5B | 0 | 0 | 116 | 63 | 36 |
| Octal | 253 | 27 | 376 | 41 | 133 | 0 | 0 | 426 | 143 | 66 |
| Binary | 10101011 | 10111 | 11111110 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100011 | 110110 |
Color Harmonies of #AB17FE
Complementary color
Monochromatic Colors of #AB17FE
Black with #AB17FE
Text Example
Text Example
White with #AB17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17FE; }
p { color: rgb(171,23,254); }
H1.HeaderClassName
{
color: #AB17FE;
}
.AnyTagClassName
{
color: #AB17FE;
}
</style>
background-color css
<style>
a { background-color: #AB17FE; }
a { background-color: rgb(171,23,254); }
div.DivClassName
{
background-color: #AB17FE;
}
.BgClassName
{
background-color: #AB17FE;
}
</style>
border-color css
<style>
span { border-color: #AB17FE; }
span { border-color: rgb(171,23,254); }
td.TdClassName
{
border-color: #AB17FE;
}
.TagClassName
{
border-color: #AB17FE;
}
</style>