Shades of Electric Purple #AB07F0
Tints of Electric Purple #AB07F0
RGB
CMYK
RGB Variations
Color information
#AB07F0 (or 0xAB07F0) is known color: Electric Purple. HEX triplet: AB, 07 and F0. RGB value is (171,7,240). Sum of RGB (Red+Green+Blue) = 171+7+240=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB07F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB07F0 is #54F80F. Grayscale: #515151. Windows color (decimal): -5568528 or 15730603. OLE color: 15730603.
HSL color Cylindrical-coordinate representation of color #AB07F0: hue angle of 282.23º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07F0 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 7 | 240 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.06 |
| HSL | 282.23º | 0.94% | 0.48% | - |
| HSV(B) | 282.23º | 0.97% | 0.94% | - |
| XYZ | 32.6 | 15.1 | 83.63 | - |
| YUV | 82.6 | 216.83 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 240 | 0.29 | 0.97 | 0 | 0.06 | 282.23 | 0.94 | 0.48 |
| Hex | AB | 7 | F0 | 1D | 61 | 0 | 6 | 11A | 5E | 30 |
| Octal | 253 | 7 | 360 | 35 | 141 | 0 | 6 | 432 | 136 | 60 |
| Binary | 10101011 | 111 | 11110000 | 11101 | 1100001 | 0 | 110 | 100011010 | 1011110 | 110000 |
Color Harmonies of #AB07F0
Complementary color
Monochromatic Colors of #AB07F0
Black with #AB07F0
Text Example
Text Example
White with #AB07F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07F0; }
p { color: rgb(171,7,240); }
H1.HeaderClassName
{
color: #AB07F0;
}
.AnyTagClassName
{
color: #AB07F0;
}
</style>
background-color css
<style>
a { background-color: #AB07F0; }
a { background-color: rgb(171,7,240); }
div.DivClassName
{
background-color: #AB07F0;
}
.BgClassName
{
background-color: #AB07F0;
}
</style>
border-color css
<style>
span { border-color: #AB07F0; }
span { border-color: rgb(171,7,240); }
td.TdClassName
{
border-color: #AB07F0;
}
.TagClassName
{
border-color: #AB07F0;
}
</style>