Shades of Electric Purple #AB08F0
Tints of Electric Purple #AB08F0
RGB
CMYK
RGB Variations
Color information
#AB08F0 (or 0xAB08F0) is known color: Electric Purple. HEX triplet: AB, 08 and F0. RGB value is (171,8,240). Sum of RGB (Red+Green+Blue) = 171+8+240=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB08F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB08F0 is #54F70F. Grayscale: #525252. Windows color (decimal): -5568272 or 15730859. OLE color: 15730859.
HSL color Cylindrical-coordinate representation of color #AB08F0: hue angle of 282.16º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB08F0 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 8 | 240 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.06 |
| HSL | 282.16º | 0.94% | 0.49% | - |
| HSV(B) | 282.16º | 0.97% | 0.94% | - |
| XYZ | 32.61 | 15.12 | 83.64 | - |
| YUV | 83.19 | 216.5 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 240 | 0.29 | 0.97 | 0 | 0.06 | 282.16 | 0.94 | 0.49 |
| Hex | AB | 8 | F0 | 1D | 61 | 0 | 6 | 11A | 5E | 31 |
| Octal | 253 | 10 | 360 | 35 | 141 | 0 | 6 | 432 | 136 | 61 |
| Binary | 10101011 | 1000 | 11110000 | 11101 | 1100001 | 0 | 110 | 100011010 | 1011110 | 110001 |
Color Harmonies of #AB08F0
Complementary color
Monochromatic Colors of #AB08F0
Black with #AB08F0
Text Example
Text Example
White with #AB08F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08F0; }
p { color: rgb(171,8,240); }
H1.HeaderClassName
{
color: #AB08F0;
}
.AnyTagClassName
{
color: #AB08F0;
}
</style>
background-color css
<style>
a { background-color: #AB08F0; }
a { background-color: rgb(171,8,240); }
div.DivClassName
{
background-color: #AB08F0;
}
.BgClassName
{
background-color: #AB08F0;
}
</style>
border-color css
<style>
span { border-color: #AB08F0; }
span { border-color: rgb(171,8,240); }
td.TdClassName
{
border-color: #AB08F0;
}
.TagClassName
{
border-color: #AB08F0;
}
</style>