Shades of Electric Purple #AB1CF7
Tints of Electric Purple #AB1CF7
RGB
CMYK
RGB Variations
Color information
#AB1CF7 (or 0xAB1CF7) is known color: Electric Purple. HEX triplet: AB, 1C and F7. RGB value is (171,28,247). Sum of RGB (Red+Green+Blue) = 171+28+247=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB1CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CF7 is #54E308. Grayscale: #5E5E5E. Windows color (decimal): -5563145 or 16194731. OLE color: 16194731.
HSL color Cylindrical-coordinate representation of color #AB1CF7: hue angle of 279.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1CF7 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 28 | 247 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.03 |
| HSL | 279.18º | 0.93% | 0.54% | - |
| HSV(B) | 279.18º | 0.89% | 0.97% | - |
| XYZ | 34 | 16.2 | 89.33 | - |
| YUV | 95.72 | 213.38 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 247 | 0.31 | 0.89 | 0 | 0.03 | 279.18 | 0.93 | 0.54 |
| Hex | AB | 1C | F7 | 1F | 59 | 0 | 3 | 117 | 5D | 36 |
| Octal | 253 | 34 | 367 | 37 | 131 | 0 | 3 | 427 | 135 | 66 |
| Binary | 10101011 | 11100 | 11110111 | 11111 | 1011001 | 0 | 11 | 100010111 | 1011101 | 110110 |
Color Harmonies of #AB1CF7
Complementary color
Monochromatic Colors of #AB1CF7
Black with #AB1CF7
Text Example
Text Example
White with #AB1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1CF7; }
p { color: rgb(171,28,247); }
H1.HeaderClassName
{
color: #AB1CF7;
}
.AnyTagClassName
{
color: #AB1CF7;
}
</style>
background-color css
<style>
a { background-color: #AB1CF7; }
a { background-color: rgb(171,28,247); }
div.DivClassName
{
background-color: #AB1CF7;
}
.BgClassName
{
background-color: #AB1CF7;
}
</style>
border-color css
<style>
span { border-color: #AB1CF7; }
span { border-color: rgb(171,28,247); }
td.TdClassName
{
border-color: #AB1CF7;
}
.TagClassName
{
border-color: #AB1CF7;
}
</style>