Shades of Electric Purple #AB03FE
Tints of Electric Purple #AB03FE
RGB
CMYK
RGB Variations
Color information
#AB03FE (or 0xAB03FE) is known color: Electric Purple. HEX triplet: AB, 03 and FE. RGB value is (171,3,254). Sum of RGB (Red+Green+Blue) = 171+3+254=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB03FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03FE is #54FC01. Grayscale: #515151. Windows color (decimal): -5569538 or 16647083. OLE color: 16647083.
HSL color Cylindrical-coordinate representation of color #AB03FE: hue angle of 280.16º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03FE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 3 | 254 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.00 |
| HSL | 280.16º | 0.99% | 0.5% | - |
| HSV(B) | 280.16º | 0.99% | 1% | - |
| XYZ | 34.72 | 15.88 | 95 | - |
| YUV | 81.85 | 225.16 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 254 | 0.33 | 0.99 | 0 | 0.00 | 280.16 | 0.99 | 0.5 |
| Hex | AB | 3 | FE | 21 | 63 | 0 | 0 | 118 | 63 | 32 |
| Octal | 253 | 3 | 376 | 41 | 143 | 0 | 0 | 430 | 143 | 62 |
| Binary | 10101011 | 11 | 11111110 | 100001 | 1100011 | 0 | 0 | 100011000 | 1100011 | 110010 |
Color Harmonies of #AB03FE
Complementary color
Monochromatic Colors of #AB03FE
Black with #AB03FE
Text Example
Text Example
White with #AB03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03FE; }
p { color: rgb(171,3,254); }
H1.HeaderClassName
{
color: #AB03FE;
}
.AnyTagClassName
{
color: #AB03FE;
}
</style>
background-color css
<style>
a { background-color: #AB03FE; }
a { background-color: rgb(171,3,254); }
div.DivClassName
{
background-color: #AB03FE;
}
.BgClassName
{
background-color: #AB03FE;
}
</style>
border-color css
<style>
span { border-color: #AB03FE; }
span { border-color: rgb(171,3,254); }
td.TdClassName
{
border-color: #AB03FE;
}
.TagClassName
{
border-color: #AB03FE;
}
</style>