Shades of Electric Purple #AB1CFE
Tints of Electric Purple #AB1CFE
RGB
CMYK
RGB Variations
Color information
#AB1CFE (or 0xAB1CFE) is known color: Electric Purple. HEX triplet: AB, 1C and FE. RGB value is (171,28,254). Sum of RGB (Red+Green+Blue) = 171+28+254=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB1CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CFE is #54E301. Grayscale: #5F5F5F. Windows color (decimal): -5563138 or 16653483. OLE color: 16653483.
HSL color Cylindrical-coordinate representation of color #AB1CFE: hue angle of 277.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1CFE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 28 | 254 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.00 |
| HSL | 277.96º | 0.99% | 0.55% | - |
| HSV(B) | 277.96º | 0.89% | 1% | - |
| XYZ | 35.1 | 16.64 | 95.13 | - |
| YUV | 96.52 | 216.88 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 254 | 0.33 | 0.89 | 0 | 0.00 | 277.96 | 0.99 | 0.55 |
| Hex | AB | 1C | FE | 21 | 59 | 0 | 0 | 116 | 63 | 37 |
| Octal | 253 | 34 | 376 | 41 | 131 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101011 | 11100 | 11111110 | 100001 | 1011001 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AB1CFE
Complementary color
Monochromatic Colors of #AB1CFE
Black with #AB1CFE
Text Example
Text Example
White with #AB1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1CFE; }
p { color: rgb(171,28,254); }
H1.HeaderClassName
{
color: #AB1CFE;
}
.AnyTagClassName
{
color: #AB1CFE;
}
</style>
background-color css
<style>
a { background-color: #AB1CFE; }
a { background-color: rgb(171,28,254); }
div.DivClassName
{
background-color: #AB1CFE;
}
.BgClassName
{
background-color: #AB1CFE;
}
</style>
border-color css
<style>
span { border-color: #AB1CFE; }
span { border-color: rgb(171,28,254); }
td.TdClassName
{
border-color: #AB1CFE;
}
.TagClassName
{
border-color: #AB1CFE;
}
</style>