Shades of Electric Purple #AB03F5
Tints of Electric Purple #AB03F5
RGB
CMYK
RGB Variations
Color information
#AB03F5 (or 0xAB03F5) is known color: Electric Purple. HEX triplet: AB, 03 and F5. RGB value is (171,3,245). Sum of RGB (Red+Green+Blue) = 171+3+245=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 245 (96.09% from 255 or 58.47% from 419); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB03F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03F5 is #54FC0A. Grayscale: #505050. Windows color (decimal): -5569547 or 16057259. OLE color: 16057259.
HSL color Cylindrical-coordinate representation of color #AB03F5: hue angle of 281.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03F5 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 3 | 245 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.04 |
| HSL | 281.65º | 0.98% | 0.49% | - |
| HSV(B) | 281.65º | 0.99% | 0.96% | - |
| XYZ | 33.31 | 15.32 | 87.59 | - |
| YUV | 80.82 | 220.66 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 245 | 0.30 | 0.99 | 0 | 0.04 | 281.65 | 0.98 | 0.49 |
| Hex | AB | 3 | F5 | 1E | 63 | 0 | 4 | 11A | 62 | 31 |
| Octal | 253 | 3 | 365 | 36 | 143 | 0 | 4 | 432 | 142 | 61 |
| Binary | 10101011 | 11 | 11110101 | 11110 | 1100011 | 0 | 100 | 100011010 | 1100010 | 110001 |
Color Harmonies of #AB03F5
Complementary color
Monochromatic Colors of #AB03F5
Black with #AB03F5
Text Example
Text Example
White with #AB03F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03F5; }
p { color: rgb(171,3,245); }
H1.HeaderClassName
{
color: #AB03F5;
}
.AnyTagClassName
{
color: #AB03F5;
}
</style>
background-color css
<style>
a { background-color: #AB03F5; }
a { background-color: rgb(171,3,245); }
div.DivClassName
{
background-color: #AB03F5;
}
.BgClassName
{
background-color: #AB03F5;
}
</style>
border-color css
<style>
span { border-color: #AB03F5; }
span { border-color: rgb(171,3,245); }
td.TdClassName
{
border-color: #AB03F5;
}
.TagClassName
{
border-color: #AB03F5;
}
</style>