Shades of Electric Purple #AB15FE
Tints of Electric Purple #AB15FE
RGB
CMYK
RGB Variations
Color information
#AB15FE (or 0xAB15FE) is known color: Electric Purple. HEX triplet: AB, 15 and FE. RGB value is (171,21,254). Sum of RGB (Red+Green+Blue) = 171+21+254=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15FE is #54EA01. Grayscale: #5B5B5B. Windows color (decimal): -5564930 or 16651691. OLE color: 16651691.
HSL color Cylindrical-coordinate representation of color #AB15FE: hue angle of 278.63º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB15FE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 21 | 254 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.00 |
| HSL | 278.63º | 0.99% | 0.54% | - |
| HSV(B) | 278.63º | 0.92% | 1% | - |
| XYZ | 34.95 | 16.35 | 95.08 | - |
| YUV | 92.41 | 219.2 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 254 | 0.33 | 0.92 | 0 | 0.00 | 278.63 | 0.99 | 0.54 |
| Hex | AB | 15 | FE | 21 | 5C | 0 | 0 | 117 | 63 | 36 |
| Octal | 253 | 25 | 376 | 41 | 134 | 0 | 0 | 427 | 143 | 66 |
| Binary | 10101011 | 10101 | 11111110 | 100001 | 1011100 | 0 | 0 | 100010111 | 1100011 | 110110 |
Color Harmonies of #AB15FE
Complementary color
Monochromatic Colors of #AB15FE
Black with #AB15FE
Text Example
Text Example
White with #AB15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15FE; }
p { color: rgb(171,21,254); }
H1.HeaderClassName
{
color: #AB15FE;
}
.AnyTagClassName
{
color: #AB15FE;
}
</style>
background-color css
<style>
a { background-color: #AB15FE; }
a { background-color: rgb(171,21,254); }
div.DivClassName
{
background-color: #AB15FE;
}
.BgClassName
{
background-color: #AB15FE;
}
</style>
border-color css
<style>
span { border-color: #AB15FE; }
span { border-color: rgb(171,21,254); }
td.TdClassName
{
border-color: #AB15FE;
}
.TagClassName
{
border-color: #AB15FE;
}
</style>