Shades of Electric Purple #AB03FD
Tints of Electric Purple #AB03FD
RGB
CMYK
RGB Variations
Color information
#AB03FD (or 0xAB03FD) is known color: Electric Purple. HEX triplet: AB, 03 and FD. RGB value is (171,3,253). Sum of RGB (Red+Green+Blue) = 171+3+253=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB03FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03FD is #54FC02. Grayscale: #505050. Windows color (decimal): -5569539 or 16581547. OLE color: 16581547.
HSL color Cylindrical-coordinate representation of color #AB03FD: hue angle of 280.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03FD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 3 | 253 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.01 |
| HSL | 280.32º | 0.98% | 0.5% | - |
| HSV(B) | 280.32º | 0.99% | 0.99% | - |
| XYZ | 34.56 | 15.81 | 94.16 | - |
| YUV | 81.73 | 224.66 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 253 | 0.32 | 0.99 | 0 | 0.01 | 280.32 | 0.98 | 0.5 |
| Hex | AB | 3 | FD | 20 | 63 | 0 | 1 | 118 | 62 | 32 |
| Octal | 253 | 3 | 375 | 40 | 143 | 0 | 1 | 430 | 142 | 62 |
| Binary | 10101011 | 11 | 11111101 | 100000 | 1100011 | 0 | 1 | 100011000 | 1100010 | 110010 |
Color Harmonies of #AB03FD
Complementary color
Monochromatic Colors of #AB03FD
Black with #AB03FD
Text Example
Text Example
White with #AB03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03FD; }
p { color: rgb(171,3,253); }
H1.HeaderClassName
{
color: #AB03FD;
}
.AnyTagClassName
{
color: #AB03FD;
}
</style>
background-color css
<style>
a { background-color: #AB03FD; }
a { background-color: rgb(171,3,253); }
div.DivClassName
{
background-color: #AB03FD;
}
.BgClassName
{
background-color: #AB03FD;
}
</style>
border-color css
<style>
span { border-color: #AB03FD; }
span { border-color: rgb(171,3,253); }
td.TdClassName
{
border-color: #AB03FD;
}
.TagClassName
{
border-color: #AB03FD;
}
</style>