Shades of Electric Purple #AB03F9
Tints of Electric Purple #AB03F9
RGB
CMYK
RGB Variations
Color information
#AB03F9 (or 0xAB03F9) is known color: Electric Purple. HEX triplet: AB, 03 and F9. RGB value is (171,3,249). Sum of RGB (Red+Green+Blue) = 171+3+249=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB03F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03F9 is #54FC06. Grayscale: #505050. Windows color (decimal): -5569543 or 16319403. OLE color: 16319403.
HSL color Cylindrical-coordinate representation of color #AB03F9: hue angle of 280.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03F9 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 3 | 249 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.02 |
| HSL | 280.98º | 0.98% | 0.49% | - |
| HSV(B) | 280.98º | 0.99% | 0.98% | - |
| XYZ | 33.93 | 15.56 | 90.84 | - |
| YUV | 81.28 | 222.66 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 249 | 0.31 | 0.99 | 0 | 0.02 | 280.98 | 0.98 | 0.49 |
| Hex | AB | 3 | F9 | 1F | 63 | 0 | 2 | 119 | 62 | 31 |
| Octal | 253 | 3 | 371 | 37 | 143 | 0 | 2 | 431 | 142 | 61 |
| Binary | 10101011 | 11 | 11111001 | 11111 | 1100011 | 0 | 10 | 100011001 | 1100010 | 110001 |
Color Harmonies of #AB03F9
Complementary color
Monochromatic Colors of #AB03F9
Black with #AB03F9
Text Example
Text Example
White with #AB03F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03F9; }
p { color: rgb(171,3,249); }
H1.HeaderClassName
{
color: #AB03F9;
}
.AnyTagClassName
{
color: #AB03F9;
}
</style>
background-color css
<style>
a { background-color: #AB03F9; }
a { background-color: rgb(171,3,249); }
div.DivClassName
{
background-color: #AB03F9;
}
.BgClassName
{
background-color: #AB03F9;
}
</style>
border-color css
<style>
span { border-color: #AB03F9; }
span { border-color: rgb(171,3,249); }
td.TdClassName
{
border-color: #AB03F9;
}
.TagClassName
{
border-color: #AB03F9;
}
</style>