Shades of Electric Purple #AB00F0
Tints of Electric Purple #AB00F0
RGB
CMYK
RGB Variations
Color information
#AB00F0 (or 0xAB00F0) is known color: Electric Purple. HEX triplet: AB, 00 and F0. RGB value is (171,0,240). Sum of RGB (Red+Green+Blue) = 171+0+240=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB00F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00F0 is #54FF0F. Grayscale: #4D4D4D. Windows color (decimal): -5570320 or 15728811. OLE color: 15728811.
HSL color Cylindrical-coordinate representation of color #AB00F0: hue angle of 282.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00F0 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 0 | 240 | - |
| CMYK | 0.29 | 1 | 0 | 0.06 |
| HSL | 282.75º | 1% | 0.47% | - |
| HSV(B) | 282.75º | 1% | 0.94% | - |
| XYZ | 32.52 | 14.95 | 83.61 | - |
| YUV | 78.49 | 219.15 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 240 | 0.29 | 1 | 0 | 0.06 | 282.75 | 1 | 0.47 |
| Hex | AB | 0 | F0 | 1D | 64 | 0 | 6 | 11B | 64 | 2F |
| Octal | 253 | 0 | 360 | 35 | 144 | 0 | 6 | 433 | 144 | 57 |
| Binary | 10101011 | 0 | 11110000 | 11101 | 1100100 | 0 | 110 | 100011011 | 1100100 | 101111 |
Color Harmonies of #AB00F0
Complementary color
Monochromatic Colors of #AB00F0
Black with #AB00F0
Text Example
Text Example
White with #AB00F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00F0; }
p { color: rgb(171,0,240); }
H1.HeaderClassName
{
color: #AB00F0;
}
.AnyTagClassName
{
color: #AB00F0;
}
</style>
background-color css
<style>
a { background-color: #AB00F0; }
a { background-color: rgb(171,0,240); }
div.DivClassName
{
background-color: #AB00F0;
}
.BgClassName
{
background-color: #AB00F0;
}
</style>
border-color css
<style>
span { border-color: #AB00F0; }
span { border-color: rgb(171,0,240); }
td.TdClassName
{
border-color: #AB00F0;
}
.TagClassName
{
border-color: #AB00F0;
}
</style>