Shades of Electric Purple #AB03F2
Tints of Electric Purple #AB03F2
RGB
CMYK
RGB Variations
Color information
#AB03F2 (or 0xAB03F2) is known color: Electric Purple. HEX triplet: AB, 03 and F2. RGB value is (171,3,242). Sum of RGB (Red+Green+Blue) = 171+3+242=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB03F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03F2 is #54FC0D. Grayscale: #4F4F4F. Windows color (decimal): -5569550 or 15860651. OLE color: 15860651.
HSL color Cylindrical-coordinate representation of color #AB03F2: hue angle of 282.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03F2 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 3 | 242 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.05 |
| HSL | 282.18º | 0.98% | 0.48% | - |
| HSV(B) | 282.18º | 0.99% | 0.95% | - |
| XYZ | 32.85 | 15.13 | 85.19 | - |
| YUV | 80.48 | 219.16 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 242 | 0.29 | 0.99 | 0 | 0.05 | 282.18 | 0.98 | 0.48 |
| Hex | AB | 3 | F2 | 1D | 63 | 0 | 5 | 11A | 62 | 30 |
| Octal | 253 | 3 | 362 | 35 | 143 | 0 | 5 | 432 | 142 | 60 |
| Binary | 10101011 | 11 | 11110010 | 11101 | 1100011 | 0 | 101 | 100011010 | 1100010 | 110000 |
Color Harmonies of #AB03F2
Complementary color
Monochromatic Colors of #AB03F2
Black with #AB03F2
Text Example
Text Example
White with #AB03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03F2; }
p { color: rgb(171,3,242); }
H1.HeaderClassName
{
color: #AB03F2;
}
.AnyTagClassName
{
color: #AB03F2;
}
</style>
background-color css
<style>
a { background-color: #AB03F2; }
a { background-color: rgb(171,3,242); }
div.DivClassName
{
background-color: #AB03F2;
}
.BgClassName
{
background-color: #AB03F2;
}
</style>
border-color css
<style>
span { border-color: #AB03F2; }
span { border-color: rgb(171,3,242); }
td.TdClassName
{
border-color: #AB03F2;
}
.TagClassName
{
border-color: #AB03F2;
}
</style>