Shades of Electric Purple #AB0FF7
Tints of Electric Purple #AB0FF7
RGB
CMYK
RGB Variations
Color information
#AB0FF7 (or 0xAB0FF7) is known color: Electric Purple. HEX triplet: AB, 0F and F7. RGB value is (171,15,247). Sum of RGB (Red+Green+Blue) = 171+15+247=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB0FF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FF7 is #54F008. Grayscale: #575757. Windows color (decimal): -5566473 or 16191403. OLE color: 16191403.
HSL color Cylindrical-coordinate representation of color #AB0FF7: hue angle of 280.34º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0FF7 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 15 | 247 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.03 |
| HSL | 280.34º | 0.94% | 0.51% | - |
| HSV(B) | 280.34º | 0.94% | 0.97% | - |
| XYZ | 33.75 | 15.71 | 89.25 | - |
| YUV | 88.09 | 217.68 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 247 | 0.31 | 0.94 | 0 | 0.03 | 280.34 | 0.94 | 0.51 |
| Hex | AB | F | F7 | 1F | 5E | 0 | 3 | 118 | 5E | 33 |
| Octal | 253 | 17 | 367 | 37 | 136 | 0 | 3 | 430 | 136 | 63 |
| Binary | 10101011 | 1111 | 11110111 | 11111 | 1011110 | 0 | 11 | 100011000 | 1011110 | 110011 |
Color Harmonies of #AB0FF7
Complementary color
Monochromatic Colors of #AB0FF7
Black with #AB0FF7
Text Example
Text Example
White with #AB0FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FF7; }
p { color: rgb(171,15,247); }
H1.HeaderClassName
{
color: #AB0FF7;
}
.AnyTagClassName
{
color: #AB0FF7;
}
</style>
background-color css
<style>
a { background-color: #AB0FF7; }
a { background-color: rgb(171,15,247); }
div.DivClassName
{
background-color: #AB0FF7;
}
.BgClassName
{
background-color: #AB0FF7;
}
</style>
border-color css
<style>
span { border-color: #AB0FF7; }
span { border-color: rgb(171,15,247); }
td.TdClassName
{
border-color: #AB0FF7;
}
.TagClassName
{
border-color: #AB0FF7;
}
</style>