Shades of Electric Purple #AB00FF
Tints of Electric Purple #AB00FF
RGB
CMYK
RGB Variations
Color information
#AB00FF (or 0xAB00FF) is known color: Electric Purple. HEX triplet: AB, 00 and FF. RGB value is (171,0,255). Sum of RGB (Red+Green+Blue) = 171+0+255=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00FF is #54FF00. Grayscale: #4F4F4F. Windows color (decimal): -5570305 or 16711851. OLE color: 16711851.
HSL color Cylindrical-coordinate representation of color #AB00FF: hue angle of 280.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00FF is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 0 | 255 | - |
| CMYK | 0.33 | 1 | 0 | 0 |
| HSL | 280.24º | 1% | 0.5% | - |
| HSV(B) | 280.24º | 1% | 1% | - |
| XYZ | 34.84 | 15.88 | 95.84 | - |
| YUV | 80.2 | 226.65 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 255 | 0.33 | 1 | 0 | 0 | 280.24 | 1 | 0.5 |
| Hex | AB | 0 | FF | 21 | 64 | 0 | 0 | 118 | 64 | 32 |
| Octal | 253 | 0 | 377 | 41 | 144 | 0 | 0 | 430 | 144 | 62 |
| Binary | 10101011 | 0 | 11111111 | 100001 | 1100100 | 0 | 0 | 100011000 | 1100100 | 110010 |
Color Harmonies of #AB00FF
Complementary color
Monochromatic Colors of #AB00FF
Black with #AB00FF
Text Example
Text Example
White with #AB00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00FF; }
p { color: rgb(171,0,255); }
H1.HeaderClassName
{
color: #AB00FF;
}
.AnyTagClassName
{
color: #AB00FF;
}
</style>
background-color css
<style>
a { background-color: #AB00FF; }
a { background-color: rgb(171,0,255); }
div.DivClassName
{
background-color: #AB00FF;
}
.BgClassName
{
background-color: #AB00FF;
}
</style>
border-color css
<style>
span { border-color: #AB00FF; }
span { border-color: rgb(171,0,255); }
td.TdClassName
{
border-color: #AB00FF;
}
.TagClassName
{
border-color: #AB00FF;
}
</style>