Shades of Electric Purple #AB03FA
Tints of Electric Purple #AB03FA
RGB
CMYK
RGB Variations
Color information
#AB03FA (or 0xAB03FA) is known color: Electric Purple. HEX triplet: AB, 03 and FA. RGB value is (171,3,250). Sum of RGB (Red+Green+Blue) = 171+3+250=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB03FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03FA is #54FC05. Grayscale: #505050. Windows color (decimal): -5569542 or 16384939. OLE color: 16384939.
HSL color Cylindrical-coordinate representation of color #AB03FA: hue angle of 280.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03FA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 3 | 250 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.02 |
| HSL | 280.81º | 0.98% | 0.5% | - |
| HSV(B) | 280.81º | 0.99% | 0.98% | - |
| XYZ | 34.08 | 15.63 | 91.66 | - |
| YUV | 81.39 | 223.16 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 250 | 0.32 | 0.99 | 0 | 0.02 | 280.81 | 0.98 | 0.5 |
| Hex | AB | 3 | FA | 20 | 63 | 0 | 2 | 119 | 62 | 32 |
| Octal | 253 | 3 | 372 | 40 | 143 | 0 | 2 | 431 | 142 | 62 |
| Binary | 10101011 | 11 | 11111010 | 100000 | 1100011 | 0 | 10 | 100011001 | 1100010 | 110010 |
Color Harmonies of #AB03FA
Complementary color
Monochromatic Colors of #AB03FA
Black with #AB03FA
Text Example
Text Example
White with #AB03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03FA; }
p { color: rgb(171,3,250); }
H1.HeaderClassName
{
color: #AB03FA;
}
.AnyTagClassName
{
color: #AB03FA;
}
</style>
background-color css
<style>
a { background-color: #AB03FA; }
a { background-color: rgb(171,3,250); }
div.DivClassName
{
background-color: #AB03FA;
}
.BgClassName
{
background-color: #AB03FA;
}
</style>
border-color css
<style>
span { border-color: #AB03FA; }
span { border-color: rgb(171,3,250); }
td.TdClassName
{
border-color: #AB03FA;
}
.TagClassName
{
border-color: #AB03FA;
}
</style>