Shades of Electric Purple #AB03EF
Tints of Electric Purple #AB03EF
RGB
CMYK
RGB Variations
Color information
#AB03EF (or 0xAB03EF) is known color: Electric Purple. HEX triplet: AB, 03 and EF. RGB value is (171,3,239). Sum of RGB (Red+Green+Blue) = 171+3+239=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB03EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03EF is #54FC10. Grayscale: #4F4F4F. Windows color (decimal): -5569553 or 15664043. OLE color: 15664043.
HSL color Cylindrical-coordinate representation of color #AB03EF: hue angle of 282.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03EF is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 3 | 239 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.06 |
| HSL | 282.71º | 0.98% | 0.47% | - |
| HSV(B) | 282.71º | 0.99% | 0.94% | - |
| XYZ | 32.41 | 14.96 | 82.84 | - |
| YUV | 80.14 | 217.66 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 239 | 0.28 | 0.99 | 0 | 0.06 | 282.71 | 0.98 | 0.47 |
| Hex | AB | 3 | EF | 1C | 63 | 0 | 6 | 11B | 62 | 2F |
| Octal | 253 | 3 | 357 | 34 | 143 | 0 | 6 | 433 | 142 | 57 |
| Binary | 10101011 | 11 | 11101111 | 11100 | 1100011 | 0 | 110 | 100011011 | 1100010 | 101111 |
Color Harmonies of #AB03EF
Complementary color
Monochromatic Colors of #AB03EF
Black with #AB03EF
Text Example
Text Example
White with #AB03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03EF; }
p { color: rgb(171,3,239); }
H1.HeaderClassName
{
color: #AB03EF;
}
.AnyTagClassName
{
color: #AB03EF;
}
</style>
background-color css
<style>
a { background-color: #AB03EF; }
a { background-color: rgb(171,3,239); }
div.DivClassName
{
background-color: #AB03EF;
}
.BgClassName
{
background-color: #AB03EF;
}
</style>
border-color css
<style>
span { border-color: #AB03EF; }
span { border-color: rgb(171,3,239); }
td.TdClassName
{
border-color: #AB03EF;
}
.TagClassName
{
border-color: #AB03EF;
}
</style>