Shades of Electric Purple #AB00FD
Tints of Electric Purple #AB00FD
RGB
CMYK
RGB Variations
Color information
#AB00FD (or 0xAB00FD) is known color: Electric Purple. HEX triplet: AB, 00 and FD. RGB value is (171,0,253). Sum of RGB (Red+Green+Blue) = 171+0+253=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00FD is #54FF02. Grayscale: #4F4F4F. Windows color (decimal): -5570307 or 16580779. OLE color: 16580779.
HSL color Cylindrical-coordinate representation of color #AB00FD: hue angle of 280.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00FD is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 0 | 253 | - |
| CMYK | 0.32 | 1 | 0 | 0.01 |
| HSL | 280.55º | 1% | 0.5% | - |
| HSV(B) | 280.55º | 1% | 0.99% | - |
| XYZ | 34.52 | 15.75 | 94.15 | - |
| YUV | 79.97 | 225.65 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 253 | 0.32 | 1 | 0 | 0.01 | 280.55 | 1 | 0.5 |
| Hex | AB | 0 | FD | 20 | 64 | 0 | 1 | 119 | 64 | 32 |
| Octal | 253 | 0 | 375 | 40 | 144 | 0 | 1 | 431 | 144 | 62 |
| Binary | 10101011 | 0 | 11111101 | 100000 | 1100100 | 0 | 1 | 100011001 | 1100100 | 110010 |
Color Harmonies of #AB00FD
Complementary color
Monochromatic Colors of #AB00FD
Black with #AB00FD
Text Example
Text Example
White with #AB00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00FD; }
p { color: rgb(171,0,253); }
H1.HeaderClassName
{
color: #AB00FD;
}
.AnyTagClassName
{
color: #AB00FD;
}
</style>
background-color css
<style>
a { background-color: #AB00FD; }
a { background-color: rgb(171,0,253); }
div.DivClassName
{
background-color: #AB00FD;
}
.BgClassName
{
background-color: #AB00FD;
}
</style>
border-color css
<style>
span { border-color: #AB00FD; }
span { border-color: rgb(171,0,253); }
td.TdClassName
{
border-color: #AB00FD;
}
.TagClassName
{
border-color: #AB00FD;
}
</style>